0.1.9
Platform: Desktop Date: August 28, 2024
Improvement
- feat: click edit pencil in search result/query result to edit result directly;
- feat: support press ctrl + click on link button to open file;
Fix
- fix: cannot show part of document in canvas;
- fix: cannot drag when block in at the end of document;
- fix: doesn’t show fold indicator correctly;
- style: hover cm-line will cause all drag handler showed;
0.1.8
Platform: Desktop Date: July 23, 2024
Improvement
- feat: setting for hiding section tab header automatically is now available;
- feat: setting for disable time picker is now available;
- feat: command to zoom in current section that contains cursor;
- feat: click on active tab will return to full document;
- feat: control style easily via style settings;
- feat: support create section to the start/end/prev/next.
Fix
- fix: change Rename function text input to single-line, confirming on Enter press
Style
- style: refresh setting page UI and some text in it.
- style: divider between section tabs;
- style: name above section line;
0.1.7
Platform: Desktop
Date: July 23, 2024
Shinny new things
- feat: turn notes into sections/split sections into notes. Note: notebook mode
Improvements
- feat: support commands to create section before/after current section. Note: notebook mode
0.1.6
Platform: Desktop
Date: July 21, 2024
Shinny new things
- feat: support note as notebook. Note: notebook mode
0.1.5
Platform: Desktop
Date: June 5, 2024
Shinny new things
- feat: support custom query string for task group. You can set the query string in the settings.
Fixes
- fix: when press enter in task list item with indent, should not create a new list item with no indent.
- fix: global search hotkey could not be triggered when the editor is focused. Resolves #51
0.1.4
Platform: Desktop
Date: May 25, 2024
Shinny new things
- feat: when list item has mark content, for example (And if you press enter at the end of the line, the new bullet line should be added after the mark content.):
- feat: support copy link to text fragment. Resolves #34
Fixes
- fix: conflict with
Obsidian Banner
plugin, cause paper-layout not working well. Resolves #41 - fix: height issue of Popout window. Resolves #39
- fix: conflict with
Obsidian Paste image rename
plugin. Resolves #43 - fix: when markdown link is embedded, the link should be rendered as a link. Resolves #49
0.1.3
Platform: Desktop
Date: May 16, 2024
Breaking changes
Create inline embed
renamed asCreate link to embed text fragment
. About Text fragment
Shinny new things
- feat: support link to text fragment docs; Resolves: #25
- feat: click on link to jump to text fragment and highlight it. docs Resolves: #20
- style: settings to disable paper layout. Resolves #28 #27
- feat: click on backlink to jump back target pos. docs Resolves #29
- feat: block-id in embedded editor cannot be selected any more. docs Resolves #19
Fixes
- editor: Embedded whole page in backlink should not be hidden when its content changed.
- editor: end mark of text fragment sometimes doesn’t render correctly.