Releases: Caffa/Obsidian-Current-Folder-Note-Display-Plugin
Bug fixing extra panes
Similar fix, I noticed that there seemed to be panes that were not closing properly, leaving 'empty panes' so I fixed the unloading method. This time, following official docs recommendation not to detach leaves in onunload. Also ensuring that the refresh will close extra leaves.
Bug Fix - Unloading
I noticed that there seemed to be panes that were not closing properly, leaving 'empty panes' so I fixed the unloading method.
Bug fix
Feature (All Files Heading) & Appearance Improvements
- Added new feature to show heading outline of all notes in the folder (default off)
- Better Distinction for Current File & Headings (CSS Changes)
- Fixed error messages
Better Outline Sorting and Alias for Headings
Added a priority system that does sorting of the notes by their titles, with numbers prefixed by T taking priority over numbers prefixed by Y. Use case: T (Timeline) and Y (Year) for novel writing convention.
Also interprets headings better with ## [[Basic Heading|My Heading]]
being converted to show only My Heading
in the outline
Faster load times
Changed the way I search for files in the same folder to be more efficient (check through less files), which should help prevent startup lag.
Number Sorting
Listing of notes now sorts by number in title of notes properly: (1, 2, 11) instead of (1, 11, 12)
Minor Fixes
Changed the icon to a folder icon and added a proper display name for this tab.
More obsidian community guideline fixes. Removed Heading from Settings.
1.4.1 Heading Options
Fixed for obsidian community plugin guideline compliance & Added a show heading option (show headings of current file like an outline)
Full Changelog: 1.3.0...1.4.1
1.3.0 Quick fix and Command to open Pane
- There was an issue of multiple windows opening when a new file was clicked. Fixed to only a single window now.
- Added a command to open the pane