Tips and Best Practices
Common Use Cases
Writing Twitter/X Threads
- Enable “Threadify” in settings
- Write your thread content with 4 blank lines between each tweet
- Use the command to publish
- Review and edit in Typefully before posting
Here's an interesting insight about productivity.
Let me break this down into actionable steps:
1. Start with the hardest task
2. Take breaks every 90 minutes
3. Review your progress daily
The key takeaway: consistency beats intensity.
What's your top productivity tip?
Scheduling at Specific Times
- Enable “Show publish options modal” in settings
- Publish a note - the modal will appear
- Select “Specific date & time” from the Schedule dropdown
- Pick your desired date and time
- Click “Create Draft”
The draft will be scheduled at the exact time you specified.
Attaching Images
Include images in your note using standard Obsidian syntax:
Check out this chart!
![[quarterly-results.png]]
The results speak for themselves.
When you publish, the plugin will:
- Detect the image reference
- Read the file from your vault
- Upload it to Typefully via presigned URLs
- Attach it to the correct post in the thread
- Strip the image syntax from the published text
Supported formats: PNG, JPEG, GIF, WebP, SVG, MP4, PDF (LinkedIn only).
Managing Drafts
- Click the Typefully ribbon icon or use “Open Typefully panel” from the command palette
- The Drafts tab shows all your drafts
- Filter by status (draft, scheduled, published, error)
- Click a draft to view its full details
- Use Edit to modify text, schedule, or notes
- Use Delete to remove drafts you no longer need
Using Tags
- Create tags in Settings > Tags section
- Enable “Show publish options modal”
- When publishing, select tags in the modal
- Tags help organize your content in Typefully
Scheduling Content in Advance
- Enable “Auto scheduling”
- Set up your posting schedule in Typefully
- Publish notes throughout the week
- They’ll be automatically queued
Using Tags as Hashtags
- Enable “Append tags to posts”
- Add relevant tags to your note frontmatter:
--- tags: [productivity, writing, tips] --- - These become
#productivity #writing #tipsin your post
Cross-Platform Posting
- Connect all your social accounts in Typefully
- Enable “Enable all platforms” or select specific platforms
- Publish once, reach all audiences
- Customize per-platform in Typefully if needed
Viewing Your Queue
- Open the Typefully panel and click the Queue tab
- See upcoming slots for the next 7 days
- Click on a draft preview to view its details
- Identify available slots for new content
Editing Your Queue Schedule
- Open the Typefully panel and click the Schedule tab
- Toggle days on or off
- Add or remove time slots for each day
- Click “Save schedule” to apply changes
Troubleshooting
“Please configure your Typefully API key”
Problem: You see this notice when loading the plugin.
Solution:
- Get your API key from Typefully Settings > API & Integrations
- Enter it in Obsidian Settings > Typefully > API key
- The plugin validates the key immediately - look for the green “Connected” status
“Please enable at least one target platform in settings”
Problem: No platforms are enabled for publishing.
Solution:
- Go to plugin settings
- Enable at least one platform (X, LinkedIn, Threads, Bluesky, or Mastodon)
- Make sure the platform is connected in your Typefully account
“The file cannot be published to Typefully”
Problem: The current file cannot be published.
Possible causes:
- File is not a Markdown file (.md)
- File is empty
- File is an Excalidraw drawing
- File is a canvas file
Solution: Open a valid Markdown file with content.
“Please open a note before calling this command”
Problem: No note is currently open.
Solution: Open a note in the editor before using the publish command.
“Please configure a Social Set ID in settings first”
Problem: You’re using the List Drafts or View Queue command without a configured Social Set.
Solution: Go to settings, click “Load available sets”, and select one.
Draft Created But Not Visible in Typefully
Problem: The plugin says success but you can’t find the draft.
Possible causes:
- Wrong social set selected
- Draft is in a different account
Solution:
- Use “Load available sets” to see your social sets
- Select the correct one
- Check all tabs in Typefully (Drafts, Scheduled, etc.)
API Key Not Working
Problem: API calls fail despite having an API key.
Possible causes:
- API key is invalid or expired
- Copy/paste included extra spaces
- API key was revoked
Solution:
- Go to Typefully Settings > API & Integrations
- Revoke the old key and create a new one
- Copy carefully (no extra spaces)
- Paste into plugin settings
- Check that the green “Connected” status appears
Images Not Uploading
Problem: Images from your note are not attached to the published draft.
Possible causes:
- Image file not found in vault
- Unsupported image format
- No Social Set ID configured (required for media upload)
- Image processing timed out
Solution:
- Ensure the image file exists in your vault
- Check that the format is supported (PNG, JPEG, GIF, WebP, SVG, MP4, PDF)
- Configure a Social Set ID in settings
- Check the console for error messages (Ctrl/Cmd + Shift + I)
Content Looks Different Than Expected
Problem: The published content doesn’t match your note.
Expected behavior: The plugin removes:
- Image embeds
![[image.png]]and - Obsidian wiki links
[[link]] - Markdown links
[text](url) - Blockquotes
> text - YAML frontmatter
Solution: This is intentional for clean social posts. Preview your content in Typefully before posting to verify it looks correct.