Commit graph

6 commits

Author SHA1 Message Date
Johannes Millan
0ecdb9f43d build: update vite dep 2025-10-28 11:07:52 +01:00
Michael Kiausch
23d4112485 fxed wrong relative path to plugin-api dependency 2025-10-21 12:47:44 +02:00
Johannes Millan
bbc4fa7ac6 fix(sync-md): remove extra blank lines between tasks in markdown output
- Remove blank line insertion after each parent task group
- Add support for orphaned subtasks (subtasks whose parent is not in the current task list)
- Add comprehensive tests for markdown formatting without extra blank lines
2025-07-10 18:46:01 +02:00
Johannes Millan
564e0f023b feat(syncMd): update build configuration and archive old implementation
- Update package.json with latest dependencies
- Configure build script for plugin packaging
- Archive old implementation in src/background/old/
- Remove obsolete test files and utilities
- Clean up unused replication approach
2025-07-10 14:57:08 +02:00
Johannes Millan
88814795c7 feat(sync-md): new approach and make it work better 2025-07-07 18:39:14 +02:00
Johannes Millan
d4d81bf511 feat(plugin-api): create foundational plugin API package
- Add @super-productivity/plugin-api package with TypeScript definitions
- Define core plugin interfaces, types, and manifest structure
- Add plugin hooks system for event-driven architecture
- Create plugin API type definitions and constants
- Add documentation and development guidelines
2025-06-27 18:13:19 +02:00