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
Aleix Soler
2abccbc87d
chore: regenerate predefined templates
2026-03-18 15:07:41 +01:00
Aleix Soler
26cb95b805
docs: add marketplace contribution guide and update build scripts
2026-03-18 15:07:37 +01:00
Aleix Soler
a2fffec37c
feat: add author attribution support to status templates UI
2026-03-18 15:07:31 +01:00
Aleix Soler
3b8efa9977
feat: add template marketplace infrastructure and JSON templates
2026-03-18 15:04:12 +01:00
Aleix Soler
07c8b8d4df
Merge pull request #90 from devonthesofa/feature/syncronize-settings
...
feat: implement multi-device synchronization for plugin settings
2026-03-18 12:48:05 +01:00
Aleix Soler
32af8e1c78
feat: add manual non-Markdown data export/import to vault
...
- Implement exportToVault and importFromVault in NonMarkdownStatusStore
- Add getNonMarkdownStore method to StatusStoreManager
- Add manual synchronization buttons to the Synchronization settings UI
- Support data migration between internal storage and vault sync file
2026-03-18 12:43:18 +01:00
Aleix Soler
f97bca5fa9
feat: implement granular selective synchronization and non-Markdown status sync
...
- Expand sync categories to include templates, custom statuses, colors, UI, workflow, storage, and features
- Add support for syncing non-Markdown status data to a vault-based JSON file
- Update NonMarkdownStatusStore to handle vault-based storage and real-time updates
- Enhance Synchronization UI with granular group selection and data sync options
- Add safety checks to prevent TypeErrors during settings initialization and migration
2026-03-18 12:35:49 +01:00
Aleix Soler
e5c456b0aa
feat: implement selective settings synchronization
2026-03-18 11:45:54 +01:00
Aleix Soler
403c4113e4
fix: allow manual settings sync when automatic sync is disabled
2026-03-18 11:39:40 +01:00
Aleix Soler
2fe31700f9
feat: implement multi-device synchronization for plugin settings
...
- Add external JSON file synchronization for all plugin settings
- Implement automatic sync and vault watcher for real-time updates
- Fix data loss bug by deep merging status colors in SettingsService
- Add Synchronization section to Settings UI with manual export/import
2026-03-18 11:32:38 +01:00
Aleix Soler
cbb9c0f531
feat: v3.0.0 manifest
2025-11-24 19:16:38 +01:00
Aleix Soler
4d4e982f68
Merge pull request #87 from devonthesofa/chore/wiki
...
[chore] Improved readme and docs
2025-11-24 19:06:56 +01:00
Aleix Soler
d456f0a6ae
Update README.md
2025-11-24 19:03:02 +01:00
Aleix Soler
5d53927008
chore: images
2025-11-24 19:00:22 +01:00
Aleix Soler
0a8b4f72eb
chore: add readme
2025-11-24 18:53:24 +01:00
Aleix Soler
19f69b19ff
Merge branch 'chore/wiki' of github.com:devonthesofa/obsidian-note-status into chore/wiki
2025-11-24 18:51:32 +01:00
Aleix Soler
6ca2632c83
chore: add buymeacoffe
2025-11-24 18:51:27 +01:00
Aleix Soler
9c1c7eefd9
Enhance README with clearer project description
...
Updated project description for clarity and detail. Added additional information about functionality and usage.
2025-11-24 18:47:43 +01:00
Aleix Soler
b90f414a85
chore: added images
2025-11-24 18:29:41 +01:00
Aleix Soler
87d865de3b
chore: improved readme and docs
2025-11-23 19:02:05 +01:00
Aleix Soler
063a4aac01
Merge pull request #86 from devonthesofa/refactor/settings-with-tabs
...
Refactor/settings with tabs
2025-11-23 18:42:14 +01:00