Commit Graph

423 Commits

Author SHA1 Message Date
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
SebastianMC 5013b47e26 185 - drop backward compatibility
- upgraded libraries and TS
- fixed compilation issues
- no other code changes yet
2025-01-03 12:22:31 +01:00
SebastianMC 55fbae57da Merge branch 'master' into nov-2024-refactoring-regroup-sorting-structures
# Conflicts:
#	manifest.json
#	src/custom-sort/matchers.ts
#	src/test/unit/sorting-spec-processor.spec.ts
2025-01-02 15:06:57 +01:00
SebastianMC c5e463b44c Merge branch 'master' into 171-poc-metadata-value-extractors-idea
# Conflicts:
#	manifest.json
#	src/custom-sort/matchers.ts
#	src/test/unit/sorting-spec-processor.spec.ts
2025-01-02 14:59:37 +01:00
SebastianMC d3e21b2805 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	README.md
#	esbuild.config.mjs
#	tsconfig.json
2025-01-02 14:52:20 +01:00
SebastianMC 75f971a5b7 Version bump before release 2.1.15 2025-01-02 14:06:51 +01:00
SebastianMC a0bd47b210 #184 - Sort notes in Mmm-dd-yyyy format 2025-01-02 14:04:38 +01:00
Johannes Theiner ee04e2f81f
Merge pull request #120 from claremacrae/fix-readme-api-comment
Remove statement that API is unstable
2024-11-11 21:25:18 +01:00
Clare Macrae 92050ad841
Remove statement that API is unstable 2024-11-11 19:58:31 +00:00
SebastianMC 266bac7af6 Major refactoring of sorting structures.
Unit tests fixes - problems were only on the automatically converted unit tests, no in the refactored logic. A good sign.
2024-11-06 12:13:32 +01:00
SebastianMC c63b83d596 Major refactoring of sorting structures. Unit tests updated, compiling. 2024-11-06 12:03:27 +01:00
SebastianMC eeb581120d Major refactoring of sorting structures. Refactored the code. Unit tests not touched, broken. 2024-11-06 11:23:23 +01:00
SebastianMC 99cea92322 #171 - a PoC of the idea of metadata value extractors. Unit tests. 2024-11-06 10:00:23 +01:00
SebastianMC 9e2e12046d #171 - a PoC of the idea of metadata value extractors. Extended syntax, unit tests, error handling 2024-11-05 20:12:47 +01:00
SebastianMC 008f6c03f7 README.md update with clear status and details of impact of breaking changes in Obsidian 1.7.2+ 2024-11-04 15:09:17 +01:00
SebastianMC fd9b63843f README.md update with clear status and details of impact of breaking changes in Obsidian 1.7.2+ 2024-11-04 15:06:17 +01:00