command
module
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Mar 22, 2017
License: MIT
Opens a new window with license information.
Imports: 35
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Notable

A very simple note taking application.
Dependencies
Installation
go get -u github.com/jmcfarlane/notable
Usage
notable
Docker usage
Demo:
docker run -p 8080:8080 jmcfarlane/notable
Real usage, with local storage:
docker run -p 8080:8080 -d -v ~/.notable:/root/.notable jmcfarlane/notable:latest
Features
-
Secure
Nothing leaves your computer unless you want it to.
-
Encrypted
Individual notes can be encrypted if you want them to be.
-
Simple
Nothing fancy, it's just a basic web page.
-
Standalone
Even though it's a webpage, it has no runtime dependencies on the
internet. You can use it on an airplane.
-
Distributed
If you want to share your notes across computers, you can put the
sqlite db on Dropbox or the like, nothing to it.
-
Cross platform
It works on Linux and Mac (it's not been tested on windows).
-
Keyboard friendly
Where possible keyboard shortcuts are available.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.