You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app will cache data of document pages and folder pages from the server. So loading the pages a second time will be much faster.
Improved label management
We introduced a modal for label management. From this modal, you can delete a label and check which documents having the label.
You can open the modal by clicking the cog button in the screenshot below.
Implemented configurable markdown preview style
You can edit CSS style and code block theme for the markdown preview from the preferences tab of the settings modal. (macOS : Cmd + ,, Windows/Linux : Ctrl + ,)
The change will be automatically applied after you finish editing.
Enabled spell checking(Optional)
Now the editor supports spell checking. You can also opt-out from the preferences.
Implemented toggleable side navigator
You can hide and show the side navigator. You can also use its keyboard shortcut(macOS : Cmd + Shift + 0, Windows : Ctrl + Shift + 0)
Implemented diff view for the revisions modal
Now you can see the diff of a revision from its previous revision.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Changes
Cmd + Shift + 0
, Windows:Ctrl + Shift + 0
)Improved page load speed
The app will cache data of document pages and folder pages from the server. So loading the pages a second time will be much faster.
Improved label management
We introduced a modal for label management. From this modal, you can delete a label and check which documents having the label.
You can open the modal by clicking the cog button in the screenshot below.
Implemented configurable markdown preview style
You can edit CSS style and code block theme for the markdown preview from the preferences tab of the settings modal. (macOS :
Cmd + ,
, Windows/Linux :Ctrl + ,
)The change will be automatically applied after you finish editing.
Enabled spell checking(Optional)
Now the editor supports spell checking. You can also opt-out from the preferences.
Implemented toggleable side navigator
You can hide and show the side navigator. You can also use its keyboard shortcut(macOS :
Cmd + Shift + 0
, Windows :Ctrl + Shift + 0
)Implemented diff view for the revisions modal
Now you can see the diff of a revision from its previous revision.
Beta Was this translation helpful? Give feedback.
All reactions