Skip to content

Releases: SebastianMC/obsidian-custom-sort

1.1.0

09 Nov 23:33
Compare
Choose a tag to compare

Added suport for intentional pure alphabetical sorting, which is different from the default A-Z representing the natural ordering.

1.0.3

03 Nov 09:27
Compare
Choose a tag to compare

Fixed a minor bug of ribbon icon state not reflecting the actual state of the plugin in some scenarios

1.0.2

13 Oct 07:42
Compare
Choose a tag to compare

Improved handling of the plugin setting for designated note containing sorting specification (made it less confusing and more human friendly)

1.0.1

10 Oct 21:57
Compare
Choose a tag to compare

Reaching the official community plugins list at https://obsidian.md/plugins deserves a dedicated release :-)

0.8.4

10 Oct 08:41
Compare
Choose a tag to compare

Enabled one-liner custom sorting specifications

0.8.3

30 Sep 13:52
Compare
Choose a tag to compare

Introduced normalizePath(...) when consuming a path to note in plugin settings

0.8.2

29 Sep 17:24
Compare
Choose a tag to compare

Code cleanup resulting from Obsidian team review of pull request to Community Plugins list

0.8.1

29 Sep 08:02
Compare
Choose a tag to compare

Bugfix release - #17 Plugin closes most recent tab

0.8.0

26 Sep 19:20
2ac5a12
Compare
Choose a tag to compare

A major new feature added: modification and creation time for folders is derived from their files (immediate children) to support sorting by modification and creation date also for folders. New explicitly named sorting types introduced for that purpose, e.g. advanced modified on top of the preexising modified

#13 Sort by modification date, treating folder and files equally

0.7.2

26 Sep 13:14
Compare
Choose a tag to compare

Exposed a new plugin setting to enable / disable notifications

#14: Disable notification options