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
aae916aafa
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
2026-05-15 15:40:31 +02:00
Paul
1e99850592
Fix eslint issues 1/2
2026-05-15 15:40:29 +02:00
Paul
b296a3d7e6
Update release.yaml
2026-05-15 13:03:10 +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
github-actions[bot]
3fce80d6fb
Update manifest-beta.json to version 1.8.20-1-beta in main branch
2026-04-12 14:04:25 +00:00
Paul
2683ee1a1a
Fix function for getting the folder of a folder note
2026-03-26 15:22:04 +01:00
Paul
86bd49d873
Merge pull request #319 from LostPaul/dependabot/npm_and_yarn/multi-770cfcd984
...
Bump minimatch
2026-03-23 10:44:39 +01:00
dependabot[bot]
89f5db7bf0
Bump minimatch
...
Bumps and [minimatch](https://github.com/isaacs/minimatch ). These dependencies needed to be updated together.
Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
Updates `minimatch` from 9.0.5 to 9.0.9
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
- dependency-name: minimatch
dependency-version: 9.0.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-23 09:40:17 +00:00
Paul
5ed694654c
Update manifest.json
2026-03-22 20:44:24 +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
Paul
7c41751c34
Update manifest.json
2026-02-01 19:47:00 +01:00
Paul
7ad48ee08f
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
2026-01-28 12:27:24 +01:00
Paul
6a83bab773
Fix #296
2026-01-28 12:27:22 +01:00
Paul
5908ff0b79
Merge pull request #301 from mjkerrison/fix/excluded-folders-reset-293
...
fix: prevent excluded folders list from being reset
2026-01-26 20:51:13 +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
ef59e9998e
fix: make.md plugin integration
2025-12-18 21:00:54 +03: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
e0613b7d27
Update README.md
2025-08-20 09:53:59 +02:00
Lost Paul
ce4eab2d64
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
2025-08-18 11:37:01 +02:00
Lost Paul
abfab4fc86
Remove console.log
2025-08-18 11:35:20 +02:00
github-actions[bot]
997ffb583b
Update manifest.json to version
2025-08-18 09:13:43 +00:00
Lost Paul
5eeb86fa0b
Merge pull request #280 from Nightwish2710/feat-update-command-logic-for-mobile
...
Remove empty command on mobile
2025-08-18 09:54:18 +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
github-actions[bot]
e826fe6740
Update manifest-beta.json to version 1.8.17-5-beta in main branch
2025-08-14 08:15:24 +00:00
Lost Paul
765c048fbd
Update packages
2025-08-14 10:14:58 +02:00
Lost Paul
5638c3c40d
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
2025-08-13 15:41:26 +02:00
github-actions[bot]
8e2c3376a6
Update manifest-beta.json to version 1.8.17-4-beta in main branch
2025-08-13 13:41:20 +00:00
Lost Paul
b24b25ef34
Update package.json
2025-08-13 15:40:30 +02:00
github-actions[bot]
f670410cf2
Update manifest-beta.json to version 1.8.17-3-beta in main branch
2025-08-13 13:37:12 +00:00
Lost Paul
3e23140bfb
Fix # 275
2025-08-13 15:36:40 +02:00
Lost Paul
68d9b0b8d5
Merge pull request #273 from LostPaul/code-style-changes
...
Code style changes
2025-08-11 15:13:07 +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