All Projects → chhoumann → notetweet_obsidian

chhoumann / notetweet_obsidian

Licence: MIT license
Post tweets directly from Obsidian.

Programming Languages

typescript
32286 projects
Svelte
593 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to notetweet obsidian

obsidian-link-favicon
See the favicon for a linked website.
Stars: ✭ 46 (+58.62%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-text-format
Format seleted text in Obsdidian.md
Stars: ✭ 49 (+68.97%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-core-search-assistant-plugin
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Stars: ✭ 59 (+103.45%)
Mutual labels:  obsidian-plugin, obsidian-md
note-folder-autorename
Obsidian plugin to support folder-overview notes by keeping their folder in sync
Stars: ✭ 36 (+24.14%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-smart-typography
Converts quotes to curly quotes, dashes to em dashes, and periods to ellipses
Stars: ✭ 81 (+179.31%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-metatemplates
Take advantage of YAML front-matter in generating notes from templates (for obsidian.md)
Stars: ✭ 68 (+134.48%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-text-expand
A simple text expand plugin for Obsidian.md
Stars: ✭ 122 (+320.69%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-task-collector
Plugin for https://obsidian.md/ that assists with managing tasks within a document.
Stars: ✭ 77 (+165.52%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-jump-to-link
Quick jump between links using hotkeys
Stars: ✭ 57 (+96.55%)
Mutual labels:  obsidian-plugin, obsidian-md
ObsidianBookmark
Chrome extension and nodejs server to allow web clipping to Obsidian.
Stars: ✭ 122 (+320.69%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-pangu
为 Obsidian 笔记加上「盘古之白」,排版强迫症者的福音。 | A small plugin aims to add space between Chinese Characters and English Alphabet, and it is a boon for typographically compulsive people.
Stars: ✭ 40 (+37.93%)
Mutual labels:  obsidian-plugin, obsidian-md
quick-explorer
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Stars: ✭ 119 (+310.34%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-search-on-internet
Add context menu items in Obsidian to search the internet.
Stars: ✭ 79 (+172.41%)
Mutual labels:  obsidian-plugin, obsidian-md
slated-obsidian
Task management in Obsidian.md
Stars: ✭ 123 (+324.14%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-query2table
Represent files returned by a query as a table of their YAML frontmatter (for obsidian.md)
Stars: ✭ 24 (-17.24%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-embedded-note-titles
No description or website provided.
Stars: ✭ 50 (+72.41%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-spaced-repetition
Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian.md
Stars: ✭ 667 (+2200%)
Mutual labels:  obsidian-plugin, obsidian-md
Highlightr-Plugin
A minimal and aesthetically pleasing highlighting menu that makes color-coded highlighting much easier 🎨.
Stars: ✭ 321 (+1006.9%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-journey-plugin
Discover the story between your notes in Obsidian
Stars: ✭ 93 (+220.69%)
Mutual labels:  obsidian-plugin, obsidian-md
obsidian-url-into-selection
Paste URLs into selected text "notion style"
Stars: ✭ 129 (+344.83%)
Mutual labels:  obsidian-plugin, obsidian-md

NoteTweet🐦 for Obsidian

This plugin allows you to post tweets directly from Obsidian.

Release Github All Releases

Features

  • Post tweets of selected text
  • Post threads from file
  • Automatically appends a tag to your tweet (to keep track of what you've posted)
  • Secure mode - encrypts your API keys such that they can only be accessed with a password.
  • Delete tweet/thread that was just posted (undo)
  • Post Tweet Mode - a modal dedicated to writing tweets and threads.
  • Images are supported - just include a [[link]] to your images!
  • Scheduling tweets - follow this guide to set it up.

Feel free to recommend features!

8jE9wvKuls

How to use

Installation

This plugin has been added to the community plugin browser in Obsidian. You can get it from there.

If you want to watch a video on how to set up this plugin, click here.

Manual Installation

Please note that these steps are not necessary anymore. You can get the plugin from the community plugin browser. Just install from there and jump to Setup.

  1. Go to Releases and download the ZIP file from the latest release.
  2. This ZIP file should be extracted in your Obsidian plugins folder. If you don't know where that is, you can go to Community Plugins inside Obsidian. There is a folder icon on the right of Installed Plugins. Click that and it opens your plugins folder.
  3. Extract the contents of the ZIP file there.
  4. Proceed to Setup

Setup

  1. Go to https://apps.twitter.com/app/new and create a new app. Make sure it is Read + Write (otherwise you can't tweet).
  2. Get your API key & secret and access token & secret.
  3. Paste those into the plugin settings.

You'll see an indicator which tells you if you're connected or not.

Post Tweet Mode

Using the Post Tweet command, a new modal will open. There, you can craft threads - or single tweets. You can select both text or threads before using the command and it'll automatically port it into the modal. If the selected text is longer than 280 characters, it'll break it into a thread for you. You can paste text into the modal. If that text is longer than 280 characters, it'll also break it into multiple tweets.

Post Tweet Mode Shortcuts

  • Backspace to delete empty tweet
  • Enter to make new tweet if max length
  • Alt + Enter to make new tweet
  • Ctrl + Enter to insert a tweet below
  • Shift + Enter to insert a new tweet above
  • Ctrl + ArrowUp to focus tweet above
  • Ctrl + ArrowDown to focus tweet below
  • Ctrl + Shift + ArrowUp to move tweet up
  • Ctrl + Shift + ArrowDown to move tweet down
  • Ctrl + Shift + Delete to delete the tweet you have focused

Quick-posts

Single tweets are simple. Just select some text and use the Post Selected as Tweet command.

Threads have a specific format. First off, it only detects the first thread in any file.

Format:

THREAD START

Here you can type the first tweet in your thread.

Spacing is fine.

---
Separation between tweets is done using a newline and three dashes - just like you see above.

---
Enjoy!

THREAD END

Threads must start with THREAD START and end with THREAD END.

Scheduling Tweets

Follow this guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].