mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-24 03:06:16 +00:00
- Migrated api-test-plugin, sync-md-plugin, and yesterday-tasks-plugin to new plugin-dev structure - Updated plugin service to load from both legacy and new locations - Modified build-all script to handle plugin migration during build - Maintained backward compatibility by copying built plugins to assets directory
8 lines
193 B
JSON
8 lines
193 B
JSON
{
|
|
"name": "sync-md-plugin",
|
|
"version": "1.0.0",
|
|
"description": "Plugin that syncs markdown notes with tasks",
|
|
"scripts": {
|
|
"build": "echo 'No build needed for simple plugin'"
|
|
}
|
|
}
|