Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.08 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.08 KB

Fardig

Markdown GUI that turn notes with actions points into a single ToDo list. Read more at Fardig.io

ToDo

  • Save confirmation
  • List all Todos by tag
  • Auto save
  • Date parsing
  • Time parsing
  • Style a-tags
  • Investigate security: https://auth0.com/docs/libraries/auth0-spa-js
  • Fix logo for Dropbox connect
  • Archive documents
  • List all files
  • Faster loading on startup, progressive load
  • Revisions
  • Front page
  • Presentation mode (H1 => Title, H2 => New slide, One bullet at a time etc)
  • Create reminders through command palette
  • Refactor connection service to prepare for other storage providers

Bugs

  • File names with slashes creates folders

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.