SebastianMC
8d562eeccd
Major version bump to 1.0.1 - first release after being officially in the Obsidian community plugins at https://obsidian.md/plugins
...
- previously committed tag 1.0.0 conflicted with upstream master, that's why jumping directly into 1.0.1
2022-10-11 00:03:45 +02: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
7496c56051
Major version bump to 1.0.0 - first release after being officially in the Obsidian community plugins at https://obsidian.md/plugins
2022-10-10 23:35:17 +02:00
SebastianMC
29f3a16dce
Removed the default value from designated note setting (as per remark from review https://github.com/obsidianmd/obsidian-releases/pull/1173#issuecomment-1273788109 )
2022-10-10 23:33:32 +02:00
SebastianMC
d672df6303
Version bump for release
2022-10-10 10:38:11 +02:00
SebastianMC
a82ec0747c
Documentation update
...
- syntax-reference.md update (not final)
2022-10-10 10:31:41 +02:00
SebastianMC
0a6184ee0b
Documentation update
...
- syntax reference playing with the format
2022-10-07 15:25:51 +02:00
SebastianMC
35d76447c0
Documentation update
...
- syntax reference playing with the format
2022-10-07 15:24:30 +02:00
SebastianMC
e912c63a97
Documentation update
...
- syntax reference playing with the format
2022-10-07 12:19:19 +02:00
SebastianMC
fd58c51aa2
Documentation update
...
- syntax reference playing with the format
2022-10-07 12:15:57 +02:00
SebastianMC
1915d59cf9
Sorting spec syntax refinement to allow one-liners like: sorting-spec: \< a-z
2022-10-07 12:02:16 +02:00
SebastianMC
9dbd9fdd03
Documentation update
...
- syntax reference playing with the format
2022-10-07 12:01:08 +02:00
SebastianMC
56055b2d7d
Documentation update
...
- syntax reference playing with the format
2022-10-07 11:22:04 +02:00
SebastianMC
34df20e598
Documentation update
...
- syntax reference playing with the format
2022-10-06 21:17:35 +02:00
SebastianMC
507d30be85
Documentation update
...
-syntax reference playing with the format
2022-10-06 20:22:09 +02:00
SebastianMC
77f7afd36d
Documentation update
2022-10-05 16:53:12 +02:00
SebastianMC
e40f6ef28a
Documentation update
2022-10-05 14:58:00 +02:00
SebastianMC
1900c1be3c
Version bump before release
2022-09-30 15:50:39 +02:00
SebastianMC
6e54db9f1c
Introduced `normalizePath(...)` for consuming a path to note from plugin settings
2022-09-30 15:49:07 +02:00
SebastianMC
ab1dfdfb02
Version bump before release
2022-09-29 19:19:57 +02:00
SebastianMC
4f0937c925
Removed the parser method prefixes like _l1s3_.... which were a residue of early development stage naming allowing clear ordering of these functions in the code. No longer needed
2022-09-29 19:18:52 +02:00
SebastianMC
13f76cc623
Unified the way of accessing the FileExplorerView and added a bit more defensive programming in this area. Also added support for deferred monkey-patching of FileExplorerView in case it doesn't succeeds in the initialization sequence
2022-09-29 19:05:06 +02:00
SebastianMC
a2126fa888
Removed email address from package.json and manifest.json
2022-09-29 18:04:05 +02:00
SebastianMC
57b1cd8ae2
Bugfix for #17 - plugin closes most recent tab
...
Version bump for release
2022-09-29 10:01:10 +02:00
SebastianMC
2ac5a12a2c
Merge pull request #16 from SebastianMC/13-feature-support-modified-date-sort-for-folders
...
13 feature support modified date sort for folders
2022-09-26 21:12:52 +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
afa10afd7d
13 - Feature request: Sort by modification date, treating folder and files equally
...
- syntax reference update
2022-09-26 19:06:20 +02:00
SebastianMC
72550fc01d
13 - Feature request: Sort by modification date, treating folder and files equally
...
- added unit tests coverage the logic of determining dates for folders
2022-09-26 19:00:23 +02:00
SebastianMC
bfd093bbf2
13 - Feature request: Sort by modification date, treating folder and files equally
...
- added unit tests coverage for the extended sorting methods in sorting specification processor
2022-09-26 16:40:24 +02:00
SebastianMC
1b8e0878af
13 - Feature request: Sort by modification date, treating folder and files equally
...
- extended the advanced folder date handling also on the creation date
2022-09-26 16:18:35 +02:00
SebastianMC
4e64925b2d
Merge remote-tracking branch 'origin/master' into 13-feature-support-modified-date-sort-for-folders
2022-09-26 15:18:03 +02:00
SebastianMC
d6802a6a28
Versions bump for release
2022-09-26 15:11:37 +02:00
SebastianMC
55580ae8a2
Merge pull request #15 from SebastianMC/14-disable-notification-option
...
14 disable notification option
2022-09-26 15:07:52 +02:00
SebastianMC
65b452ef3f
14 - Disable notification option
...
- finetune the description of the newly introduced setting
2022-09-26 15:06:29 +02:00
SebastianMC
c12db12d37
14 - Disable notification option
...
- added plugin setting to enable/disable notifications
2022-09-26 15:03:00 +02:00
SebastianMC
2b77ce058d
13 - Feature request: Sort by modification date, treating folder and files equally
...
- finetuned the 'modified' sorting method - not the folders are ordered alphabetically, as the standard Obsidiand sort by 'modified date' does
- finetuned the 'created' sorting method in the same way as 'modified'
- added some initial content to syntax-reference.md ;-)
- extended the 'advanced modified' sorting method to also support the edge-case secondary sorting methods for groups
2022-09-25 22:50:27 +02:00
SebastianMC
5aed85c0bd
13 - Feature request: Sort by modification date, treating folder and files equally
...
- working solution - added new explicitly named sort method 'advanced modified' on top of 'modified'
- unit tests to be added before merge and release
2022-09-23 20:10:31 +02:00
SebastianMC
527df1a74f
Create codeql-analysis.yml
2022-09-21 13:39:32 +02:00
SebastianMC
1f361cdf16
Version bump to include the newly added license to the released pacakge
2022-09-14 18:34:05 +02:00
SebastianMC
526c0637c0
Added GPL v3 license in LICENSE.md
2022-09-14 18:31:07 +02:00
SebastianMC
43d30a6cb6
Updated description of a plugin setting for clarity
2022-09-14 11:33:54 +02:00
SebastianMC
f3bbe3d9b6
Version bump after major update (merged upstream obsidianmd/obsidian-sample-plugin changes)
2022-09-14 11:16:46 +02:00
SebastianMC
3a02ecd65c
Merge pull request #9 from SebastianMC/merge-upstream-1
...
Merge upstream obsidianmd/obsidian-sample-plugin + bugfix
2022-09-14 11:14:05 +02:00
SebastianMC
fe90df845a
Added more clarity and readability to the code around monkey-patching of TFolder.sort() method
2022-09-14 11:10:47 +02:00
SebastianMC
fd8dfa1fcd
Bugfix - custom designated file of sorting config was ignored, the default Inbox/Inbox.md was always used instead
2022-09-14 11:09:19 +02:00
SebastianMC
c01d069829
Merge from upstream git@github.com:obsidianmd/obsidian-sample-plugin.git
...
- because of strict null check adjusted the code where necessary
2022-09-13 18:47:39 +02:00
SebastianMC
307f525f5a
Merge remote-tracking branch 'upstream/master' into merge-upstream-1
...
# Conflicts:
# manifest.json
# package.json
# styles.css
# tsconfig.json
# versions.json
2022-09-13 15:58:31 +02:00
SebastianMC
73440c562b
Version bump for release 0.6.2
2022-09-07 22:53:21 +02:00
SebastianMC
90baa3c0cd
Merge pull request #8 from SebastianMC/4-feature-request-activate-deactivate-custom-sort-through-command
...
Ticket #4 : Feature Request: activate deactivate custom sort through command
2022-09-07 22:51:20 +02:00