feat(docs): document most features of text notes

This commit is contained in:
Elian Doran
2025-04-11 23:15:30 +03:00
parent 15f415efeb
commit 7c88681e70
167 changed files with 3969 additions and 537 deletions

View File

@@ -14,6 +14,7 @@
* When rendering a File note that contains text, display only a fragment of the text in order to improve UI responsiveness.
* [Treat .mdx files as markdown](https://github.com/TriliumNext/Notes/issues/1236)
* Calendar view
* Customizable calendar entries by @rom1dep
* Calendar is now displayed in full height.
* Option to hide the weekends.
@@ -27,6 +28,7 @@
* Friendly numbers note revision by @pano9000
* Share: [Allow redirecting / to `#shareRoot` if not authenticated](https://github.com/TriliumNext/Notes/pull/1207) by @maphew
* In-app-help:
* Remove any help notes that are no longer in use.
* Restore the icon of help notes.
* [Markdown headings are now exported using ATX syntax (`#`) instead of the setext (`------`)](https://github.com/TriliumNext/Notes/issues/1251)

View File

@@ -149,6 +149,7 @@
* When rendering a File note that contains text, display only a fragment of the text in order to improve UI responsiveness.
* [Treat .mdx files as markdown](https://github.com/TriliumNext/Notes/issues/1236)
* Calendar view
* Customizable calendar entries by @rom1dep
* Calendar is now displayed in full height.
* Option to hide the weekends.
@@ -162,6 +163,7 @@
* Friendly numbers note revision by @pano9000
* Share: [Allow redirecting / to `#shareRoot` if not authenticated](https://github.com/TriliumNext/Notes/pull/1207) by @maphew
* In-app-help:
* Remove any help notes that are no longer in use.
* Restore the icon of help notes.
* [Markdown headings are now exported using ATX syntax (`#`) instead of the setext (`------`)](https://github.com/TriliumNext/Notes/issues/1251)

View File

@@ -18,6 +18,10 @@
*
## 📖 Documentation
* Described almost all of the features of text notes, including a reference of keyboard shortcuts.
## 🛠️ Technical updates
* upgrade to express 5.1.0 by @pano9000