Updated README.md header
This commit is contained in:
parent
afdcecb52b
commit
8b6e6652f1
28
README.md
28
README.md
|
@ -1,18 +1,22 @@
|
||||||
## Custom Sorting Order in File Explorer (https://obsidian.md plugin)
|
## Freely arrange notes and folders in File Explorer (https://obsidian.md plugin)
|
||||||
|
|
||||||
Take full control of the order of your notes and folders in File Explorer
|
Take full control of the order of your notes and folders:
|
||||||
|
|
||||||
- folder-level configuration
|
- treat folders and files equally or distinctively, you decide
|
||||||
- each folder can have its own order or use the global Obsidian setting
|
- fine-grained folder-level or even notes-group-level specification
|
||||||
- use sorting and grouping rules or direct order specification or mixed
|
- support for fully manual order
|
||||||
- Roman numbers support, also compound numbers
|
- list notes and folders names explicitly, or use prefixes or suffixes only
|
||||||
- sorting by full name, prefix, suffix or infix
|
- wildcard names matching supported
|
||||||
- explicitly list note (and folder) titles in the desired order, if you like
|
- support for automatic sorting by standard and non-standard rules
|
||||||
- wildcard names matching supported
|
- mixing manual and automatic ordering also supported
|
||||||
- treat folders and files equally or distinctively
|
- order by compound numbers in prefix, in suffix (e.g date in suffix) or inbetween
|
||||||
- versatile configuration options
|
- Roman numbers support, also compound Roman numbers
|
||||||
|
- grouping by prefix or suffix or prefix and suffix
|
||||||
|
- different sorting rules per group even inside the same folder
|
||||||
|
- simple to use yet versatile configuration options
|
||||||
- order configuration stored directly in your note(s) front matter
|
- order configuration stored directly in your note(s) front matter
|
||||||
- use a dedicated key in YAML
|
- use a dedicated key in YAML
|
||||||
|
- folders not the global Obsidian setting
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue