Merge pull request #203 from SebastianMC/202-improve-automatic-initial-application-of-custom-sorting-for-obsidian-deferred-views
SebastianMC
2025-04-22 23:47:51 +0200
22992ad421Finetuned DOM observer and detector of the fully-fledged File Explorer view to enable smoother auto-application of custom sorting
SebastianMC
2025-03-31 13:43:08 +0200
e0b7c9bd6dMinor finetuning of console log message
SebastianMC
2025-03-31 10:28:30 +0200
b8708f81e9Finetuning initial application of custom sort order: - console messages more accurate - DOM-based watcher for deferred File Explorer view to automatically apply custom sort when File Explorer view is actually displayed
SebastianMC
2025-03-28 15:24:47 +0100
8542d97a71obsidian plugin 제작
noguri98
2025-03-19 22:09:00 +0900
2342b08e5fRemoved per-version compatibility with Obidian - was superseded by the single README-obsidian-versions-compatibility.md
SebastianMC
2025-02-17 22:27:31 +0100
16830bbb4cAdded link to README-obsidian-versions-compatibility.md in main README, removed the multiple sections
SebastianMC
2025-02-17 22:26:01 +0100
add package-lock.json to .gitignore
Xaver Wenhart
2025-01-25 09:20:16 +0100
e306dad87fNo longer using localStorage
Greg K.
2025-01-23 17:08:48 -0700
10e0ae096fA different error message on mobile when the File Explorer view is not available (e.g. is deferred).
SebastianMC
2025-01-23 23:17:38 +0100
b0592e471dSyntax fix for manifest.json - an unexpected character slipped in
SebastianMC
2025-01-23 23:10:43 +0100
2d8b478f0eVersion bump before release
SebastianMC
2025-01-23 23:05:59 +0100
44631bee4fAdded support for more formats of dates extraction from titles - \[dd-mm-yyyy] and \[mm-dd-yyyy] - main README.md updated accordingly
SebastianMC
2025-01-23 23:04:14 +0100
align sample manifest.json with modern Obsidian developer policies
Kirill Gavrilov
2025-01-22 16:13:55 +0300
376e2122d7♻️ Update command name, move styles to styles file, and improve file checking
Greg K.
2025-01-22 00:27:53 -0700
ac263a7407Update of README.md to reflect most recent state of the plugin and its features
SebastianMC
2025-01-20 16:17:00 +0100
464359f494Работает для тегов. Осталось прикрутить проверку fontmetters и правил regex. Необходимо сделать окно настроек
NoRFoLK
2025-01-19 21:03:52 +0400
973ad11daaОбновить README и манифест плагина; добавить функциональность для поиска тегов и перемещения файлов
NoRFoLK
2025-01-17 17:53:43 +0400
Merge pull request #190 from SebastianMC/178-week-numbers-date-regex-patterns
SebastianMC
2025-01-14 21:52:16 +0100
6e7b2e1b6a#178 - explicit support for telling if the Www date should be same, earlier than the first day of the week or later than the last day of the week - syntax W1 W1- W1+
SebastianMC
2025-01-14 21:48:52 +0100
f7c69b18f9#178 - explicit support for telling if the Www date should be same, earlier than the first day of the week or later than the last day of the week - syntax W1 W1- W1+
SebastianMC
2025-01-14 20:57:51 +0100
2204982485#178, #191 - improved regexps for dates matching - e.g. \d{1,2} changes to [0-3]*[0-9]
SebastianMC
2025-01-14 17:57:17 +0100
4eb5d7c120Imports optimized in sorting-spec-processor.ts
SebastianMC
2025-01-14 17:41:06 +0100
b142d1951e#178 - week-number based date extraction patterns for titles - more unit tests #191 - added two obvious date formats yyyy-mm-dd and yyyy-dd-mm
SebastianMC
2025-01-14 17:37:02 +0100
975f6ee26e#178 - week-number based date extraction patterns for titles
SebastianMC
2025-01-14 13:51:34 +0100