96981c89b4
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.eslintrc.json | ||
.gitignore | ||
deck.ts | ||
importDeck.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
utils.ts |
Nextcloud Deck importer
This node app converts data from a Nextcloud Server with the app Deck installed into a Focalboard archive. To use:
- Run
npm install
from withinfocalboard/webapp
- Run
npm install
from withinfocalboard/import/nextcloud-deck
- Run
npx ts-node importDeck.ts -o archive.focalboard
(also from withinfocalboard/import/nextcloud-deck
)- Enter URL and credentials (can also be provided via cli arguments)
- Enter ID of the board to convert
- In Focalboard, click
Settings
, thenImport archive
and selectarchive.focalboard
Import scope
Currently, the script imports all cards from a single board, including their stacks (column) membership, labels, names, descriptions, duedate and comments. Contribute code to expand this.