SebastianMC
0e20e586ea
Fix of broken internal links in README.md -> relative links made absolute
2023-10-22 00:05:38 +02:00
SebastianMC
50ec4e30a8
Fix of broken internal links in README.md -> relative links made absolute
2023-10-21 23:53:55 +02:00
SebastianMC
5b499536c0
Fix of broken internal links in README.md -> relative links made absolute
2023-10-21 23:53:02 +02:00
SebastianMC
61958721cb
Fix of broken internal links in README.md
2023-10-21 23:43:42 +02:00
SebastianMC
c3c8453561
Fix of broken internal links in README.md
2023-10-21 23:36:04 +02:00
SebastianMC
a16f8cc06f
Fix of broken internal links in README.md
2023-10-21 23:33:45 +02:00
SebastianMC
95cd70360d
Update README.md
...
Updated link to wiki
2023-09-19 19:05:44 +02:00
SebastianMC
634d798b06
Update README.md
...
Link to wiki page updated
2023-09-19 19:03:55 +02:00
SebastianMC
085f5cc459
Update README.md
...
A typo
2023-09-19 18:58:33 +02:00
SebastianMC
2407520923
Update README.md
...
According to suggestions by [TheOneLight](https://github.com/TheOneLight ) in [this discussion](https://github.com/SebastianMC/obsidian-custom-sort/discussions/95#discussioncomment-7048584 )
- an example of Basic Scenario 2
- link to videos on editing multi-line properties
2023-09-19 18:57:36 +02:00
SebastianMC
18faf70b5e
Documentation update - added mention of visual CSS-based separators by @replete
2023-02-15 23:41:08 +01:00
SebastianMC
5775ddb6bd
Documentation updates (remarks for small screen mobile devices)
2023-02-11 17:49:49 +01:00
SebastianMC
1cb8b2b05b
Mobile-specific tweaks, e.g. new ribbon icon and documentation updates
2023-02-11 17:40:31 +01:00
SebastianMC
c5ad33ea14
Documentation update
2023-01-25 13:46:32 +01:00
SebastianMC
9e87754eee
Documentation update
2023-01-25 13:33:48 +01:00
SebastianMC
c27ea83952
Documentation updates
2023-01-25 13:30:50 +01:00
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
1300caf291
Clarified the description of download example links
...
For clarity added screenshots of the example sortspec.md files
2022-11-13 19:25:50 +01:00
SebastianMC
d317502a5a
Clarified the description of download example links
...
For clarity added screenshots of the example sortspec.md files
2022-11-13 19:22:42 +01:00
SebastianMC
46c46d7f68
Clarified the description of download example links
...
For clarity added screenshots of the example sortspec.md files
2022-11-13 19:22:02 +01:00
SebastianMC
63ace5f667
Clarified the description of download example links
...
For clarity added screenshots of the example sortspec.md files
2022-11-13 19:20:40 +01:00
SebastianMC
021825ceaf
Clarified the description of download example links
2022-11-13 19:01:47 +01:00
SebastianMC
d1e3bf92a1
Clarified the description of download example links
2022-11-13 18:41:50 +01:00
SebastianMC
fabd586348
#23 feature request sorting notes with metadata ( #26 )
...
* #23 - support for sorting by metadata
- added support for grouping items by the presence of specified metadata
- new keyword `with-metadata:` introduced for that purpose in lexer
- if metadata field name is omitted, the default `sort-index-value` is used
- added support for sorting items by notes and folders metadata
- new keyword 'by-metadata:' introduced for that purpose
- if metadata field name is omitted, the default `sort-index-value` is used (or metadata name inheritance is used)
- unit tests of sorting spec processor extended accordingly
- documentation and code example in README.md
- extended to also support true alphabetical on metadata fields
- release unnecessary references after sorting completed
2022-11-12 16:18:18 +01:00
SebastianMC
9541202b40
Version bump before release
...
+ added missing ToC link in README.md to new section
2022-11-10 00:28:43 +01:00
SebastianMC
742bdf1b80
#27 - support for true alphabetical order
...
- added new token 'true a-z'
- unit tests coverage of the extended logic
- added example in README.md
2022-11-10 00:10:16 +01:00
SebastianMC
4bd3eaadfd
Update README.md (minor)
2022-11-03 10:38:23 +01:00
SebastianMC
d0c835dece
Documentation update to reflect reaching the official community plugins list at https://obsidian.md/plugins
2022-10-10 23:53:49 +02:00
SebastianMC
a82ec0747c
Documentation update
...
- syntax-reference.md update (not final)
2022-10-10 10:31:41 +02:00
SebastianMC
4b7849c422
13 - Feature request: Sort by modification date, treating folder and files equally
...
- README.md update, typo
2022-09-26 21:06:34 +02:00
SebastianMC
200333fb31
13 - Feature request: Sort by modification date, treating folder and files equally
...
- README.md update, adjusted one of examples to use the `> advanced modified` sorting method
2022-09-26 19:12:15 +02:00
SebastianMC
49014e1230
README.md minor fix - dangling links to reference documents (which are empty at now, anyway)
2022-09-02 12:07:37 +02:00
SebastianMC
dc0c2d0909
README.md update, finetuned Quickstart section
2022-08-31 23:56:01 +02:00
SebastianMC
4cf19d1d8e
README.md update, added Quickstart section
2022-08-31 23:49:00 +02:00
SebastianMC
d798f4a96c
Ticket #1 : added support for imposed sorting rules inheritance by subfolders
...
- YAML snippet in README.md updated for consistency with other examples
2022-08-30 20:31:20 +02:00
SebastianMC
20c79b0ee1
Ticket #1 : added support for imposed sorting rules inheritance by subfolders
...
- README.md updated with internal links
2022-08-30 20:27:38 +02:00
SebastianMC
8e298aac18
Ticket #1 : added support for imposed sorting rules inheritance by subfolders
...
- README.md updated with concise examples of the new functionality
2022-08-30 20:21:17 +02:00
SebastianMC
575bc100a5
Updated README.md
...
Finetuned the links to example sortspec.md files to show them in plain (unformatted) mode when following the link
2022-08-13 23:30:56 +02:00
SebastianMC
5b139f180e
Updated README.md
2022-08-12 00:52:14 +02:00
SebastianMC
8b6e6652f1
Updated README.md header
2022-08-11 22:13:05 +02:00
SebastianMC
afdcecb52b
Documentation updates (downloadable examples for README.md).
2022-08-07 01:40:36 +02:00
SebastianMC
b1b8a507dd
Documentation updates (header of README.md).
...
Done!!!
2022-08-06 17:42:53 +02:00
SebastianMC
e819f283d4
Documentation updates (header of README.md)
2022-08-06 17:40:26 +02:00
SebastianMC
b3fce89340
Documentation updates (added ToC to README.md)
2022-08-06 17:35:01 +02:00
SebastianMC
38e9be7b09
Documentation updates (added examples for sorting by Roman and compound Roman)
2022-08-06 17:01:20 +02:00
SebastianMC
93daf529d3
First public release of the Obsidian custom sort plugin
2022-08-06 03:15:44 +02:00
Henré Botha
f85d2b74b5
Fix README headings ( #29 )
2022-05-07 11:15:23 -04:00
Xiao Meng
f690c04577
use LF instead of CRLF ( #28 )
2022-04-15 14:13:31 -04:00
Lishid
24918c946d
Update README.md
2022-04-04 22:20:58 -04:00
aidenlx
f3286063d3
add version bump script ( #10 )
2022-01-22 16:13:50 -05:00