Commit graph

428 commits

Author SHA1 Message Date
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
Aleix Soler
04c4bf70fd chore: start with empty templates by default for new users 2026-03-18 16:20:07 +01:00
Aleix Soler
7833676b8b fix: implement template deduplication and installation safety checks 2026-03-18 16:20:01 +01:00
Aleix Soler
a51b1ad4c3 fix: resolve re-installation bug by matching marketplace templates by name 2026-03-18 16:14:25 +01:00
Aleix Soler
74262f9b86 fix: resolve build errors in TemplateSettings and MarketplaceBrowseModal 2026-03-18 16:11:26 +01:00
Aleix Soler
e089efd85c feat: implement Template Marketplace gallery with installation workflow 2026-03-18 15:57:07 +01:00
Aleix Soler
0d5cf5a0d8 docs: update marketplace submission workflow with manual steps and repository link 2026-03-18 15:49:57 +01:00
Aleix Soler
563d9fb202 feat: implement MarketplaceShareModal for reliable template submission 2026-03-18 15:43:10 +01:00
Aleix Soler
307163b3b7 fix: use anchor tag for marketplace submission to improve reliability 2026-03-18 15:39:37 +01:00
Aleix Soler
6a643548ad feat: implement 'Submit to Marketplace' workflow for custom templates 2026-03-18 15:34:35 +01:00