Lost Paul
3fb7b37aaf
Delete .github/workflows/beta-release.yaml
2024-06-04 09:04:03 +02:00
Lost Paul
c7c7ecfb2e
Update manifest-beta.json
2024-06-04 09:01:33 +02:00
Lost Paul
0bc4cea2b1
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
2024-06-04 08:52:51 +02:00
Lost Paul
c1da176baa
Update manifest-beta.json
2024-06-04 08:52:32 +02:00
Lost Paul
914c111fa9
Update beta-release.yaml
2024-06-04 08:48:01 +02:00
Lost Paul
b2544f4750
Create beta-release.yaml
2024-06-04 08:46:33 +02:00
Lost Paul
3c77bee0f5
Create manifest-beta.json
2024-06-04 08:40:01 +02:00
Lost Paul
3673e6c0e2
Option to disable folder highlighting
2024-06-02 14:36:07 +02:00
Lost Paul
a975b85469
Fix #115
2024-06-01 18:49:19 +02:00
Lost Paul
504a484c8b
Update handleCreate.ts
2024-06-01 18:27:07 +02:00
Lost Paul
e8e80f6ddb
Fix #95
...
Also added a setting to allow the automatic creation of folder notes for the attachment folder
2024-06-01 18:04:34 +02:00
Lost Paul
c72697b81b
Option to disable the sidebar on desktop
...
Added a setting to also disable the sidebar from automatically opening when you click on a folder name in the path on desktop
2024-06-01 16:18:45 +02:00
Lost Paul
65503affd0
Merge pull request #108 from milan-tom/avoid-opening-left-sidebar
...
Avoid opening left sidebar if closed when folder note clicked in path
2024-05-26 00:02:24 +02:00
Lost Paul
d4e3da3088
Setting to disable sidebar opening
...
Added a setting to enable/disable the opening of the sidebar on mobile when you click on a folder name in the path
Improved the way it stops the sidebar from opening
Fixed a bug where the sidebar wouldn't open
2024-05-26 00:01:38 +02:00
Lost Paul
1de99078f7
Change titles/descriptions of whitelist modals
2024-05-21 18:46:31 +02:00
Lost Paul
f8a77854ee
Override whitelisted folders
2024-05-21 18:17:13 +02:00
Lost Paul
7b52e04d38
Fix for #120
2024-05-21 18:16:27 +02:00
Lost Paul
64ce683a5c
Fix small issues
2024-05-21 17:42:40 +02:00
Lost Paul
0978c220af
Add id to Exclude Pattern/Folder
...
To make it easier to delete a pattern/folder and have multiple of them with the same path or string
2024-05-21 17:31:33 +02:00
Lost Paul
f48598d55f
Multiple excluded folders/patterns instead only one
...
Previously the plugin checked if a folder matches a folder path or pattern and stopped searching for other patterns/excluded folder after its first find.
This meant you couldn't "override" an already excluded folder in the settings. So if you had a regex that matches every folder it would just use the settings you set for the regex and ignore everything else that would also match the folder.
2024-05-21 17:30:03 +02:00
Lost Paul
cd38702394
Override excluded folders/patterns with whitelist
2024-05-21 16:58:44 +02:00
Lost Paul
8cd11dd959
Temp beta bug fix
2024-05-19 16:48:13 +02:00
Lost Paul
945c25f97e
Update manifest.json
2024-04-20 17:12:02 +02:00
milan-tom
a16f4635e7
Change duplicate event to be MouseEvent
2024-04-20 12:11:29 +01:00
milan-tom
45df35d913
Remove existing event listener(s) for folder note header breadcrumb when open folder in path enabled
2024-04-20 11:51:42 +01:00
Lost Paul
dc2e53c589
Merge pull request #100 from RyotaUshio/main
2024-03-26 13:10:28 +01:00
Ryota Ushio
486350e447
Fix #99 : Remove logging code
2024-03-26 21:02:58 +09:00
Lost Paul
065000d28e
Build error fix
2024-03-19 22:54:20 +01:00
Lost Paul
e59f3343e2
Update manifest.json
2024-03-19 22:51:33 +01:00
Lost Paul
42d598f62c
Update WhitelistPatternSettings.ts
2024-03-19 22:49:47 +01:00
Lost Paul
58c6ed7885
Update manifest.json
2024-03-19 22:48:11 +01:00
Lost Paul
5b5990fd32
Update whitelistFolderFunctions.ts
2024-03-19 22:47:11 +01:00
Lost Paul
582df27c70
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
2024-03-19 22:44:34 +01:00
Lost Paul
271cc47fb1
Update manifest.json
2024-03-19 22:44:09 +01:00
Lost Paul
6a2297e739
Fix excluded folders bug & style reload issues
2024-03-19 22:43:57 +01:00
Lost Paul
215836483b
Create release.yaml
2024-03-19 22:40:47 +01:00
Lost Paul
55113c7998
Delete .github/workflows/release.yaml
2024-03-19 22:40:25 +01:00
Lost Paul
29b0a2d922
Fix excluded folders bug & style reload issues
2024-03-19 22:33:29 +01:00
Lost Paul
63ee47ba7f
Update manifest.json
2024-02-10 21:54:19 +01:00
Lost Paul
c991c1220e
Fix #84
2024-02-10 21:54:08 +01:00
Lost Paul
8b1804caf2
Fix #84
2024-02-10 21:43:48 +01:00
Lost Paul
068a2babc7
Update manifest.json
2024-02-03 19:36:12 +01:00
Lost Paul
18593d252e
Fix handle create event
2024-02-03 19:30:06 +01:00
Lost Paul
404eeac1e8
Hide collapse icon storage location difference
2024-02-03 19:29:42 +01:00
Lost Paul
cfbee6a814
Hide collapse icon storage location difference
2024-02-03 17:27:22 +01:00
Lost Paul
518bf64c29
Fix create note bug
2024-02-03 17:26:41 +01:00
Lost Paul
ca194f7172
Add missing plugin objects
2024-02-03 16:52:51 +01:00
Lost Paul
f37a9d7a83
Add missing plugin objects
2024-02-03 16:49:15 +01:00
Lost Paul
0162af9aff
Change code structure & fix handle rename
2024-02-03 16:38:15 +01:00
Lost Paul
48ffcdbe9f
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
2024-02-03 12:17:47 +01:00