Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsebastien/obsidian-typefully
Integrate Typefully within Obsidian
https://github.com/dsebastien/obsidian-typefully
obsidian obsidian-md obsidian-plugin
Last synced: 3 months ago
JSON representation
Integrate Typefully within Obsidian
- Host: GitHub
- URL: https://github.com/dsebastien/obsidian-typefully
- Owner: dsebastien
- License: mit
- Created: 2024-05-14T07:30:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:01:55.000Z (6 months ago)
- Last Synced: 2024-09-30T09:40:51.401Z (3 months ago)
- Topics: obsidian, obsidian-md, obsidian-plugin
- Language: TypeScript
- Homepage:
- Size: 651 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dsebastien/obsidian-typefully - Integrate Typefully within Obsidian (TypeScript)
README
# Obsidian Typefully integration
Obsidian plugin that integrates [Typefully](./images/demo.gif)
![Demo of the Typefully plugin for obsidian](./images/demo.gif)
## Features
- Publish the current note
- Publish the current selection## Limitations
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]]` becomes `Some Link`
- Markdown links: `[Google](https://www.google.com)` becomes `Google`
- Markdown quotes: `> Hey Jude` becomes `Hey 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.
## Configuration
- 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## News & support
To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking, subscribe to [my newsletter](https://dsebastien.net/#/portal/signup). Note that the best way to support my work is to become a paid subscriber ❤️.