Commit Graph

377 Commits

Author SHA1 Message Date
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 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
SebastianMC b096e4c8b4 Version bump before release 2024-09-20 18:54:06 +02:00
SebastianMC 1019484935 #160 - compatibility with Obsidian 1.7.2
- the fileExplorer patchability check made smarter and version-dependent
- the plugin-integration-point support required by Obsidian 1.7.2 has been already incorporated in the plugin earlier on, for 1.6.0 Obsidian release
2024-09-20 18:53:50 +02:00
SebastianMC 6085be8c60 Documentation update - added infographics for one of typical scenarios 2024-09-12 11:36:12 +02:00
SebastianMC 7484ff27de Version bump before release 2024-09-05 20:14:42 +02:00
SebastianMC d2bf6e30b2
Merge pull request #158 from SebastianMC/156-indexmd-based-folder-note-metadata
Index-based folder note metadata support
2024-09-05 20:07:10 +02:00
SebastianMC efe8e13267 #156 - improved support for index-note-based folder notes - fresh head review
- typos correction
- comment updates for clarity
2024-09-05 20:01:11 +02:00
SebastianMC 60a60dfb72 #156 - improved support for index-note-based folder notes
- implementation completed, basic tests done
- needs code review with a fresh head
- needs more regression tests of affected sorting methods
2024-09-02 00:11:29 +02:00
SebastianMC 605d5026a6 #156 - improved support for index-note-based folder notes: PUT ON HOLD
- turned out to be not so trivial with one challenging place
- PUT ON HOLD
- added inline annotations with !!! (intentionally breaking the TS syntax)
2024-09-01 17:07:56 +02:00
SebastianMC e66d7be9d3 Extracted setting to a separate settings.ts 2024-09-01 15:23:38 +02:00
Steph Ango daa0cba23c
Merge pull request #78 from aleksey-rowan/patch-1
Minify production build
2024-08-21 11:22:30 -07:00
Johannes Theiner bfa0145644
Merge pull request #91 from revolter/patch-1
Fix inconsistent indentation
2024-07-31 22:06:34 +02:00
Johannes Theiner 893e489e84
Merge pull request #92 from revolter/patch-2
Fix incorrect TypeScript spelling
2024-07-31 21:47:47 +02:00
Johannes Theiner d05f42d8c5
Merge pull request #95 from tobiasvl/patch-1
Update README.md
2024-07-31 20:18:53 +02:00
SebastianMC 98dbcc61f2 Version bump before release 2024-07-10 12:21:58 +02:00
SebastianMC fa6aafa3bd
Merge pull request #152 from SebastianMC/151-sort-notes-in-dd-mmm-yyyy-format
151 sort notes in dd mmm yyyy format
2024-07-10 12:07:48 +02:00
SebastianMC 16b50c3c20 #150 - Sort notes in dd-Mmm-yyyy format
- completed, tested.
2024-07-10 12:06:01 +02:00
SebastianMC 92a33215cc #150 - Sort notes in dd-Mmm-yyyy format
- additional unit tests
- fixes detected by unit tests

Next step: manual local testing of real scenarios
2024-07-08 23:49:24 +02:00
SebastianMC a7b807d5f5 #150 - Sort notes in dd-Mmm-yyyy format 2024-07-08 21:36:26 +02:00
SebastianMC 0ac058bf99
Update README.md 2024-07-08 09:59:47 +02:00
SebastianMC 315186cfb9
Update README.md 2024-07-08 09:58:31 +02:00
SebastianMC 9ab38afcad README updates following the recent plugin release with fixed compatibility with Obsidian 1.6.3 2024-06-10 22:49:08 +02:00
SebastianMC 3852e95488 Version bump before release 2024-06-10 22:38:11 +02:00
SebastianMC 3bc307c121 Bugifx for #147 2024-06-10 22:35:28 +02:00
SebastianMC 4bae4fe37e Added info box in README.md for yet another breaking change in Obsidian 1.6.3 2024-06-10 12:38:47 +02:00
SebastianMC 8400dbae61 Version bump before release 2024-06-07 23:46:12 +02:00
SebastianMC d59b1af62a #137 - Impose File Explorer refresh with standard sorting when the plugin gets disabled 2024-06-07 23:37:44 +02:00
SebastianMC 8ed1840f65 README.md update - extracted the details of Obsidian breaking changes into dedicated files, leaving only informative frames 2024-06-02 00:45:54 +02:00
SebastianMC 89f032084d Version bump before release 2024-05-14 08:48:50 +02:00
SebastianMC 3c257bc5d2 #145 - polished code w/o duplication in main.js 2024-05-14 08:47:38 +02:00
SebastianMC 4ab21d6ff5 #145 - refactored the plugin integration point and sorting function invocation and wrapper(s) to work under Obsidian 1.6.0 (which introduced significant refactoring)
Remains to do:
- polish the code to remove duplication in main.js
- full testing under 1.6.0
- regression tests under latest 1.5.x (the code is backward compatible)
2024-05-13 20:14:03 +02:00
SebastianMC f5c64845ba The global `app` object becomes deprecated in Obsidian 1.6.0
- subsequent code adjustments
2024-05-13 14:51:57 +02:00
SebastianMC 2af53aa692 Removed debug console outputs 2024-05-13 14:51:05 +02:00
SebastianMC 107c32e461 The global `app` object becomes deprecated in Obsidian 1.6.0
- switched code to use the DI approach - the handle to `app` is handed over to the Plugin at initializaion. Keep in and supply down the execution chain, as needed
2024-05-13 14:36:13 +02:00
SebastianMC ef10a9ef43 Added table of contents to manual.md 2024-03-06 18:34:33 +01:00
SebastianMC 17bd661961
Update README.md with warning on Obsidian 1.5.4 breaking changes 2024-03-03 21:24:37 +01:00
Tobias V. Langhoff 47ec36c11e
Update README.md
Update link to plugin guidelines
2024-03-02 22:30:14 +01:00
SebastianMC f1bced1d5a
Merge pull request #133 from Andrei-Sager/back-to-top
Added "Back To Top" internal links to advanced-README.md.
2024-02-25 19:33:26 +01:00
Andrei dfc6022cb1
Update advanced-README.md 2024-02-21 09:13:06 +08:00
Andrei 6b5af562c4
Update advanced-README.md 2024-02-21 09:02:02 +08:00
Andrei a4d18e3063
Update advanced-README.md 2024-02-21 09:00:33 +08:00
Andrei e88b670f6d
Update advanced-README.md 2024-02-21 08:56:00 +08:00
Andrei b511163f8a
Update advanced-README.md 2024-02-21 08:51:33 +08:00
Andrei d68c1561d8
Update advanced-README.md 2024-02-21 08:50:40 +08:00