What's Changed
- Feature: Add "Auto-hide search bar" settings option. When set to true (by default), the search bar is hidden when there are few headings in the document.
- Feature: The outline button is now hidden when there is 1 or 0 headings in the document.
- Fix: "Toggle automatically on file open" works now as intended – it triggers the outline only once per note (#31).
- Fix: Editing Toolbar shouldn't cause UI shifts when set to "following" anymore (#29).
Code changes
- The outline is now set to
display: none;
instead of being removed from the DOM each time it is hidden (#30). - Introduce two new classes to manage backend outline logic –
Outline
andOutlineManager
(#28).
Full Changelog: 1.15.1...1.16.0