Changelog

pull/119/head
Zef Hemel 2022-11-18 16:03:12 +01:00
parent 9f97d87181
commit ca19434880
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ release.
--- ---
## 0.2.0 ## 0.2.0
* The editor is now in "live preview" or "clean edit" mode where a lot of markdown is hidden unless the cursor is present. This will take some getting used to, but results in a much more distraction free look. * The editor is now in "live preview" mode where a lot of markdown is hidden unless the cursor is present. This will take some getting used to, but results in a much more distraction free look.
* Clicking on the page name in the top bar, now allows you to quickly rename pages * Clicking on the page name in the top bar now allows you to quickly rename pages, hit enter to apply the change.
* The previous behavior of opening the page switcher, has now moved to its own action button (the folder one) * The previous behavior of opening the page switcher, has now moved to its own action button (the folder one)
* Changes to some slash commands: * Changes to some slash commands:
* `/task` now is smarter and attempts to turn your current line into a task * `/task` now is smarter and attempts to turn your current line into a task
* `/h1` through `/h3` will turn the current line into a header * `/h1` through `/h4` will turn the current line into a header
--- ---