Commit graph

816 commits

Author SHA1 Message Date
Lost Paul
a05e7b03ae Fix outline 2023-05-22 10:14:37 +02:00
Lost Paul
91606f76c7 Funding url 2023-05-21 16:17:11 +02:00
Lost Paul
00cf009439 Updated folder note type description 2023-05-21 15:40:02 +02:00
Lost Paul
c0315208fd new custom folder note variable instead of old 2023-05-21 15:00:25 +02:00
Lost Paul
a2f3dfb373 Split functions into different files 2023-05-21 14:16:22 +02:00
Lost Paul
41b0c5a2fe
Update README.md 2023-05-19 21:39:52 +02:00
Lost Paul
9d23948900 Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes 2023-05-19 16:54:01 +02:00
Lost Paul
9a2057f15e Small color style fix 2023-05-19 16:53:58 +02:00
Lost Paul
651d74ac9c
Create FUNDING.yml 2023-05-19 13:56:08 +02:00
Lost Paul
13df3a4acb Update manifest.json 2023-05-19 13:42:09 +02:00
Lost Paul
2d965c462b Update all existing folder notes button 2023-05-19 13:29:36 +02:00
Lost Paul
00ae688bdb Support canvas as folder note 2023-05-18 20:57:18 +02:00
Lost Paul
05de0d8c64 Custom folder note name 2023-05-15 05:42:31 +02:00
Lost Paul
2a19e7afe0 Update manifest.json 2023-05-14 17:16:26 +02:00
Lost Paul
ce9210067a Open in a new tab by default 2023-05-14 13:58:54 +02:00
Lost Paul
5e4606f8c4 Slightly improved settings tab (changed names, descs...) 2023-05-14 12:54:26 +02:00
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