Commit Graph

14 Commits

Author SHA1 Message Date
SebastianMC 0ba423ce4b #45 - Feature: explicit matching of 'starred' items
- new keyword added to support items starred with Obsidian core plugin 'Starred'
  - the keyword is `starred:`
- detection and more user friendly handling of the general error condition when the File Explorer is not available
  - new ribbon status icon shape to indicate the general error plus detailed error logged to the console
2023-01-03 19:09:37 +01:00
SebastianMC ec0049302b
32 feature: wider support of controlled regexp (#41)
#32 - Implementation completed with rich unit tests coverage.

- manual.md contains a simple example of the new feature
- support for undocumented `\[0-3]` for the requester of the feature ;-)
2022-12-18 19:59:58 +01:00
SebastianMC a82ec0747c Documentation update
- syntax-reference.md update (not final)
2022-10-10 10:31:41 +02:00
SebastianMC 0a6184ee0b Documentation update
- syntax reference playing with the format
2022-10-07 15:25:51 +02:00
SebastianMC 35d76447c0 Documentation update
- syntax reference playing with the format
2022-10-07 15:24:30 +02:00
SebastianMC 9dbd9fdd03 Documentation update
- syntax reference playing with the format
2022-10-07 12:01:08 +02:00
SebastianMC 56055b2d7d Documentation update
- syntax reference playing with the format
2022-10-07 11:22:04 +02:00
SebastianMC 34df20e598 Documentation update
- syntax reference playing with the format
2022-10-06 21:17:35 +02:00
SebastianMC 507d30be85 Documentation update
-syntax reference playing with the format
2022-10-06 20:22:09 +02:00
SebastianMC 77f7afd36d Documentation update 2022-10-05 16:53:12 +02:00
SebastianMC e40f6ef28a Documentation update 2022-10-05 14:58:00 +02:00
SebastianMC afa10afd7d 13 - Feature request: Sort by modification date, treating folder and files equally
- syntax reference update
2022-09-26 19:06:20 +02:00
SebastianMC 2b77ce058d 13 - Feature request: Sort by modification date, treating folder and files equally
- finetuned the 'modified' sorting method - not the folders are ordered alphabetically, as the standard Obsidiand sort by 'modified date' does
- finetuned the 'created' sorting method in the same way as 'modified'
- added some initial content to syntax-reference.md ;-)
- extended the 'advanced modified' sorting method to also support the edge-case secondary sorting methods for groups
2022-09-25 22:50:27 +02:00
SebastianMC 93daf529d3 First public release of the Obsidian custom sort plugin 2022-08-06 03:15:44 +02:00