Commit Graph

12 Commits

Author SHA1 Message Date
olivier 254fcc1b41 fix: heading-regex tag corruption, live command toggles, adjacent-file collision, stale selection listeners
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
- HEADING_REGEX now requires a space/EOL after '#' so tag lines
  (#project ...) are no longer misdetected as headings and corrupted.
- Command enable/disable settings now take effect immediately via
  checkCallback/editorCheckCallback instead of requiring a reload.
- New Adjacent File auto-increments (Untitled.md, Untitled 1.md, ...)
  instead of throwing once Untitled.md already exists.
- Selection-change tracking is delegated from document instead of a
  one-time .cm-content scan, so editors opened after startup are covered.

See CHANGELOG.md for details.
2026-09-07 12:36:08 -04:00
olivier fcbf1492b7 update and fix
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
2026-05-15 16:23:28 -04:00
olivier 358ddca2f0 fix typescript
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
2026-02-27 10:12:27 -05:00
olivier 7022dadd83 create better structure inspired by ObsidianTweaks'
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
2026-02-26 15:19:52 -05:00
olivier 580f2d8c2b fix problems
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
2026-02-25 15:52:49 -05:00
olivier efbd5773b5 feat: select next occurrence
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
2026-02-25 11:35:15 -05:00
olivier 28ebf6a4a8 pad readme, make hotkeys optional
Node.js build / build (20.x) (push) Has been cancelled
Node.js build / build (22.x) (push) Has been cancelled
2026-02-24 22:00:12 -05:00
olivier bfa95bb700 faire bindthem 2026-02-24 14:57:44 -05:00
Johannes Theiner 92cba25647 update sample plugin with eslint instructions 2025-11-10 12:26:07 +01:00
Johannes Theiner 9984b040b6 remove testing code 2025-10-17 12:36:26 +02:00
Johannes Theiner dbc9096f81 Add lint action 2025-07-04 13:27:53 +02:00
Johannes Theiner 15e343739e Add stylelint and configure eslint to add custom plugin.
- Split up main.ts into multiple files.
2024-07-31 22:59:59 +02:00