16120e43d4
* GH-Pages: Move contributors guide to GitHub * Fix URL
869 B
869 B
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.