Releases: nagi1999a/obsidian-focus-plugin
Releases · nagi1999a/obsidian-focus-plugin
1.3.2
Fix:
- Move the toggle to settings to make the feature stateful #12
- Do not perform actions when clicking on collapse icons #13
1.3.1
Add the option to disable the status indicator in the status bar, mentioned in #10
1.3.0
Add a clickable status bar indicator to toggle on and off temporarily, and also add a command to make users bind the feature with the key easily. The feature is mentioned in #10
1.2.3
- Fix a bug when Content Behavior is focus element
1.2.2
- Remove additional focus animation when clear state
- Fix inconsistent behavior when set to click-again
1.2.1
- Fix a bug that double click the content will not remove the focus state when the clear method is set to click-again
1.2.0
- Reconstruct Code
- Fix error when multiple inline blocks exist
- Add support for #5
1.1.5
Hotfix for 1.1.4:
Make the click-outside option works again.
Fix by @bkis: Focus not working if there is an inline block in the heading element.
1.1.4
Fix by @bkis: Focus not working if there is an inline block in the heading element.
1.1.3
Fix unexpected behavior under multiple pane scenarios.