Commit graph

166 commits

Author SHA1 Message Date
dragonish
dd8eb7b53d
feat(reading): allow custom render policy for reading view
Allow customization of the render policy for heading decorators in the
reading view when editing note content.

Refs: #20
2025-08-24 12:25:45 +08:00
dragonish
f51b4916d2
ui(reading): optimize the page scroll to another location when rerender
By recording the original position and rolling back after a period of time to
alleviate this issue.

Refs: #20
2025-08-23 17:30:20 +08:00
dragonish
92ed1db7e5
chore(package): upgrade development dependencies 2025-08-23 15:16:14 +08:00
dragonish
34fd679962
ci(scripts): adjust the output format of the changelog 2025-08-16 22:21:24 +08:00
dragonish
1d9f2c593d
chore(release): 2.2.0 2025-08-16 22:18:33 +08:00
dragonish
99943ed615
feat: add support for custom leading delimiter
Resolve: #19
2025-08-16 10:25:31 +08:00
dragonish
fc3c9e0ba5
chore(release): 2.1.0 2025-08-11 21:37:57 +08:00
dragonish
1041bd21b2
docs(readme): add new settings description
Refs: 7edebece29
2025-08-11 21:35:03 +08:00
dragonish
7edebece29
feat: support to specify the maximum level of recognition
Resolve: #17
2025-08-10 21:55:41 +08:00
dragonish
cdf01152d5
test(counter): add new test case
Refs: 4de7550ada
2025-08-10 20:30:20 +08:00
dragonish
4de7550ada
feat: support for custom trailing delimiter
Resolve: #18
2025-08-10 20:09:28 +08:00
dragonish
349607255a
chore(package): upgrade development dependencies 2025-08-10 19:42:41 +08:00
dragonish
f9778d765d
chore(release): 2.0.0 2025-08-06 20:54:07 +08:00
dragonish
a28620000a
docs(readme): update description
Refs: c67fede46a
2025-08-05 22:30:21 +08:00
dragonish
c67fede46a
feat(settings): add generic heading decorator configuration
Resolve: #16
BREAKING CHANGE: adjust the logic of the settings.
2025-08-05 22:22:22 +08:00
dragonish
9276d7cac5
chore(package): upgrade development dependencies 2025-08-05 18:55:35 +08:00
dragonish
e2cc16f2c4
perf(folder): optimize folder suggestion performance 2025-07-01 20:33:24 +08:00
dragonish
cad88cec47
chore(release): 1.10.0 2025-06-21 22:09:04 +08:00
dragonish
386b6958e4
merge(main): merge branch 'dev' 2025-06-21 22:08:42 +08:00
dragonish
c95183dd56
docs(readme): optimize the display of the table 2025-06-20 21:59:19 +08:00
dragonish
df1c0ef14b
docs(readme): correct the table alignment 2025-06-20 21:57:56 +08:00
dragonish
cc463bae79
docs(readme): add a description for the new setting
Refs: f640b8e515
2025-06-20 21:32:24 +08:00
dragonish
5aaa0605e5
fix(plugin): fix decorators in third-party plugins that may not have hidden as expected
This issue occurs when the heading hides decorator is needed for note
content changes.
2025-06-20 21:02:04 +08:00
dragonish
f640b8e515
feat: support always ignore the top-level headings 2025-06-20 20:48:02 +08:00
dragonish
f835c1087b
chore(package): upgrade development dependencies 2025-06-20 19:24:03 +08:00
dragonish
ac32053d44
fix(heading): fix ordered list mistakenly identified as heading
Refs: e2ea114bcd
2025-06-18 20:57:14 +08:00
dragonish
a5a2158940
chore(release): 1.9.1 2025-06-15 21:13:07 +08:00
dragonish
f45f191c88
docs(readme): add language switch 2025-06-15 18:27:20 +08:00
dragonish
c801c30140
docs(readme): add Traditional Chinese description 2025-06-15 18:24:43 +08:00
dragonish
8087125b5c
docs(readme): add Simplified Chinese description 2025-06-15 18:16:42 +08:00
dragonish
97fffff446
ui(locales): add Traditional Chinese language 2025-06-15 17:05:50 +08:00
dragonish
5a9b7465fb
ui(locales): add Simplified Chinese language 2025-06-15 16:53:19 +08:00
dragonish
298a7f57f8
enh(i18n): add internationalization support 2025-06-15 16:50:44 +08:00
dragonish
40386aae05
chore(package): upgrade development dependencies 2025-06-15 11:47:52 +08:00
dragonish
6e8ce36a2f
docs(readme): format the cssclasses property value
Refs: https://obsidian.md/changelog/#:~:text=in%20the%20note.-,Breaking%20changes,-We%20have%20officially
2025-06-12 23:17:08 +08:00
dragonish
f408ac0792
chore(release): 1.9.0 2025-05-29 22:14:29 +08:00
dragonish
d420ddd3e2
refactor(reading): extract the processing code of the reading view into a file 2025-05-29 12:53:32 +08:00
dragonish
55729c1e13
enh(plugin): make the decorator settings changes on the third-party plugin take effect immediately
When changing the relevant decorator settings, re-render the
decorator on the third-party plugin.
2025-05-29 00:00:00 +08:00
dragonish
777d02b69e
refactor(quiet-outline): change parameter name 2025-05-28 23:13:39 +08:00
dragonish
7be8939c6d
docs(quiet-outline): add function comments 2025-05-28 23:12:44 +08:00
dragonish
412af669d0
refactor(editor): change class name 2025-05-28 21:02:52 +08:00
dragonish
619d950ae8
refactor(main): split the main file 2025-05-28 20:54:46 +08:00
dragonish
c7657ab7d1
fix(quiet-outline): fix residual decorators after change settings
For rendering reasons, the old class names will not be removed, so
they need to be handled by oneself.
2025-05-28 20:31:11 +08:00
dragonish
ab58b4f1a2
docs(readme): add new description content
Refs: 6fe4b0ff63
2025-05-27 22:49:38 +08:00
dragonish
6fe4b0ff63
feat: add support for the "Quiet Outline" plugin
Refs: https://github.com/guopenghui/obsidian-quiet-outline
Resolve: #15
2025-05-27 22:44:28 +08:00
dragonish
1471f8ce30
chore(package): upgrade development dependencies 2025-05-27 20:18:19 +08:00
dragonish
c6511c9277
chore(release): 1.8.2 2025-05-19 22:58:29 +08:00
dragonish
0ef22caa40
fix(heading): extra fix unordered list mistakenly identified as level 2 heading
Previously, the situation where an unordered list using `+` was omitted.

Refs: e2ea114bcd
2025-05-17 22:35:42 +08:00
dragonish
c982566c77
chore(release): 1.8.1 2025-05-17 22:11:18 +08:00
dragonish
5f1d91cfe0
fix(outline): fix exceptions when the heading contains some special symbols
Fixed: #14
2025-05-16 22:11:54 +08:00