Write social threads from Markdown notes with a live Chirr-style preview, word-aware 280-character slicing, counters, and manual split markers.
Write social threads from Obsidian notes with a live Chirr-style preview, word-aware 280-character slicing, real-time counters, and [...] split markers.
This plugin turns the active Markdown note into a side-by-side thread composer so you can draft, revise, and preview social posts without leaving Obsidian.
[...].145/280) on each card and highlights posts over the limit.main.js, manifest.json, and styles.css from the latest GitHub Release.chirr-thread-preview inside your vault's plugin directory: <your-vault>/.obsidian/plugins/.To set up the workspace for local modification or contribution:
npm install --save-dev obsidian esbuild
Because Obsidian executes JavaScript rather than TypeScript, any changes made to main.ts must be compiled into main.js using esbuild:
npx esbuild main.ts --bundle --platform=node --target=es2018 --format=cjs --external:obsidian --outfile=main.js
main.js file is copied to your Obsidian vault plugin folder to see the changes reflected in real time.