Publora
Send the selected text from Sublime Text to ten social networks via Publora
Details
Installs
- Total 1
- Win 1
- Mac 0
- Linux 0
| Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Publora for Sublime Text
Select the text, run one command, and it goes out. This package sends the selection, or the whole file, to Publora as a scheduled post or a draft.
Ten networks: LinkedIn, X, Instagram, Threads, TikTok, YouTube, Facebook, Bluesky, Mastodon and Telegram.
Commands
Open the command palette and type Publora:
- Publora: Send selection sends what you selected, or the whole file when nothing is selected.
- Publora: Send this file sends the whole file regardless.
You then pick the channel, and choose between a draft and a scheduled time.
Setup
- Create a Publora account at publora.com. The free plan is 15 posts a month and three connected accounts, no card needed.
- Connect at least one social account in the Publora dashboard. The package publishes to accounts connected there; it cannot connect them for you.
- Open Settings → API keys and press Generate API key.
- In Sublime Text: Preferences → Package Settings → Publora → Settings, paste the key into
api_key.
Things worth knowing
Drafts are offered first. Choosing “Save as draft” publishes nothing: the post waits in Publora until you look at it.
Instagram, TikTok and YouTube need media. They reject text-only posts, and this version sends text only. The package says so instead of failing quietly.
Nothing blocks the editor. Network calls run on a background thread, so Sublime stays responsive while a post is sent.
Your key stays in your settings. It is sent only to https://api.publora.com in a request header. The package talks to no other host and stores nothing.
Licence
MIT