Commit graph

885 commits

Author SHA1 Message Date
Moy
e7c7019d20 refactor: switch to factory style and merge PR #324 getEnabledFolderNote + version 2026-07-03 19:21:45 +08:00
Moy
8ab19c0083 feat: add public plugin API for converting notes to folder notes 2026-07-03 19:17:38 +08:00
Paul
494d159107
Merge pull request #333 from kyan001/patch-1
Bug Fix #330 & #332
2026-06-26 14:16:55 +02:00
Kyan
0532186cb2
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-06-26 11:52:15 +08:00
Kyan
f6a28dab67
Bug Fix #330 & #332
In the breadcrumb path processing loop, the function exits too early when it encounters a level without a folder note, so later levels are never checked. Because of this early return, clicking a deeper path segment does not open its folder note unless all ancestor folders also have folder notes.
2026-06-26 11:38:34 +08:00
Paul
85cd981d8d Update main.ts 2026-06-15 11:51:21 +02:00
Paul
f172b8508f Update manifest.json 2026-06-05 10:06:51 +02:00
Paul
4a71e3d795 Fix #328 2026-06-05 10:06:39 +02:00
Paul
101758a52b Fix plugin not loading on some devices 2026-06-03 10:02:40 +02:00
Paul
a493120095 Update manifest.json 2026-06-02 16:51:48 +02:00
Paul
8248de14d9 Update obsidian-folder-overview 2026-06-02 16:51:36 +02:00
Paul
961914c4af Update manifest.json 2026-06-02 16:48:23 +02:00
Paul
71e3c79078 Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes 2026-06-02 16:48:02 +02:00
Paul
432ecc6072 Fix build issues 2026-06-02 16:47:46 +02:00
Paul
71c2a309b7
Update manifest.json 2026-06-01 20:53:42 +02:00
github-actions[bot]
3bdc358643 Update manifest.json to version 2026-06-01 16:43:00 +00:00
Paul
960fa91b52 Update manifest.json 2026-06-01 18:42:38 +02:00
Paul
644c5ce099 Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes 2026-06-01 18:40:51 +02:00
Paul
937e5939bc Update manifest.json 2026-06-01 18:40:30 +02:00
Paul
4215b22559
Update release.yaml 2026-06-01 18:39:31 +02:00
Paul
c6c334bd16 Update manifest.json 2026-06-01 18:35:16 +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
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