Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Various capabilities for composing tweets in the Drafts app.

Notifications You must be signed in to change notification settings

chrisgrieser/twitter-workspace-for-drafts

Repository files navigation


Since I do not use the workspace myself anymore, I am discontinuing its development. If anyone is interested in taking over, feel free to message me.

The workspace mostly still works right now, nonetheless.


Drafts Twitter Client

While not a full-fleged Twitter client when it comes to interacting and reading tweets, Drafts text manipulation capabilities have many advantages. When it comes to the drafting of new tweets, Drafts can shine with features like automatic replacement of common abbreviations, or creating a long Twitter thread in one go (Tweet Storm).

Icon for Drafts Twitter Client

Composing

  • Compose tweets with Twitter Syntax Highlighting (@mentions, #hashtags, ...).
  • Send tweets directly from Drafts.
  • Automatically attach a hashtag when sending. Useful when tweeting repeatedly from a certain event
  • Tweet Storm: Send a longer text automatically as a Twitter thread.
  • On iOS, easily quickly insert # and @.

Overcome the 280-character-limit

  • Visually indicate character limit.
  • Insert common abbreviations (e.g. withw/) to stay under the character limit. Currently only for English and German, but you can suggest additions in other languages. Feel free to create an issue or make a pull request.
  • Emojify: Save even more characters by replacing your text with various emojis (e.g. dog🐶). Define your own emoji replacement.
  • Automatically suggest splits for the Tweet Storm.

Download Tweets

  • Download faved tweets of any user.
  • Download Twitter search results.
  • View and print them in Markdown.

Use with Drafts

  • Tweets sent from Drafts are naturally archived in Drafts. This makes them easily searchable and allows you to run other Drafts acitons on them.
  • Call the Workspace via Load Twitter Workspace action to automatically apply the tags, syntax and visual needed for this workspace.
  • Advanced Users: Call the Load Twitter Workspace action via URL Scheme to trigger Drafts with the Twitter Workspace from anywhere, e.g. with Alfred or Keyboard Maestro and the following URL Scheme drafts://x-callback-url/runaction?&action=Load%20Twitter%20Workspace

Showcase: Shorten Text


Setup

Credits

  • The syntax is derived from nahumck's Tweet Syntax and adapted to work with the actions of this Workspace.
  • Numerous actions (Tweet Storm, Downloading Favs, Emojify, ...) are adapted versions from agiletortoise's actions.
  • This Workspace has otherwise been created by Chris Grieser
  • ...and of course you can follow me on Twitter 😉️ @pseudo_meta