Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wargio/notes

notes is a self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way
https://github.com/wargio/notes

Last synced: 25 days ago
JSON representation

notes is a self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way

Awesome Lists containing this project

README

        

# notes
[![GoDoc](https://godoc.org/github.com/prologic/notes?status.svg)](https://godoc.org/github.com/prologic/notes)
[![Go Report Card](https://goreportcard.com/badge/github.com/prologic/notes)](https://goreportcard.com/report/github.com/prologic/notes)

notes is a self-hosted note taking web app that lets you keep track of your
notes and search them in a easy and minimal way.

## Installation

### Source

```#!bash
$ go install github.com/prologic/notes/...
```

## Usage

Run notes:

```#!bash
$ notes
```

Then visit: http://localhost:8000/

## Configuration

By default notes stores notes in `./data` in the current directory
and metadata in `notes.db` in the current directory. This can
be configured with the `-data` and `-dbpath` options.

## Updating resources

```
go get -v github.com/jessevdk/go-assets-builder
go-assets-builder templates/ -s /templates -o tmpl.go -v Tmpl
go-assets-builder static/ -s /static -o static.go -v Static
```

## License

MIT