Releases: polygonhunter/slashosaurus
Release list
1.0.2
Fixes the scorecard findings introduced in 1.0.1: the declarative settings tab no longer statically references APIs newer than the declared minAppVersion (the update() calls are now guarded no-ops on pre-1.13 apps), and no code path calls the deprecated display() anymore — the ≤1.12 fallback renders through an internal method. No functional changes. Requires Obsidian 1.12.4+.
1.0.1
Settings tab now uses Obsidian's declarative settings API on 1.13+ — Slashosaurus settings appear in the settings search, trigger-character validation shows an inline error, and snippets get drag-to-reorder plus an empty state. On older versions the previous imperative tab renders unchanged, so the minimum supported version stays 1.12.4. No changes to the menu itself.
1.0.0
Slashosaurus goes stable 🦖 — the Notion-style slash menu with live, theme-colored block previews. Same feature set as 0.1.4: full block catalog (headings, lists, all 13 callout types, code block with language picker, table, math, Mermaid, footnote, date & more), keyboard layer with foldable-callout Shift+Enter, user snippets, and the Daily Bible Verse integration. Requires Obsidian 1.12.4+.
0.1.4
New Integrations support: with the Daily Bible Verse community plugin enabled, a Daily Bible Verse group appears at the bottom of the slash menu — Bibelvers des Tages (📖) inserts today's verse at the cursor, Vers neu würfeln (🎲) rerolls it. The group is hidden entirely while that plugin is disabled. Requires Obsidian 1.12.4+.
0.1.3
The raptor has evolved wings 🪽 — Slashosaurus has a new pterosaur mascot logo. No functional changes. Requires Obsidian 1.12.4+.
0.1.2
Replaces the moment dependency with a small built-in date formatter (same tokens for the "Today's date" block: YYYY, MM, DD, HH, mm, ss, month/weekday names, [literals]). No functional changes otherwise. Requires Obsidian 1.12.4+.
0.1.1
Housekeeping release — resolves every actionable warning from the plugin review scorecard:
moment,@codemirror/view, and@codemirror/stateare now properly declared dev dependencies (typed code, unchanged bundle — Obsidian provides them at runtime)- Cross-window-safe
.instanceOf()checks instead ofinstanceof
No functional changes. Requires Obsidian 1.12.4+.
0.1.0
Initial release. 🦖
A Notion-style slash menu with live block previews: type / and pick headings, lists, quotes, tables, code blocks — and all 13 callout types shown as real colored boxes with their icons, before you insert them.
Highlights
- Live preview tiles in your theme's own colors (light/dark/custom)
- Wraps selected text instead of replacing it (quotes, callouts, lists, code fences)
- Two-stage code block: pick the language in the same popup, Esc for a plain fence
- Shift+Enter inserts callouts folded (
> [!note]-) - Footnotes with auto-numbered definitions, today's date, Mermaid, math, comments
- Your own snippets with a
{cursor}placeholder, defined in the settings - Fully offline, zero network requests
Requires Obsidian 1.12.4+, works on desktop and mobile.