Skip to content
This repository was archived by the owner on Mar 18, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

File metadata and controls

27 lines (18 loc) · 1.03 KB

markdown-notes-doc

This repository contains docs for the markdown notes application.

Markdown notes is a note taking app. It supports the following features -

  1. It supports markdown.
  2. Allows you to create notebooks.
  3. It allows you to create custom task based notebooks.
  4. Tasks can be created in the future.
  5. Incomplete tasks will automatically be added to the next day's notes.
  6. Allows you to create notebooks that are not task based.
  7. Completely offline based, no server connectivity. Notes can be synched if desired using a third party utility such as Dropbox or Google drive.

Documentation for API

This is no longer being used.

The documentation for the API can be found here

UI Documentation

The documentation for the UI can be found here

Components