Commit graph

437 commits

Author SHA1 Message Date
Aleix Soler
00a2673a7a
Merge pull request #103 from BravishkaSkytano/master
Add digital garden workflow configuration
2026-06-04 19:32:43 +02:00
Yoela O.
680bd79caa
Add digital garden workflow configuration
This JSON file defines a workflow for a digital garden setup, including various statuses with descriptions and icons.
2026-05-24 21:05:23 -04:00
Aleix Soler
1be0407711 chore: bump version 2026-04-28 19:27:19 +02:00
Aleix Soler
fc43bbb46e Merge branch 'pr-102' 2026-04-28 19:18:29 +02:00
Aleix Soler
1cb696bad2
Merge pull request #102 from JuliaHusar/master
Create research-note-taking-template
2026-04-28 19:15:17 +02:00
Aleix Soler
b1ddeec8ce fix: add .json extension to research template for automatic registration 2026-04-28 19:07:49 +02:00
Julia Husar
8e9d1b15f3
Create research-note-taking-template
A template for those who want to go back to existing notes and update them as they find more information and build knowledge.
2026-04-27 10:21:38 -04:00
Aleix Soler
38b4558502 chore: bump version 2026-03-19 19:29:38 +01:00
Aleix Soler
bed56422aa
Merge pull request #100 from devonthesofa/feature/improve-status-group
improve status group UI
2026-03-19 19:15:01 +01:00
Aleix Soler
6aee0cb2fe fix: resolve linting errors from mixed spaces and tabs 2026-03-19 19:12:06 +01:00
Aleix Soler
2c2198ad3c style(GroupedStatusView): update CSS to match Obsidian native tree-item structure 2026-03-19 19:12:06 +01:00
Aleix Soler
f081d0a852 feat(GroupedStatusView): adopt Obsidian native tree-item UI in StatusGroup and FileList 2026-03-19 19:12:06 +01:00
Aleix Soler
005a9ae5ad refactor(GroupedStatusView): sort statuses by user settings order in TagSection 2026-03-19 19:12:06 +01:00
Aleix Soler
f1fd126ec6
Merge pull request #99 from devonthesofa/feature/notebook-navigator-integration
notebook navigator integration + fix renaming file
2026-03-19 18:55:14 +01:00
Aleix Soler
7727605e6f
Merge pull request #98 from devonthesofa/feature/improve-status-selector
improve status selector modal
2026-03-19 18:52:44 +01:00
Aleix Soler
fd7004d3a8
Merge pull request #97 from devonthesofa/feature/templates-caracterization
Templates caracterization
2026-03-19 18:51:06 +01:00
Aleix Soler
4ad524b32c
Merge pull request #96 from devonthesofa/fix/legacy-templates
Predefined templates
2026-03-19 18:49:40 +01:00
Aleix Soler
f4dc6b77ec fix(file-explorer): inject icon as sibling to prevent inclusion in filename during rename 2026-03-19 18:44:40 +01:00
Aleix Soler
b26f0c201b feat(file-explorer): add Notebook Navigator compatibility 2026-03-19 18:35:28 +01:00
Aleix Soler
019e70a899 style(modals): apply interactive-accent to active template tab to improve contrast 2026-03-19 18:17:43 +01:00
Aleix Soler
cb3ab49efa style(modals): replace high-contrast success color with native obsidian accent variables for active items 2026-03-19 18:12:58 +01:00
Aleix Soler
9ba2619496 style(modals): redesign status selector and template tabs with premium segmented control aesthetics 2026-03-19 18:07:15 +01:00
Aleix Soler
c1b1b76a90 refactor(events): propagate clicked activeStatus payload from UI components to modal integrations 2026-03-19 12:51:49 +01:00
Aleix Soler
1bf7f3d8fb feat(modals): auto-select the active status template tab when opening status selector 2026-03-19 12:51:47 +01:00
Aleix Soler
87072c5617 fix(templates): correctly evaluate custom vs marketplace templates based on internal lists instead of checking if it has an author 2026-03-19 12:34:12 +01:00
Aleix Soler
7462a6c902 refactor(templates): assign basic taxonomy metadata to built-in templates 2026-03-19 12:34:09 +01:00
Aleix Soler
db41101236 feat(marketplace): add dynamic language and type filters to marketplace 2026-03-19 12:34:07 +01:00
Aleix Soler
5276248671 feat(templates): add language and type metadata to templates and creation modal 2026-03-19 12:34:05 +01:00
Aleix Soler
1e01aac2af feat(ui): allow custom editable template IDs during creation and unlockable inputs 2026-03-19 12:07:10 +01:00
Aleix Soler
9852f96a3c chore(build): update compiled css 2026-03-19 11:52:34 +01:00
Aleix Soler
53e80f55b8 feat(ui): distinguish predefined vs community templates in marketplace 2026-03-19 11:52:32 +01:00
Aleix Soler
da3bb8eeb1 fix(settings): restore predefined templates as default and auto-enable them 2026-03-19 11:52:30 +01:00
Aleix Soler
630538037a refactor(templates): separate predefined templates into subdirectory and update build script 2026-03-19 11:52:27 +01:00
Aleix Soler
4001c7bd9f
Merge pull request #91 from devonthesofa/feature/templates-marketplace
Templates marketplace
2026-03-18 19:43:04 +01:00
Aleix Soler
76a2e2bac2
Merge branch 'master' into feature/templates-marketplace 2026-03-18 19:42:54 +01:00
Aleix Soler
75f0619f1e
Merge pull request #94 from devonthesofa/feature/default-status
feat: add support for default status on new notes
2026-03-18 19:40:20 +01:00
Aleix Soler
d7ba7dd7cc feat: add support for default status on new notes
- Added 'defaultStatusForNewNotes' setting to PluginSettings.
- Added a dropdown in Behaviour settings to select the default status.
- Implemented a 'create' event listener in main.tsx to automatically apply the default status to new markdown files if they don't have any status.
- Included the new setting in the 'workflow' synchronization group.
- Fixed mixed spaces/tabs in pluginSettings.ts.
2026-03-18 19:38:17 +01:00
Aleix Soler
94da64ec69
Merge pull request #92 from devonthesofa/fix/ui-problems-with-new-obsidian-version
Fix/UI problems with new obsidian version
2026-03-18 19:27:12 +01:00
Aleix Soler
12027c5ed2 ui: improve the title description 2026-03-18 19:24:50 +01:00
Aleix Soler
3d49c32f18 ui: enhance support section with copy-to-clipboard buttons and modern styling 2026-03-18 19:15:04 +01:00
Aleix Soler
782e9f14a8 fix: preserve original template IDs during migration and installation for legacy compatibility 2026-03-18 19:02:33 +01:00
Aleix Soler
712ab7bc6b
Rename starter-template.json to default-starter.json 2026-03-18 18:35:56 +01:00
Aleix Soler
fcd5d114ec chore: add starer template to templates 2026-03-18 18:34:52 +01:00
Aleix Soler
9351ccc4da chore: set the starter template for new users 2026-03-18 18:19:38 +01:00
Aleix Soler
e141c8c729 refactor: replace separate author and github fields with authorGithub username 2026-03-18 18:10:00 +01:00
Aleix Soler
0f810a79e1 feat: automate marketplace template registration during build process 2026-03-18 17:53:23 +01:00
Aleix Soler
bd0469f7c7 refactor: use templates/ folder as single source of truth and cleanup unused code 2026-03-18 17:25:48 +01:00
Aleix Soler
2537227678 chore: cleanup unused code and enhance marketplace author links 2026-03-18 16:58:41 +01:00
Aleix Soler
6ab760df98 feat: improve template marketplace UI/UX with badges, 'Modified' status, and read-only marketplace metadata 2026-03-18 16:45:47 +01:00
Aleix Soler
4cf73df730 chore: update marketplace templates with official author metadata 2026-03-18 16:42:22 +01:00