Commit graph

100 commits

Author SHA1 Message Date
Lost Paul
00ef243084 Update manifest.json 2023-05-12 21:39:02 +02:00
Lost Paul
790188a41a Load css classes when you enable the plugin 2023-05-12 21:38:00 +02:00
Lost Paul
f903987606 Support AnuPpuccin theme 2023-05-11 18:57:59 +02:00
Lost Paul
6d9907858b Update manifest.json 2023-05-03 14:21:02 +02:00
Lost Paul
fa79cc0340 Template path notice 2023-05-03 14:20:37 +02:00
Lost Paul
2d51467728 Fixed open folder note through path bug 2023-05-03 13:32:01 +02:00
Lost Paul
477b4e0654 Update manifest.json 2023-05-02 17:26:19 +02:00
Lost Paul
d7c5e5866c Rename file to folderNote and also store it 2023-05-02 17:25:29 +02:00
Lost Paul
36f3b275b8 Update manifest.json 2023-05-02 16:42:49 +02:00
Lost Paul
38a5fdfe89 Allow users to open folder notes in a new tab with ctrl 2023-05-02 16:38:42 +02:00
Lost Paul
08c1218a40 Update manifest.json 2023-04-22 12:48:36 +02:00
Lost Paul
0eeff1bc0e Open folder notes through the path 2023-04-22 12:44:59 +02:00
Lost Paul
5b8edf1e76 Update manifest.json 2023-04-13 13:02:53 +02:00
Lost Paul
1db67b1ef6
Merge pull request #7 from cdloh/open-file-set-active-on-folder
Add active class to folder when opening folder note
2023-04-13 12:59:39 +02:00
Callum Loh
e1e2013eaf Add active class to folder when opening folder note 2023-04-12 15:30:51 +01:00
Lost Paul
83b867fc5f Update manifest.json 2023-04-11 22:38:02 +02:00
Lost Paul
c00d9b29e8
Merge pull request #5 from cdloh/feat-use-file-explorer
Use the file explorer view
2023-04-11 12:30:49 +02:00
Callum Loh
4017aece18 Merge branch 'main' into feat-use-file-explorer
* main:
  Pointer cursor for hovering on folder notes
  Update styles.css
  Padding for collapse icon
  Fixed eslint rule violations
2023-04-09 16:55:29 +01:00
Callum Loh
89ab22d51f el includes subfolders. selfEL only holds that items div 2023-04-09 16:34:01 +01:00
Lost Paul
dac170fc1c Update styles.css 2023-04-09 17:16:32 +02:00
Lost Paul
270d7f0f4c Remove instead of adding class 2023-04-09 17:13:03 +02:00
Lost Paul
dd746ced49 Merge new style 2023-04-09 17:07:37 +02:00
Callum Loh
444eee37bf Add support for 1.2.2 2023-04-09 15:55:42 +01:00
Lost Paul
36d94e80b3 Pointer cursor for hovering on folder notes 2023-04-08 22:36:38 +02:00
Lost Paul
dbb20392a5 Update styles.css 2023-04-08 22:20:11 +02:00
Lost Paul
222dbf9dd3 Padding for collapse icon 2023-04-08 22:12:24 +02:00
Lost Paul
f33625aa01 Fixed eslint rule violations 2023-04-08 21:55:12 +02:00
Lost Paul
8ced8cc8f1 Eslint rules fixes 2023-04-08 12:43:26 +02:00
Callum Loh
922c5d6d05 has-folder-note is now applied to the parent div 2023-04-05 11:09:50 +01:00
Lost Paul
197b17962e Update main.ts 2023-04-04 23:40:53 +02:00
Lost Paul
7199679437
Merge branch 'main' into feat-use-file-explorer 2023-04-04 19:40:17 +02:00
Lost Paul
d6827f097a
Merge pull request #4 from cdloh/new-feature-prep
Refactor main.ts file
2023-04-04 19:32:09 +02:00
Lost Paul
96a1234ea3 Import ExcludedFolder class in main.ts 2023-04-04 19:30:55 +02:00
Callum Loh
9cadb5ab4e Swap to using FileExplorer for applying CSS classes
This enables loading of classes before hand so that the user experience is cleaner whilst browsing the file tree

I've hooked a few more events up to support this so that CSS classes can be updated as they go
2023-04-04 12:53:54 +01:00
Callum Loh
1f17307129 Refactor to support new features 2023-04-03 21:46:23 +01:00
Lost Paul
f1bc8426d9 Update manifest.json 2023-03-31 09:20:13 +02:00
Lost Paul
c6ad0278ac Used wrong settings and changed naming 2023-03-31 09:19:32 +02:00
Lost Paul
23094f2adb Remove css classes on unload 2023-03-31 09:14:36 +02:00
Lost Paul
d4e49835ff Add collapsing css class on load 2023-03-31 09:10:56 +02:00
Lost Paul
89df617d83 Update manifest.json 2023-03-28 10:59:30 +02:00
Lost Paul
ece9b16014 MacOS cmd + click support 2023-03-28 10:58:36 +02:00
Lost Paul
08ece2293c Option to disable whitespace collapsing 2023-03-27 13:15:11 +02:00
Lost Paul
da7935a1d9 Update manifest.json 2023-03-27 12:56:43 +02:00
Lost Paul
8cf05d3bc8 Update styles.css 2023-03-27 12:56:32 +02:00
Lost Paul
ecad3ddc31 Update manifest.json 2023-03-27 09:05:19 +02:00
Lost Paul
1346cf79f6 Fixed excluded folder name sync issue 2023-03-27 09:04:54 +02:00
Lost Paul
7a5b246a78 Fixed one last sync issue 2023-03-27 00:01:18 +02:00
Lost Paul
b8a2d7cc45 Update manifest.json 2023-03-26 23:49:50 +02:00
Lost Paul
d69d0387a0 Fixed folder name sync issues 2023-03-26 23:42:00 +02:00
Lost Paul
4919390182 Fix folder name sync bug for subfolders
Name syncing worked perfectly fine for all folders that are not a subfolder of a folder in the vault.
It didn't work fine for all the subfolders.
This commit fixes this problem.
2023-03-26 23:00:18 +02:00