Commit graph

375 commits

Author SHA1 Message Date
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
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
Lost Paul
b2fe971c28 Fix #81 2024-02-03 12:17:45 +01:00
Lost Paul
dd583a3079
Update deploy-mkdocs.yml 2024-01-28 17:22:54 +01:00
Lost Paul
f6744f75f8 Video support 2024-01-28 17:01:22 +01:00
Lost Paul
e403d35b7b Update Folder overview.md 2024-01-28 16:45:30 +01:00
Lost Paul
15f4d2844c Update manifest.json 2024-01-27 17:44:37 +01:00
Lost Paul
5fafc8f3d7 Remove setting tab headers and fix #79 2024-01-27 17:32:15 +01:00
Lost Paul
f044351727 Update manifest.json 2024-01-27 13:11:41 +01:00
Lost Paul
841b4e211b Fix active file class getting applied to non folder note folders 2024-01-27 13:10:59 +01:00
Lost Paul
77700797a2 Fix for older users of the plugin 2024-01-27 12:29:53 +01:00
Lost Paul
dec8a6e237 Change default settings 2024-01-27 12:23:56 +01:00
Lost Paul
4371aa56d3 Fixed hide collapse icon bug & more
Fixed that the file explorer always updates when changing a tab in the plugin settings

Changed the setting name for the css class that stops white space collapsing for less confusing with the name
2024-01-27 12:17:27 +01:00
Lost Paul
35e53aa5f5 Finished hide collapse icon feature 2024-01-23 19:35:38 +01:00
Lost Paul
402e28828d Update styles.css 2024-01-21 22:08:16 +01:00
Lost Paul
63fd0d7085 Update main.ts 2024-01-21 22:08:14 +01:00
Lost Paul
b8817a5692 Fix active folder highlight 2024-01-21 18:12:15 +01:00
Lost Paul
45a43c8748 Fix hide collapse icon 2024-01-21 16:53:53 +01:00
Lost Paul
21e733f263 Option to use folder name instead of file name in a tab title 2024-01-21 16:22:53 +01:00
Lost Paul
4fce7adbf0 Fix create folder note bug 2024-01-20 18:31:50 +01:00
Lost Paul
7c455e695c Option to hide collapse indicator when folder only has a folder note and nothing else 2024-01-14 12:52:28 +01:00