Commit graph

  • 8cb6ca4d8a
    Merge 632f09bfdc into 1d1bda8c80 William Nurmi 2026-06-12 13:37:16 +0300
  • 632f09bfdc fix: a heading is a single-line block — don't extend the alias below it William Nurmi 2026-06-12 13:27:11 +0300
  • 86b709de64 fix: gap-separated id lines and end-of-line caret expressions William Nurmi 2026-06-12 13:20:19 +0300
  • e0ae5b203e fix: derive the full-block alias from the block that owns the id William Nurmi 2026-06-12 13:10:51 +0300
  • d100b15041 fix: treat every list marker as a block boundary in full-block text William Nurmi 2026-06-12 13:02:40 +0300
  • 28b11fdc91 feat: gate full-block display text behind a default-off setting William Nurmi 2026-06-12 12:23:01 +0300
  • 04402c8298 fix: block link display text covers the whole multi-line block William Nurmi 2026-06-12 11:42:28 +0300
  • 6e8458c5c2
    Merge 5fb84a97ff into 1d1bda8c80 Moy 2026-06-10 17:04:52 +0800
  • 5fb84a97ff feat: add AI prompt helper for custom regex rules feat/reorderable-custom-matchers Moy 2026-06-10 17:03:23 +0800
  • ca78f782cf style: move settings info icon styles to css Moy 2026-06-10 16:22:35 +0800
  • 6e83e47cc5 fix: include link in ordered copy targets Moy 2026-06-10 16:06:46 +0800
  • 05b868e20d fix: expand matcher config without rerender Moy 2026-06-10 13:43:05 +0800
  • 23f330914d fix: simplify matcher settings list Moy 2026-06-10 13:11:30 +0800
  • cdb9e0800d chore: clean up main lint warnings Moy 2026-06-10 12:44:54 +0800
  • 373b7da8b8 feat: add custom regex copy matchers Moy 2026-06-10 12:42:37 +0800
  • 3e72472a4d feat: allow built-in matcher reordering Moy 2026-06-10 12:38:39 +0800
  • 0bfb72a41d refactor: extract copy matcher definitions Moy 2026-06-10 12:35:45 +0800
  • 1d1bda8c80 docs: Update README zh master Moy 2026-05-28 14:24:37 +0800
  • 340122e3b2 build: 1.7.1 - add display name regex replacement, fix #37 1.7.1 Moy 2026-05-28 14:21:46 +0800
  • 620460fe5a build: 1.7.0 1.7.0 Moy 2026-05-26 22:13:30 +0800
  • ea87a27a88 fix: correct fenced code block detection and add unit tests 1.6.5 Moy 2026-05-26 21:17:59 +0800
  • 096a74c0c3 bump: reset the version Moy 2026-05-15 17:43:08 +0800
  • 27824e9128 fix: update saveSettings calls to use async/await Moy 2026-05-15 17:37:47 +0800
  • c0a275f3e7 build: bump version to 1.6.5 Moy 2026-05-15 16:47:32 +0800
  • 1087aa2ec6 fix: remove unnecessary void operator from saveSettings calls Moy 2026-05-15 16:30:17 +0800
  • 42b41f5df4 build: 1.6.4 1.6.4 Moy 2026-05-15 15:11:58 +0800
  • 80439dd2c2 chore: Update CHANGELOG Moy 2026-05-15 14:26:58 +0800
  • 548a66e701 docs: split 1.6.3 release notes 1.6.3 Moy 2026-05-15 14:24:20 +0800
  • 7689635390 build: refresh 1.6.3 release notes Moy 2026-05-15 14:20:14 +0800
  • 30a8ac63d8 build: 1.6.3 Moy 2026-05-15 13:33:22 +0800
  • fd1b5eb752 chore: update CHANGELOG Moy 2026-05-15 12:25:41 +0800
  • 25046d860e chore: update pnpm lockfile 1.6.2 Moy 2026-05-15 12:17:06 +0800
  • 38456ef3af build: 1.6.2 Moy 2026-05-15 11:25:16 +0800
  • 6b7bca0bc7 chore: update pnpm lockfile Moy 2026-05-13 19:20:50 +0800
  • 37a490d777 ci: fix duplicate separators in release notes extraction Moy 2026-05-12 13:01:01 +0800
  • aa73736d9f build: 1.6.1 1.6.1 Moy 2026-05-12 12:56:21 +0800
  • f59fd09cd2 docs: restructure CHANGELOG with details blocks and update release workflow for minor-series aggregation Moy 2026-05-12 12:48:52 +0800
  • d693e59061 docs: add emoji to CHANGELOG section headings Moy 2026-05-12 12:46:38 +0800
  • 3418e9ae4f feat: add code block copy with configurable behavior setting Moy 2026-05-12 12:42:27 +0800
  • 63c636de7b build: 1.6.0 1.6.0 Moy 2026-05-09 19:08:04 +0800
  • d13b66a69c
    Merge pull request #35 from lightmotive/feat/follow-obsidian-paste-resolution Moy 2026-05-09 14:05:43 +0800
  • 3143de6edf fix: add console warning when paste is preempted, add community-plugins.json hint to tooltip, inline info icon Moy 2026-05-08 14:40:30 +0800
  • a34ce4648a refine: split paste-resolution desc into short text + info tooltip, remove re-enable suggestion Moy 2026-05-08 14:35:25 +0800
  • 8e1b6058bd fix: restore defaultPrevented check, always show simplifiedHeadingToNoteLink setting, update i18n with load-order note Moy 2026-05-08 14:18:46 +0800
  • fbd9547bf8 fix: restore simplifiedHeadingToNoteLink in OBSIDIAN mode, remove defaultPrevented check, update i18n descriptions Moy 2026-05-08 13:37:26 +0800
  • 7c6aa950af chore: translate user-authored comments to Simplified Chinese Andre Light 2026-04-28 22:27:48 -0600
  • 1e06fa7229 refactor: extract helpers from buildHeadingLink Andre Light 2026-04-28 20:55:48 -0600
  • adef562ef6 feat: extend paste-time path resolution to explicit Wiki/Markdown Andre Light 2026-04-28 20:53:07 -0600
  • 7e467f389c feat: drop redundant alias on same-file OBSIDIAN paste Andre Light 2026-04-28 20:48:15 -0600
  • eca6c94ae9 feat: gate simplifiedHeadingToNoteLink to non-OBSIDIAN formats Andre Light 2026-04-28 20:46:55 -0600
  • b29a70084b feat: gate simplifiedHeadingToNoteLink on useHeadingAsDisplayText (A1.5) Andre Light 2026-04-28 02:06:48 -0600
  • 8f0f26a535 feat: apply simplifiedHeadingToNoteLink to markdown links Andre Light 2026-04-28 02:04:56 -0600
  • 4ac623b1bd feat: opt-in toggle, editor-paste cooperation, and orphaned-setting fix Andre Light 2026-04-27 20:35:51 -0600
  • 3c3c20800f test: extract copy-metadata builders and add unit tests Andre Light 2026-04-22 04:06:58 -0600
  • 2c51e4e52d feat: paste-time path resolution using Obsidian's link format settings Andre Light 2026-04-14 00:30:33 -0600
  • f93ad24367 build: 1.5.3 1.5.3 Moy 2026-04-22 14:32:47 +0800
  • d327b5013a build: 1.5.3 Moy 2026-04-22 13:22:01 +0800
  • 46723f1cd0 build: 1.5.3 Moy 2026-04-22 13:03:37 +0800
  • f646ba8196 ci: fix release workflow for vitest compatibility Moy 2026-04-22 13:00:28 +0800
  • a07b499f4a build: 1.5.3 Moy 2026-04-22 12:58:16 +0800
  • 60e451db9f fix: sanitize heading link targets and fix substring matching Andre Light 2026-04-13 18:13:09 -0600
  • d6f6678b38 docs: add CONTRIBUTING.md with development and testing instructions Andre Light 2026-04-13 17:11:04 -0600
  • 87692e012f test: add vitest harness with pure function extraction for link builders Andre Light 2026-04-13 17:07:00 -0600
  • 7dc57d2588 fix: sanitize heading link targets and fix substring matching Andre Light 2026-04-13 18:13:09 -0600
  • 559933dad2 docs: add CONTRIBUTING.md with development and testing instructions Andre Light 2026-04-13 17:11:04 -0600
  • ce1b439704 test: add vitest harness with pure function extraction for link builders Andre Light 2026-04-13 17:07:00 -0600
  • 7be3eee3b3 Fix: encode spaces as %20 in generated Markdown link URLs Andre Light 2026-04-12 17:55:26 -0600
  • 56a1fd79b4 Fix: encode spaces as %20 in generated Markdown link URLs Andre Light 2026-04-12 17:55:26 -0600
  • f8c341c51b build: 1.5.2 1.5.2 Moy 2026-04-02 20:18:08 +0800
  • 14a98fa8e1 build: 1.5.2 Moy 2026-04-02 20:10:23 +0800
  • 68f239900b build: 1.5.1 1.5.1 Moy 2025-12-12 00:21:09 +0800
  • d1b4aa4587 chore: add icon for plugin Moy 2025-12-12 00:20:33 +0800
  • 5d977b8197 build: update the dependencies Moy 2025-11-05 19:21:02 +0800
  • 23cc7622b1 refactor: lint Moy 2025-11-05 17:24:02 +0800
  • 2278508ed6 build: add obsidian eslint Moy 2025-11-05 17:08:41 +0800
  • d716806092 build: 1.5.0 1.5.0 Moy 2025-11-05 13:54:17 +0800
  • a20a9911f9 feat: support configurable block ID insertion position Moy 2025-11-05 13:52:26 +0800
  • 79805db2e8 feat: support configurable block ID insertion position feat/block-id-pos Moy 2025-11-05 13:52:26 +0800
  • bf98aeaa09 bump version to 1.4.0 1.4.0 Moy 2025-10-21 17:13:32 +0800
  • cd9c1e06bd feat: add simplified-heading-to-note-link setting Moy 2025-10-21 17:08:27 +0800
  • 0ee3d9275d bump version to 1.4.0 feat/simplify-heading-link Moy 2025-10-21 17:13:32 +0800
  • b0370f6851 feat: add simplified-heading-to-note-link setting Moy 2025-10-21 17:08:27 +0800
  • faba964011 build: 1.3.5 1.3.5 Moy 2025-09-15 20:21:55 +0800
  • 265eadae41 feat: add block display text limit settings Moy 2025-09-15 20:17:45 +0800
  • 6d30f76e06 feat: add block display text limit settings feat/custom-limit Moy 2025-09-15 20:17:45 +0800
  • e2d1ff6270 feat: prefer frontmatter title for heading link display Moy 2025-09-15 19:42:39 +0800
  • 8d155e8381 feat: prefer frontmatter title for heading link display feat/better-title Moy 2025-09-15 19:42:39 +0800
  • df9494ed7d Bump version to 1.3.4 1.3.4 Moy 2025-09-15 18:42:16 +0800
  • f4bb658d63 feat: add heading-link-separator setting and UI support Moy 2025-09-15 18:40:35 +0800
  • ee01b46ab0 feat: add heading-link-separator setting and UI support feat/custom-seperator Moy 2025-09-15 18:40:35 +0800
  • 3fe3eb81be fix: full filename+heading copy Moy 2025-09-15 18:29:26 +0800
  • de3ea41c12 fix: full filename+heading copy m-branch-1 Moy 2025-09-15 18:29:26 +0800
  • 5571b258c4 chore(release): bump version to 1.3.3 1.3.3 Moy 2025-09-15 11:55:34 +0800
  • 83db9a82d4 feat(parser): support _ and __ markup and fix capture selection Moy 2025-09-15 11:52:24 +0800
  • 6f5f6a4ef2 chore(release): bump version to 1.3.3 feat/support-more-markup Moy 2025-09-15 11:55:34 +0800
  • 1e75ff247d feat(parser): support _ and __ markup and fix capture selection Moy 2025-09-15 11:52:24 +0800
  • 17c202b6fb chore: bump the version to 1.3.2 1.3.2 Moy 2025-08-05 11:55:04 +0800
  • 5d4c4d4a62 feat: enhance block ID detection to include next lines Moy 2025-08-05 00:29:35 +0800
  • 01c54940c7 fix(link): 修复 markdown 格式的块链接复制文本 Moy 2025-08-05 00:08:05 +0800
  • 0d464eed32 feat: enhance block ID detection to include next lines improve-block-id-logic Moy 2025-08-05 00:29:35 +0800