mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
feat(docs): document most features of text notes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user