Obsidian plugin that integrates Typefully
- Publish the current note
- Publish the current selection
The Typefully API doesn't support images, Markdown, or HTML at this point (as far as I know). For this reason, I try to only send raw text over to the Typefully API.
For now, the plugin strips out:
- Obsidian links:
[[Some Link]]
becomesSome Link
- Markdown links:
[Google](https://www.google.com)
becomesGoogle
- Markdown quotes:
> Hey Jude
becomesHey Jude
- YAML front matter (note properties)
That list will probably need to get longer (e.g., to handle embeds, callouts, etc). Don't hesitate to file issues.
- Typefully API Key: the API key to use. You can create one here: Settings > API & Integrations > API Keys
- Enable Auto retweet: If enabled, the post will have an AutoRT enabled, according to the one set on Typefully for the account
- Enable Auto plug: If enabled, the post will have an AutoPlug enabled, according to the one set on Typefully for the account
- Enable Threadify: If enabled, content will be automatically split into multiple tweets
- Enable Auto scheduling: If enabled, the post will be automatically scheduled in the next free slot
To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking, subscribe to my newsletter. Note that the best way to support my work is to become a paid subscriber ❤️.