New 1.2.3 — theme-aware colours, live-styled composer, wikilink autocomplete

Your thoughts, one line at a time.

Thoughtbin is a Memos-style timeline inside Obsidian. Type, save, and it's a plain Markdown note in your vault — with tags, pins, checkboxes and search on top.

Fast to capture, easy to find again

The timeline is the whole interface. Everything else is Obsidian doing what it already does.

Aa

Live-styled composer

Headings, lists, checkboxes, code and links render as you type. [[ and # autocomplete from your vault; Ctrl+B, I and K work.

Rendered cards

Obsidian's own renderer, so embeds, callouts, math and Mermaid all work. Tick checkboxes and open links right in the card.

#

Tags, pins, archive

Click a tag to filter. Pin the ones you keep reaching for. Archive the rest without deleting anything.

Activity calendar

A month view shaded by how much you wrote. Click a day to see just those thoughts.

Attachments

Paste or drop images and files; they're saved to your vault and embedded in the thought.

Capture from anywhere

A quick-capture popup, a "save selection as thought" command, and a hotkey that jumps straight to the composer.

Desktop and mobile

The sidebar sits beside the timeline on desktop. On phones it slides in from the left and tags become a strip above the feed.

Thoughtbin on desktop: composer, timeline and calendar sidebar
Desktop, in the main area
Thoughtbin on a phone with the tag strip
Mobile

Install in a minute

Three files and a toggle. No build step, no account, no network.

  1. Download main.js, styles.css and manifest.json from the latest release.
  2. Copy them into .obsidian/plugins/thoughtbin/ inside your vault.
  3. Enable Thoughtbin under Settings → Community plugins.
Prefer automatic updates? Add Real-Fruit-Snacks/obsidian-Thoughtbin in BRAT.

Each thought is one Markdown file in the folder you choose:

---
created: 2026-09-11T12:50:03-05:00
updated: 2026-09-11T12:50:03-05:00
pinned: true
archived: false
---
Find which process is holding a port:

```bash
sudo lsof -i :5230
```

Pinning this so I stop searching for it. #dev #cheatsheet

Settings and commands

Grouped under Storage, Composer, Timeline and Layout in Obsidian's settings.

SettingWhat it does
Thoughtbin folderWhere thoughts are stored. Default Thoughtbin/.
Attachments folderWhere pasted or dropped files go. Default Thoughtbin/attachments/.
Default code block languageInserted after the opening ``` when you use the code button.
Save with EnterEnter saves and Shift+Enter adds a line. Off: Ctrl/Cmd+Enter saves.
Composer templateText pre-filled for every new thought, e.g. #inbox.
Sort order, pinned on topNewest or oldest first; keep pinned thoughts at the top.
Time display, date formatRelative ("3 hours ago") or absolute, with a custom format.
Collapse long thoughtsMaximum height before a "Show more" button appears.
Open timeline inMain area, or the left or right side panel.
CommandWhat it does
Open timelineOpens or reveals the Thoughtbin view.
Quick capturePopup composer that saves a new thought.
Save selection as thoughtSaves the current editor selection as a thought.
Focus composerOpens the timeline and puts the cursor in the composer.

More from Real-Fruit-Snacks

Same site, a different glow per project.