Commit graph

352 commits

Author SHA1 Message Date
Kodai Nakamura
f0670fc589 feat: prevent self-linking 2025-11-27 12:00:00 +09:00
Kodai Nakamura
0220c86c9f 1.13.2 2025-11-23 14:16:31 +09:00
Kodai Nakamura
b79a2f59f4 chore(settings): add placeholder 2025-11-23 14:16:09 +09:00
Kodai Nakamura
c29380fe0b chore 2025-11-23 14:15:49 +09:00
Kodai Nakamura
8c72d08916 1.13.1 2025-11-23 14:14:27 +09:00
Kodai Nakamura
110e164eae chore: change order of "Exclude directories from automatic linking" setting in settings.ts 2025-11-23 14:14:10 +09:00
Kodai Nakamura
816e9a00c1 Merge remote-tracking branch 'refs/remotes/origin/master' 2025-11-23 14:11:18 +09:00
Kodai Nakamura
c636114c1b 1.13.0 2025-11-23 14:11:00 +09:00
Kodai Nakamura
6cdd9dfd43 1.12.11 2025-11-23 14:10:51 +09:00
Kodai Nakamura
1638427be5
Merge pull request #15 from kdnk/ignore-dirs
chore: unused import removal
2025-11-23 14:10:44 +09:00
Kodai Nakamura
214895ad28 feat: add option to exclude directories from automatic linking 2025-11-23 13:59:38 +09:00
Kodai Nakamura
ddd15b5322 chore: add excludeDirsFromAutoLinking setting 2025-11-23 13:41:45 +09:00
Kodai Nakamura
ff22faa7e9 chore: unused import removal 2025-11-23 13:35:41 +09:00
Kodai Nakamura
2e551c88cf 1.12.10 2025-11-21 23:46:28 +09:00
Kodai Nakamura
973a46de42 1.12.9 2025-11-21 23:46:18 +09:00
Kodai Nakamura
d7e79c6a56
Merge pull request #14 from kdnk/prevent-linking
chore: add prevent-linking property
2025-11-21 23:33:50 +09:00
Kodai Nakamura
659502ae8a chore: update README.md 2025-11-21 23:32:36 +09:00
Kodai Nakamura
2682b76f5a feat: prevent linking to certain files 2025-11-21 23:21:26 +09:00
Kodai Nakamura
999cb3e7a1 chore: add prevent-linking property 2025-11-21 23:12:03 +09:00
Kodai Nakamura
6d4cafa9df 1.12.8 2025-09-14 15:57:22 +09:00
Kodai Nakamura
aa5fda1f57 chore: update src/main.ts to add frontmatter option to disable plugin 2025-09-14 15:57:04 +09:00
Kodai Nakamura
9f7ab01328 1.12.7 2025-09-05 10:34:34 +09:00
Kodai Nakamura
711e7aca06 fix: respect ignore domains setting when replacing URL with title 2025-09-05 10:34:10 +09:00
Kodai Nakamura
1e5b0921dd 1.12.6 2025-06-05 22:06:02 +09:00
Kodai Nakamura
2c6e6de13e chore 2025-06-05 22:05:36 +09:00
Kodai Nakamura
7bb4e22125 perf 2025-06-05 21:56:02 +09:00
Kodai Nakamura
46e43422d9 perf 2025-06-05 21:47:56 +09:00
Kodai Nakamura
e57ba15ec8 1.12.5 2025-06-05 01:02:36 +09:00
Kodai Nakamura
75c8f7d3cd chore: add performance test 2025-06-05 01:02:18 +09:00
Kodai Nakamura
6cb8f804d4 refactor: improve performance 2025-06-05 00:57:13 +09:00
Kodai Nakamura
7397a8dfb0 refactor 2025-06-05 00:52:26 +09:00
Kodai Nakamura
f968ccd962 refactor: Remove redundant formatOnSave function in saveCommandDefinition 2025-06-04 23:11:38 +09:00
Kodai Nakamura
2e24c900a8 chore: rename 2025-06-04 22:42:38 +09:00
Kodai Nakamura
363e3dc585 docs: fix README 2025-06-02 20:14:32 +09:00
Kodai Nakamura
7e8f537331 1.12.4 2025-05-31 01:23:59 +09:00
Kodai Nakamura
42eb9dc926 refactor: Remove AsyncLock dependency 2025-05-31 01:23:44 +09:00
Kodai Nakamura
7dda5a9ac5 1.12.3 2025-05-28 00:41:27 +09:00
Kodai Nakamura
8d4586eb5c chore: improve consitency of checkCallback 2025-05-28 00:41:07 +09:00
Kodai Nakamura
de99f3a37c chore: use save to check if we should show the command in command palette 2025-05-28 00:27:59 +09:00
Kodai Nakamura
44d1b68dd6 1.12.2 2025-05-28 00:10:39 +09:00
Kodai Nakamura
6c6dede3be chore: consider checking params 2025-05-28 00:10:21 +09:00
Kodai Nakamura
7e5ca2b83b chore: rename 2025-05-26 12:48:20 +09:00
Kodai Nakamura
550cd189ef 1.12.1 2025-05-24 19:39:14 +09:00
Kodai Nakamura
fc7d1e9de4 chore: update manifest.json to require Obsidian 1.9.0 2025-05-24 19:38:56 +09:00
Kodai Nakamura
37880bae28 1.12.0 2025-05-24 19:37:50 +09:00
Kodai Nakamura
06e9eb6dc2 chore: set cursor position after replacing line text 2025-05-24 18:36:42 +09:00
Kodai Nakamura
6a2b6ab704 chore: update settings description for 'Format on save for a current line' 2025-05-24 18:26:09 +09:00
Kodai Nakamura
4ae38f2061 feat: introduce formatOnSaveCurrentLine 2025-05-24 18:25:13 +09:00
Kodai Nakamura
5ef82fefee 1.11.3 2025-05-24 17:34:57 +09:00
Kodai Nakamura
dbf8fda234 1.11.2 2025-05-23 10:12:33 +09:00