polygonhunter_slashosaurus/tests
polygonhunter 972174f3cf
0.1.2 — replace obsidian's moment re-export with a pure date formatter (#2)
The moment re-export is untyped in the review linter's environment, which
kept the unsafe-any warnings alive regardless of local typings. The
"Today's date" block only needs simple formatting, so core/dateformat.ts
now handles the Moment-compatible tokens (YYYY MM DD HH mm ss, names,
12h/24h, [literals]) as a pure, tested function — moment dependency gone.
Also pins @codemirror/state and @codemirror/view to obsidian's exact peer
versions.
2026-07-17 13:12:03 +02:00
..
catalog.test.ts Slashosaurus 0.1.0 — Notion-style slash menu with live block previews 2026-07-17 09:44:12 +00:00
dateformat.test.ts 0.1.2 — replace obsidian's moment re-export with a pure date formatter (#2) 2026-07-17 13:12:03 +02:00
footnote.test.ts Slashosaurus 0.1.0 — Notion-style slash menu with live block previews 2026-07-17 09:44:12 +00:00
insert.test.ts Slashosaurus 0.1.0 — Notion-style slash menu with live block previews 2026-07-17 09:44:12 +00:00
rank.test.ts Slashosaurus 0.1.0 — Notion-style slash menu with live block previews 2026-07-17 09:44:12 +00:00
snippets.test.ts Slashosaurus 0.1.0 — Notion-style slash menu with live block previews 2026-07-17 09:44:12 +00:00
trigger.test.ts Slashosaurus 0.1.0 — Notion-style slash menu with live block previews 2026-07-17 09:44:12 +00:00
wrap.test.ts Slashosaurus 0.1.0 — Notion-style slash menu with live block previews 2026-07-17 09:44:12 +00:00