Commit graph

426 commits

Author SHA1 Message Date
Paul
432ecc6072 Fix build issues 2026-06-02 16:47:46 +02:00
Paul
32ce9f55ed Fix reveal folder function 2026-06-01 18:33:44 +02:00
Paul
b41cc7641d Update obsidian-folder-overview 2026-06-01 17:39:36 +02:00
Paul
ec73ad869f Fix unwanted auto create of folder for unsupported file types 2026-06-01 17:36:48 +02:00
Paul
681320e2f2 Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes 2026-06-01 16:42:17 +02:00
Paul
a4951dbd86 Fix some more eslint issues 2026-06-01 16:21:03 +02:00
Paul
3a744e06b8
Merge pull request #325 from Semptic/fix/274-hide-folder-note-scrolling
fix: increase infinity scroll buffer to show hidden folder notes
2026-06-01 16:05:40 +02:00
Paul
1e99850592 Fix eslint issues 1/2 2026-05-15 15:40:29 +02:00
Stefan Kuhn
9c1b4aeba2 fix: increase infinity scroll buffer to show hidden folder notes
When Hide Folder Note is enabled, Obsidian's virtual scroll buffer
(rootMargin) becomes too small to pre-render items below the many
hidden folder notes, causing items to disappear during scrolling.

Increase infinityScroll.rootMargin to 1.5x viewport height to ensure
items are pre-rendered even with many hidden items above them.

Closes #274

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 09:31:58 +02:00
Paul
2683ee1a1a Fix function for getting the folder of a folder note 2026-03-26 15:22:04 +01:00
Paul
1ace668c8f Fix #312 2026-03-22 20:44:06 +01:00
Paul
3daea7efd3 Fix #306 2026-03-12 15:26:27 +01:00
Paul
347c409619 Fix #284 2026-03-12 14:34:36 +01:00
Paul
8fbf999df4 Fix #304 2026-03-10 15:56:52 +01:00
Paul
8344490906 Hide duplicated folder note name in path 2026-03-10 15:49:50 +01:00
mjkerrison
a044e6c2eb fix: startup error and settings tab reset issues
- Handle missing file explorer during early startup to prevent
  "Cannot read properties of undefined" error
- Use renderSettingsPage instead of display when adding excluded/
  whitelisted folders to stay on current settings tab

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 12:22:28 +11:00
mjkerrison
88cb9541f0 fix: prevent excluded folders list from being reset
The filter logic in deleteFolderNote() and hideFolderNoteInFileExplorer()
was using && instead of ||, causing all excluded folders with
showFolderNote=false (the default) to be removed instead of just the
target entry.

Fixes #293

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 12:35:49 +11:00
Paul
47c6490ba9
Merge pull request #299 from stdword/stdword-patch-1
make.md plugin integration
2026-01-02 13:01:43 +01:00
Lost Paul
4d30ea696e Fix #300 2026-01-02 12:55:40 +01:00
Sergey Kolesnik
f4dbd3e93c
fix: make.md plugin integration 2025-12-18 20:58:14 +03:00
Lost Paul
1d7a065b8a Update obsidian-folder-overview 2025-11-29 21:00:38 +01:00
Lost Paul
fdade5d96b Add option to use markdown links in folder overview 2025-11-29 20:28:04 +01:00
Lost Paul
abfab4fc86 Remove console.log 2025-08-18 11:35:20 +02:00
Lost Paul
08b8056df6 Fix linter issues 2025-08-18 09:53:19 +02:00
Nightwish2710
203d9f4119 feat: update command menu for mobile rendering 2025-08-18 14:28:23 +07:00
Nightwish2710
03b6de9db7 feat: update command menu for mobile rendering 2025-08-18 14:21:10 +07:00
Lost Paul
3e23140bfb Fix # 275 2025-08-13 15:36:40 +02:00
Lost Paul
e88ccfeb06 Update obsidian-folder-overview 2025-08-11 14:46:07 +02:00
Lost Paul
7c31c7cec5 Every remaining file 2025-08-11 14:39:33 +02:00
Lost Paul
113cf5f40c Excluded folders 2025-08-10 12:21:16 +02:00
Lost Paul
8adf6186ac Fix linter issues for the events folder 2025-08-08 09:37:35 +02:00
Lost Paul
d98958c7bd Eslint code style fixes no. 1 2025-07-27 11:33:21 +02:00
Lost Paul
2504d69c31 Update obsidian-folder-overview 2025-07-26 10:16:21 +02:00
Lost Paul
86288080c8 Update SettingsTab.ts 2025-07-26 10:16:19 +02:00
Lost Paul
247c252ef8 Support editing folder overview in callout 2025-07-26 10:11:55 +02:00
Lost Paul
d58492f8a4 Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes 2025-07-22 10:27:38 +02:00
Lost Paul
726476a42c Fix #268 2025-07-22 10:27:36 +02:00
Lost Paul
a66847a38e Update obsidian-folder-overview 2025-07-22 10:10:02 +02:00
Lost Paul
7f59b13788 Fix #267 2025-07-22 09:34:20 +02:00
Lost Paul
c87a8b67d9 Update obsidian-folder-overview 2025-07-21 09:15:22 +02:00
Lost Paul
2dad83ee7f Remove notices 2025-07-21 09:15:06 +02:00
Lost Paul
2fdda5c199 Update obsidian-folder-overview 2025-07-19 16:01:38 +02:00
Lost Paul
f73515245c Update Commands.ts 2025-07-19 11:19:18 +02:00
Lost Paul
4f018a9158 Customize folder overview title size 2025-07-19 11:15:39 +02:00
Lost Paul
b165b46aa7 Supported file types add .base 2025-07-19 09:59:05 +02:00
Lost Paul
ccc3b24da7 Update link list in the background 2025-07-19 09:39:59 +02:00
Lost Paul
ffaa74faaa Update PathSettings.ts 2025-07-19 09:33:21 +02:00
Lost Paul
cc2b15d8db Fix folder highlight 2025-07-19 09:18:14 +02:00
Lost Paul
e46191d137 Update link list in the background 2025-07-18 18:10:48 +02:00
Lost Paul
9a1e5773a0 Update obsidian-folder-overview 2025-07-18 18:01:26 +02:00