Skip to content

Releases: Caffa/Obsidian-Current-Folder-Note-Display-Plugin

Bug fixing extra panes

29 Dec 14:22
Compare
Choose a tag to compare

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

11 Dec 06:26
Compare
Choose a tag to compare

I noticed that there seemed to be panes that were not closing properly, leaving 'empty panes' so I fixed the unloading method.

Bug fix

25 Aug 11:03
Compare
Choose a tag to compare
  • Fixed: Font of the plugin did not adjust with theme

Feature (All Files Heading) & Appearance Improvements

23 Aug 19:13
Compare
Choose a tag to compare
  • 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

17 Jun 05:29
Compare
Choose a tag to compare

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

image

Faster load times

17 May 04:39
Compare
Choose a tag to compare

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

23 Apr 02:08
Compare
Choose a tag to compare

Listing of notes now sorts by number in title of notes properly: (1, 2, 11) instead of (1, 11, 12)

Minor Fixes

27 Mar 07:44
Compare
Choose a tag to compare

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

26 Mar 10:59
Compare
Choose a tag to compare

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

23 Mar 05:51
Compare
Choose a tag to compare
  • 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