Commit graph

218 commits

Author SHA1 Message Date
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
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
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
42d598f62c Update WhitelistPatternSettings.ts 2024-03-19 22:49:47 +01:00
Lost Paul
5b5990fd32 Update whitelistFolderFunctions.ts 2024-03-19 22:47:11 +01:00
Lost Paul
6a2297e739 Fix excluded folders bug & style reload issues 2024-03-19 22:43:57 +01:00
Lost Paul
29b0a2d922 Fix excluded folders bug & style reload issues 2024-03-19 22:33:29 +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
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
b2fe971c28 Fix #81 2024-02-03 12:17:45 +01:00
Lost Paul
5fafc8f3d7 Remove setting tab headers and fix #79 2024-01-27 17:32:15 +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
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
Lost Paul
671b8416bc Hide collapse icon code 2024-01-13 21:59:05 +01:00
Lost Paul
0bb2dd5a91 Copy folder note Obsidian url 2024-01-13 21:18:32 +01:00
Lost Paul
2637e33954 Fix right click 2024-01-07 06:46:51 +01:00
Lost Paul
dd24f3ffa3
Fix #76 2024-01-07 06:36:04 +01:00
Lost Paul
cb29a307f0 Support for middle mouse click to open in a new tab 2024-01-06 18:08:35 +01:00