No description
  • Go 90.7%
  • SCSS 7.4%
  • Shell 1.4%
  • Makefile 0.2%
  • JavaScript 0.2%
Find a file
Sung Won Cho c7a9ceee3c
Fix dependency installation (#209)
* Fix local js dependency installation

* Fix wording

* Fix test
2019-06-27 11:59:42 +10:00
.github/ISSUE_TEMPLATE Add PR template (#203) 2019-06-10 10:52:15 +10:00
assets Add demo (#198) 2019-05-30 21:13:47 +10:00
licenses Open source server and web (#171) 2019-05-10 09:31:31 +10:00
pkg Fix dependency installation (#209) 2019-06-27 11:59:42 +10:00
scripts Improve package structure (#207) 2019-06-25 19:20:19 +10:00
web Deps (#208) 2019-06-26 18:43:39 +10:00
.gitignore Deps (#208) 2019-06-26 18:43:39 +10:00
.travis.yml Improve package structure (#207) 2019-06-25 19:20:19 +10:00
CONTRIBUTING.md Update issue templates (#195) 2019-05-29 21:57:55 +10:00
Gopkg.lock Deps (#208) 2019-06-26 18:43:39 +10:00
Gopkg.toml Deps (#208) 2019-06-26 18:43:39 +10:00
LICENSE Open source server and web (#171) 2019-05-10 09:31:31 +10:00
Makefile Fix dependency installation (#209) 2019-06-27 11:59:42 +10:00
README.md Improve package structure (#207) 2019-06-25 19:20:19 +10:00

Dnote

Dnote is a simple notebook for developers.

Build Status

What is Dnote?

Dnote is a lightweight notebook for writing technical notes and neatly organizing them into books. The main design goal is to keep you focused by providing a way of swiftly capturing new information without having to switch environment. To that end, you can use Dnote as a command line interface, browser extension, web client, or an IDE plugin.

It also offers end-to-end encrypted backup with AES-256, a seamless multi device sync, and automated spaced repetition to retain your memory in case you are building a personal knowledge base.

For more details, see the download page and features.

A demo of Dnote CLI

Quick install

The quickest way to try Dnote is to install the command line interface.

Install with Homebrew

On macOS, you can install using Homebrew:

brew tap dnote/dnote
brew install dnote

# to upgrade to the latest version
brew upgrade dnote

Install with script

You can use the installation script to install the latest version:

curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sh

In some cases, you might need an elevated permission:

curl -s https://raw.githubusercontent.com/dnote/dnote/master/cli/install.sh | sudo sh

Install with tarball

You can download the binary for your platform manually from the releases page.

Personal knowledge base

Dnote is great for building a personal knowledge base because:

  • It is fully open source.
  • Your data is stored locally first and in a SQLite format which is suitable for continued accessibility.
  • It provides a way of instantly capturing new lessons without distracting you.
  • It automates spaced repetition to help you retain your memory.

You can read more in the following user stories:

See Also