Skip to content

Releases: Real-Fruit-Snacks/obsidian-Thoughtbin

1.2.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 02:19

Changed

  • Deleting a thought always goes through app.fileManager.trashFile, so the vault's trash setting is respected.
  • Italic detection in the composer no longer uses regex lookbehind (unsupported on some iOS versions).
  • Composer autosize and collapsed thoughts set their heights through CSS variables instead of inline styles; DOM nodes are created with createEl; timers use window.setTimeout.
  • Manifest description no longer contains a colon; "markdown" → "Markdown" in a setting description; LICENSE years updated.

1.2.3

Choose a tag to compare

@github-actions github-actions released this 11 Sep 19:09

Changed

  • Stylesheet no longer uses !important; removed partially supported CSS features flagged by the Obsidian review.
  • Startup indexing walks the Thoughtbin folder instead of enumerating the whole vault.
  • Release assets now ship with GitHub artifact attestations.

Fixed

  • authorUrl in the manifest points to the author profile rather than the plugin repository.

1.2.2

Choose a tag to compare

@github-actions github-actions released this 11 Sep 19:02

Fixed

  • Composer placeholder and text no longer fall back to a monospace font on desktop.

1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 18:52

Changed

  • Activity calendar and pinned cards now follow the theme's accent colour instead of fixed green and yellow.
  • Sidebar stat labels pluralise correctly ("1 day", "2 days").

1.2.0

Choose a tag to compare

@Real-Fruit-Snacks Real-Fruit-Snacks released this 11 Sep 17:52

Live-styled CodeMirror composer, [[link]] and #tag autocomplete, list continuation and Ctrl+B/I/K, clickable links with hover previews, right-click card menu, mobile drawer and tag strip, and new settings: default code language, save with Enter, composer template, sort/time display, collapse long thoughts, confirm delete, first day of week.

1.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Sep 23:36
ci: fix release workflow tag trigger to match Obsidian requirements

Thoughtbin 1.1.0

Choose a tag to compare

@Real-Fruit-Snacks Real-Fruit-Snacks released this 10 Sep 23:26

Initial release including custom storage folder settings, delete confirmation prompts, and an archive tab.