Update 1645963762907:
- Feature: Inferred hierarchy from Heading size. This gives you all the benefits of indenting without having to indent. So you can just create a Heading and put some items below it, and then filtering will treat it as if they’re children, and the Heading will be collapsible. But if the item below a Heading is indented, it will cancel that behavior and just work as an indented outline. Of course the existing outline behavior won’t change at all, and with normal outline indenting you shouldn’t see this change anything. The idea is that it would be more approachable for non-outliner people to give all the collapsing/filtering features to regular documents, and I personally find it more comfortable in some situations to write content like a document instead of an outline. It’s currently an option in the General section of settings if you have “Test beta features” enabled. I would love to know what you think! See example at bottom of post and please discuss in https://forum.legendapp.com/d/519-inferred-hierarchy-from-heading-size
- Change: Command palette is sorted alphabetically
- Fix: Hotkeys in command palette were not legible in light theme
- Feature: Added more commands:
- Go back
- Set view mode in pane
- Collapse by level
- Fix: Autocomplete opens at the caret position instead of left aligned to items
- Fix: Drag / drop was sometimes displaying items at the wrong indentation
- Fix: Pasting after a tag was inserting a space
- Fix: Pasting was not working with autocomplete open
- Fix: “Include prefixes” option in export was not working correctly
- Fix: Printing in dark theme was not returning to dark theme after printing
Inferred hierarchy example:
# Heading 1
Child
## Heading 2
Sub child
Works the same as:
# Heading
Child
## Heading 2
Sub child