mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 12:12:54 +01:00
* feat: add zoho notebook importer * fix: checklists in todo notes are not converted * chore: use @notesnook/znel from npm
44 lines
846 B
Plaintext
44 lines
846 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "✨ notesnook",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "🚀 @notesnook/importer-web",
|
|
"path": "apps/importer"
|
|
},
|
|
{
|
|
"name": "🚀 @notesnook/vericrypt",
|
|
"path": "apps/vericrypt"
|
|
},
|
|
{
|
|
"name": "📦 @notesnook/crypto",
|
|
"path": "packages/crypto"
|
|
},
|
|
{
|
|
"name": "📦 @notesnook/enex",
|
|
"path": "packages/enex"
|
|
},
|
|
{
|
|
"name": "📦 @notesnook/importer",
|
|
"path": "packages/importer"
|
|
},
|
|
{
|
|
"name": "📦 @notesnook/onenote",
|
|
"path": "packages/onenote"
|
|
},
|
|
{
|
|
"name": "📦 @streetwriters/tinymce-plugins",
|
|
"path": "packages/tinymce-plugins"
|
|
},
|
|
{
|
|
"name": "📦 @notesnook/znel",
|
|
"path": "packages/znel"
|
|
}
|
|
],
|
|
"settings": {
|
|
"git.ignoreLimitWarning": true
|
|
}
|
|
}
|