Commit Graph

438 Commits

Author SHA1 Message Date
SebastianMC f6f1d9b687 Version bump before release 2025-04-23 00:23:59 +02:00
SebastianMC 1322dbab52 #202 Syntax sugar to satisfy stricter TS compilation rules and improve readability 2025-04-23 00:20:32 +02:00
SebastianMC 5bb04f41a1
Merge pull request #203 from SebastianMC/202-improve-automatic-initial-application-of-custom-sorting-for-obsidian-deferred-views
202 improve automatic initial application of custom sorting for obsidian deferred views
2025-04-22 23:47:51 +02:00
SebastianMC 22992ad421 Finetuned DOM observer and detector of the fully-fledged File Explorer view to enable smoother auto-application of custom sorting 2025-04-22 23:41:21 +02:00
SebastianMC e0b7c9bd6d Minor finetuning of console log message 2025-04-22 23:41:21 +02:00
SebastianMC b8708f81e9 Finetuning 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
2025-04-22 23:41:20 +02:00
SebastianMC 2342b08e5f Removed per-version compatibility with Obidian - was superseded by the single README-obsidian-versions-compatibility.md 2025-02-17 22:27:31 +01:00
SebastianMC 16830bbb4c Added link to README-obsidian-versions-compatibility.md in main README, removed the multiple sections 2025-02-17 22:26:01 +01:00
SebastianMC 29ae700da8 Added README-obsidian-versions-compatibility.md 2025-02-17 22:23:30 +01:00
SebastianMC 82d1d85637 Added README-obsidian-versions-compatibility.md 2025-02-17 22:22:01 +01:00
SebastianMC 10e0ae096f A different error message on mobile when the File Explorer view is not available (e.g. is deferred). 2025-01-23 23:17:38 +01:00
SebastianMC b0592e471d Syntax fix for manifest.json - an unexpected character slipped in 2025-01-23 23:10:43 +01:00
SebastianMC 2d8b478f0e Version bump before release 2025-01-23 23:05:59 +01:00
SebastianMC 44631bee4f Added support for more formats of dates extraction from titles
- \[dd-mm-yyyy] and \[mm-dd-yyyy]
- main README.md updated accordingly
2025-01-23 23:04:14 +01:00
SebastianMC ac263a7407 Update of README.md to reflect most recent state of the plugin and its features 2025-01-20 16:17:00 +01:00
SebastianMC 7673744eb4 Update of README.md to reflect most recent state of the plugin and its features 2025-01-15 20:17:48 +01:00
SebastianMC 7f648ff1ef Update of README.md to reflect most recent state of the plugin and its features 2025-01-15 20:09:40 +01:00
SebastianMC b39ef60e46 Update of README.md to reflect most recent state of the plugin and its features 2025-01-15 20:07:50 +01:00
SebastianMC c9ea86d03f Version bump before release 3.1.1 2025-01-14 22:52:20 +01:00
SebastianMC c200c2eda0
Merge pull request #190 from SebastianMC/178-week-numbers-date-regex-patterns
#178 - week-number based date extraction patterns for titles, incl. Www, Www- and Www+ specs
#191 - Explicit support for the common date formats of `yyyy-mm-dd` and `yyyy-dd-mm`
2025-01-14 21:52:16 +01:00
SebastianMC 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+
2025-01-14 21:48:52 +01:00
SebastianMC 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+
2025-01-14 20:57:51 +01:00
SebastianMC 2204982485 #178, #191 - improved regexps for dates matching - e.g. \d{1,2} changes to [0-3]*[0-9] 2025-01-14 17:57:17 +01:00
SebastianMC 4eb5d7c120 Imports optimized in sorting-spec-processor.ts 2025-01-14 17:41:06 +01:00
SebastianMC 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
2025-01-14 17:37:02 +01:00
SebastianMC 975f6ee26e #178 - week-number based date extraction patterns for titles 2025-01-14 13:51:34 +01:00
SebastianMC f9c9c0be4e Update of README.md and README.notice.for.Obsidian.1.7.2.md after the 3.1.0 release. 2025-01-07 20:57:35 +01:00
SebastianMC 8bd78ce0d7 Version bump before release 3.1.0 + min required Obsidian increased to 1.7.2 2025-01-06 13:48:06 +01:00
SebastianMC 2ed67a0fa8
Merge pull request #189 from SebastianMC/188-compat-obsidian-1-7-2
#188 - tested all relevant scenarios, including long auto-apply delay with plugin disabled / removed in the interim.
2025-01-06 13:39:17 +01:00
SebastianMC ef5926c24f #188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer 2025-01-06 13:35:18 +01:00
SebastianMC 92c0e0c431 #188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer 2025-01-06 13:12:19 +01:00
SebastianMC 971bea5792 #188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer 2025-01-06 12:39:07 +01:00
SebastianMC fc6706d8cf #188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer 2025-01-06 12:29:33 +01:00
SebastianMC fd654d77ae Merge remote-tracking branch 'origin/188-compat-obsidian-1-7-2' into 188-compat-obsidian-1-7-2 2025-01-06 02:25:58 +01:00
SebastianMC ae0d2f5280 #188 - Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer 2025-01-06 02:25:41 +01:00
SebastianMC d6d5dbb526 Group of changes addressing compatibility issued with Obsidian 1.7.2 and newer 2025-01-06 02:25:07 +01:00
SebastianMC 2c2053d853
Merge pull request #174 from SebastianMC/nov-2024-refactoring-regroup-sorting-structures
Major refactoring of sorting structures.
2025-01-03 20:16:49 +01:00
SebastianMC de15f48add
Merge pull request #172 from SebastianMC/171-poc-metadata-value-extractors-idea
#171 metadata value extractors
2025-01-03 20:10:38 +01:00
SebastianMC 5cb7e544a5 Merge branch '171-poc-metadata-value-extractors-idea' into nov-2024-refactoring-regroup-sorting-structures 2025-01-03 20:07:06 +01:00
SebastianMC f8255d30aa Merge branch 'master' into nov-2024-refactoring-regroup-sorting-structures 2025-01-03 20:03:50 +01:00
SebastianMC fcacaa3ddc Merge branch 'master' into 171-poc-metadata-value-extractors-idea
# Conflicts:
#	manifest.json
2025-01-03 20:01:27 +01:00
SebastianMC e4da4d1168 Version bump for 3.0.1 2025-01-03 19:58:06 +01:00
SebastianMC 6a47c51182 Merge branch '171-poc-metadata-value-extractors-idea' into nov-2024-refactoring-regroup-sorting-structures
# Conflicts:
#	manifest.json
#	src/test/unit/sorting-spec-processor.spec.ts
2025-01-03 19:43:40 +01:00
SebastianMC f293dff088 Merge branch 'master' into 171-poc-metadata-value-extractors-idea 2025-01-03 19:33:21 +01:00
SebastianMC b0d2140ff4
Merge pull request #186 from SebastianMC/185-drop-backward-compatibility-and-require-1-7-2
#185 drop backward compatibility and require Obsidian 1.7.2 or newer
2025-01-03 19:21:11 +01:00
SebastianMC 5c4202f183 Merge remote-tracking branch 'origin/185-drop-backward-compatibility-and-require-1-7-2' into 185-drop-backward-compatibility-and-require-1-7-2 2025-01-03 13:24:59 +01:00
SebastianMC 51ea92f0e8 #185 - drop backward compatibility
- removed legacy code to handle backward compatibility with <0.15.0, <1.2.0, <1.4.11 and <1.6.0
2025-01-03 13:24:13 +01:00
SebastianMC c3008946cc #185 - drop backward compatibility
- removed integration with Starred code plugin (which hasn't already been there for months)
2025-01-03 13:24:12 +01:00
SebastianMC d07c61290a 185 - drop backward compatibility
- removed legacy code to handle backward compatibility with <0.15.0, <1.2.0, <1.4.11 and <1.6.0
2025-01-03 13:22:02 +01:00
SebastianMC 779f8738a2 185 - drop backward compatibility
- removed integration with Starred code plugin (which hasn't already been there for months)
2025-01-03 13:07:31 +01:00