https://github.com/dsebastien/obsidian-typefully
  
  
    Integrate Typefully within Obsidian 
    https://github.com/dsebastien/obsidian-typefully
  
obsidian obsidian-md obsidian-plugin
        Last synced: 7 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 (over 1 year ago)
 - Default Branch: main
 - Last Pushed: 2024-11-13T10:47:12.000Z (12 months ago)
 - Last Synced: 2025-03-26T05:41:42.222Z (7 months ago)
 - Topics: obsidian, obsidian-md, obsidian-plugin
 - Language: TypeScript
 - Homepage:
 - Size: 657 KB
 - Stars: 10
 - 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)

## 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). Note that the best way to support my work is to become a paid subscriber ❤️.