Skip to content

loicngr/kdrive-notes

Repository files navigation

kDrive Notes & To-do lists

  • Manage your notes and to-do lists in a simplified interface.
  • The application connects to your Infomaniak kDrive via webDAV.
  • If you want a more sophisticated solution, take a look at Joplin. A guide is available here

Preview

image

image

image

How to

Android version here (alpha)

Setup infos

  • The default folder is WebDAVJS, please create it at the root of your kDrive.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

Links