Files
notesnook/notesnook.code-workspace
Abdullah Atta 80dd83552a feat: add Zoho Notebook support in Importer (#382)
* feat: add zoho notebook importer

* fix: checklists in todo notes are not converted

* chore: use @notesnook/znel from npm
2022-03-26 22:27:20 +05:00

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
}
}