Typefully

by Sébastien Dubois
5
4
3
2
1
Score: 60/100

Description

Category: 3rd Party Integrations

The Typefully plugin has been released, allowing Obsidian users to seamlessly publish their notes and selections directly to Typefully. This integration enables users to share their thoughts and ideas with ease, stripping away unnecessary formatting such as links, quotes, and YAML front matter to ensure a smooth publishing experience. With the option to enable auto-retweeting, auto-plugging, threadifying, and scheduling, users can customize their posts to fit their social media strategy. Whether you're looking to share your latest insights or collaborate with others, this plugin provides a simple and effective way to do so.

Reviews

No reviews yet.

Stats

22
stars
1,104
downloads
1
forks
686
days
5
days
6
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
12
total issues
0
open issues
12
closed issues
86
commits

Latest Version

6 days ago

Changelog

4.0.0 (2026-08-29)

⚠ BREAKING CHANGES

  • plugin: minAppVersion moves from 1.8.7 to 1.13.0 — the declarative settings API (getSettingDefinitions) only exists there.

getSettingDefinitions() replaces the 820-line display() tab across all seven sections. Plain controls wherever the framework can own them (toggles, dropdowns, text, textarea, color); render rows where a row needs more than one control or a masked input — the API key, the social-set input with its Load button, the paired custom-color pickers, and link color with its conditional reset button. Conditional rows (custom gradient, custom card colors, custom font family) declare visible: hooks, and the fetched social sets are rows with a row action:, which is exactly the old list's click-to-use behavior.

Nested settings are addressed through explicit prefixed keys (platform:x, screenshot:background) instead of dot paths, so an unknown key cannot resolve into an object; every write validates its type and dropdown writes are narrowed to the declared options.

The write path is a single serialized persist-then-commit updateSettings(mutator): memory swaps only after saveData() succeeds, and each mutation derives from the previously committed state. The platform toggles keep enableAllPlatforms in sync INSIDE the mutator — concurrently enabling the last two platforms has to end with the flag set, which a pre-await snapshot gets wrong.

The async paths (API-key validation, tag loading) write into their own row rather than re-rendering, so a slow API cannot replace text the user is still typing, and both are guarded on containerEl.isConnected: Obsidian also calls getSettingDefinitions() when it registers the tab for settings search, and an unguarded call would hit the Typefully API on every plugin load.

295 tests (13 new; ordering, serialization and the derived-flag concurrency case each mutation-checked), tsc, lint --max-warnings 0 and build green — the prefer-setting-definitions advisory from the previous commit is now satisfied.

Features

  • plugin: declare the settings tab (Obsidian 1.13 declarative settings) (4088536)

Bug Fixes

  • build: align with the catalog reviewer's archive, ruleset and audit (fd4cdd4)
  • plugin: close the write and re-render races found in review (3627c74)

Enjoying this plugin?

README file from

Github

Obsidian Typefully

An Obsidian plugin that integrates with Typefully to publish your notes as social media posts. Supports X (Twitter), LinkedIn, Threads, Bluesky, and Mastodon with full Typefully API v2 coverage.

Features

  • Dedicated Typefully panel in the right sidebar with Drafts, Queue, Posted, Schedule, and Analytics tabs
  • Publish notes or selected text to multiple platforms simultaneously
  • Attach vault images to posts (auto-upload via presigned URLs)
  • Publish vault images and videos directly from the file explorer context menu (single or multi-select)
  • Turn the current note or selection into a styled, social-media-ready image card and publish it (desktop only)
  • Browse, view, edit, and delete Typefully drafts from the panel
  • Edit queue schedule directly from the panel
  • Schedule posts: immediately, next free slot, or specific date/time
  • Thread creation via Threadify (split on 4+ consecutive newlines)
  • Manage Typefully tags from within Obsidian
  • View queue schedule and upcoming slots
  • Optional publish modal for per-draft scheduling, notes, and X settings
  • Automatic Markdown cleaning (strips frontmatter, wiki links, blockquotes, image syntax)
  • Append note tags as hashtags, with an exclusion list for the ones you never want to publish

Any note or selection can become a branded image post, with the colors, font, format, and watermark you configure:

A quote rendered as a Typefully note image: a dark content card on a blue-to-pink gradient, with a watermark in the bottom right corner

Installation

Requires Obsidian 1.13.0 or newer (the settings pane uses the declarative settings API introduced there).

  1. In Obsidian, go to Settings → Community plugins.
  2. Disable Restricted mode if it's enabled.
  3. Select Browse, search for Typefully, install it, then enable it.

You can also browse the catalog on the Obsidian Community website.

Manual installation

If the plugin isn't listed in the community catalog yet (or you want a specific version):

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <Vault>/.obsidian/plugins/typefully/.
  3. Reload Obsidian and enable Typefully in Settings → Community plugins.

BRAT (bleeding edge)

BRAT (Beta Reviewers Auto-update Tool) installs plugins straight from a GitHub repo and keeps them updated automatically. Use this if you want the latest commits — things might break.

  1. Install Obsidian42 - BRAT from Settings → Community plugins → Browse and enable it.
  2. Run BRAT: Add a beta plugin for testing from the command palette.
  3. Paste https://github.com/dsebastien/obsidian-typefully.
  4. Select the latest version and confirm.
  5. Enable Typefully in Settings → Community plugins.

Documentation

See the full documentation for usage guides, configuration reference, and tips.

License

MIT

Author

Sebastien Dubois | GitHub | Issues | Support

My other Obsidian plugins

Plugin What it does
Agentic Resource Discovery Server Local-first Agentic Resource Discovery publisher and registry that serves your AI skills and tools to agents over a local HTTP and MCP server
Book Exporter Export books (one manifest note + linked chapter notes) to EPUB and PDF via Pandoc
Bookshelf Base Display your notes as a visual bookshelf via a custom Bases view
Dataview Serializer Serialize Dataview queries to Markdown, and keep the Markdown representation up to date
Expander Replace variables across your vault using HTML comment markers. Supports static values and dynamic functions
Ghost Publish Publish your vault notes to a Ghost blog with configurable presets for tags, newsletters, and frontmatter conventions
Graph Explorer Base View A custom Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking
Hidden Folders Access Index hidden root-level folders (e.g. .claude) so they appear in the file tree, metadata cache, and Bases
Journal Bases Custom Base views for journaling and periodic reviews
Kanban Action Planner Render your notes as configurable Kanban boards and calendars inside Bases, with statuses, ordering, relationships, and scheduling
Life Tracker Capture and visualize the data that matters in your life
Note Village A 2D pixel art village where your notes become villagers you can explore and chat with using AI
Obsidian Starter Kit Adds strong typing support and powerful automation support for notes
Remarkable Synchronizer Connect to the reMarkable cloud, list, download, and sync notebook pages as images
Replicate Use AI models with ease via the Replicate.com integration
REST and MCP server Exposes CLI commands as RESTful API endpoints and an MCP server for AI tool integration
Time Machine Browse, compare, and restore previous versions of your notes using built-in file-recovery snapshots
Transcriber Transcribe images to markdown using Ollama vision models
Update Time Automatically update front matter to include creation and last update times

Everything I build is documented in my newsletter and on my YouTube channel.

News & support

To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking:

If this plugin is useful to you, here are the best ways to support my work ❤️:

Found a bug or have an idea? Open an issue.

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Publish to WordPress for Obsidian
5 years ago by devbean
An obsidian plugin for publishing docs to WordPress.
Publish to Steemit
4 years ago by anpigon
Post directly to your Steemit from Obsidian.
Telegraph Publish
4 years ago by Reorx
Publish your Obsidian note to a Telegraph page.
Enveloppe
4 years ago by Mara-Li
Enveloppe helps you to publish your notes on a GitHub repository from your Obsidian Vault, for free!
Micro.publish
4 years ago by Otavio Cordeiro
Micro.publish is an Obsidian plugin to publish notes directly to Micro.blog, written in TypeScript
Webpage HTML Export
4 years ago by Nathan George
Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity.
O2
4 years ago by haril song
Converts obsidian markdown syntax to other platforms.
Mixa
4 years ago by Mixa Team
Publish your notes and blog posts directly from Obsidian with Mixa
File Publisher
3 years ago by Devin Sackett
Quail
3 years ago by Lyric
An Obsidian Plugin for Quail.ink. This is a clone repo of https://github.com/quail-ink/obsidian-quail
Nostr Writer
3 years ago by James McGauran
Publish seamlessly from Obsidian to Nostr
Writeas Blog Publisher
3 years ago by encima
Pickly PageBlend
3 years ago by Dmitrii Mitrichev
The easiest way to share your Obsidian notes
screen.garden
3 years ago by screengarden, LLC
Realtime collaboration and web editing for Obsidian.
Permalink Opener
3 years ago by @kepano
Obsidian plugin to open URLs based on a permalink or slug in the note properties. For use with Jekyll, Hugo, Eleventy, Astro, Obsidian Publish, and other publishing tools.
Halo
3 years ago by Ryan Wang
Publish your Obsidian documents to Halo.
Moon server publisher
3 years ago by Roman Provazník
Publish URL
3 years ago by Hananoshika Yomaru
copy the publish url to clipboard
Omg.publish
3 years ago by May Meow
An obsidian plugin to create statuslog posts right from obsidian notes.
MBlog Publish
3 years ago by Jerry
Orion Publish
3 years ago by Sean Collings
NotesOn Publish
2 years ago by Andrey Shapkin
Plugin to Obsidian.md
Hugo Publish
2 years ago by kirito
write blog in obsidian, pubulish to hugo site.
Google Blogger
2 years ago by Hugo Sansaqua
A plugin for publishing Obsidian documents to Blogger.
Infostacker Note Publish
2 years ago by Taskscape LTD, Patryk Nowak, Kacper Pabianiak
Infostacker plugin for Obisidian
Wechat Public Platform
2 years ago by Blake Chan
Obsidian Wechat public Plugin (微信公众平台) is a plugin to release article from your Obsidian Vault to WeChat, Baidu baiJiahao or other platforms.
Publish to DEV
2 years ago by Peter Strøiman
Obsidian plugin to publish to dev.to
Dataview Publisher
2 years ago by UD
Output markdown from your Dataview queries and keep them up to date. You can also be able to publish them.
Vitepress Publisher
2 years ago by mistj
Obsidian Vitepress Plugin is a flexible tool that allows you to easily preview and compile your .md files using VitePress or other static site generators (Hugo, Hexo, Docusaurus) in Obsidian.
Vault to blog
2 years ago by barkstone2
Automation tool of making react SPA blog by obsidian vault.
Embedded Code Title
5 years ago by tadashi-aikawa
It is an Obsidian plugin which can embeds title to code blocks.
OzanShare Publish
5 years ago by Ozan Tellioglu
This plugin allows you to publish your markdown notes with a single click directly from your Obsidian vault.
Publish and GitHub URL
5 years ago by kometenstaub
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
Bluesky
2 years ago by eharris128
Post to Bluesky from Obsidian
Magiedit
2 years ago by Matteo Gassend
AmpliFlow Page Publisher
2 years ago by Patrik Björklund
The offifical AmpliFlow obsidian page publisher.
Publish to Discourse
2 years ago by woodchen
Obsidian plugin for publishing articles to forums built with Discourse. obsidian插件, 用于把文章发布到使用discourse搭建的论坛.
Mastodon Threading
2 years ago by El Pamplina de Cai
Obsidian plugin to compose and post threads to Mastodon
Forms
2 years ago by Sorin Mircea
YourPulse - Your Writing Activity Visualised
2 years ago by Jiri Sifalda
YourPulse.cc - Obsidian.md plugin that turns your vault into a reflection of your creativity, and put your writing on steroids 💪
Enhanced Publisher
a year ago by Cube
增强的Obsidian发布插件,支持图片自动存储、HTML预览和发布到微信公众号等内容平台
Yuque Publish
a year ago by oylbin
obsidian plugin to publish document to yuque
Typecho
a year ago by Chen
obsidian同步Typecho
MP Preview
a year ago by Yeban
一个帮助你快速将 Obsidian 笔记转换为微信公众号格式的插件。
Zhihu
a year ago by dgg
Zhihu on Obsidian | 知乎 Obsidian 插件
Publish Note to Mowen Note
a year ago by ziyou
This is a mowen plugin for Obsidian (https://obsidian.md)
umbPublisher
a year ago by Owain Williams
An Obsidian Plugin that allows you to push notes to Umbraco 15+ as content nodes
Content OS
a year ago by eharris128
Post to LinkedIn from within Obsidian
X Post Saver
a year ago by Tanaka Mambinge
Wechat Converter
3 months ago by davidlam-oss
Obsidian 公众号排版、飞书云同步与多平台(小红书、知乎等)发布插件。Markdown 转微信文章 / Feishu docs / 知乎、小红书、今日头条等草稿,支持数学公式、本地图片、GIF 和 Mermaid。
MP Publisher
2 months ago by joeytoday
自定义主题预览,并发布到公众号草稿箱。
Social Archiver
2 months ago by Jun Lim
Release repository for Social Archiver - Archive social media posts from 8 platforms into Obsidian
Digital Garden
a month ago by oleeskild