marks

command module
v0.0.0-...-2484db1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2016 License: MIT Imports: 14 Imported by: 0

README

Marks

A feature-less markdown notebook

Introduction

Marks is a simple note taking app that mostly gets out of the way. It's not really feature full but it might be just what you are looking for.

Feel free to try it out on Heroku using the deploy button below:

Deploy

Getting started

Running:

go get github.com/kiasaki/marks
marks -help # for help
marks -port 8080 -postgres-url postgres://localhost/marks?sslmode=disable

Developing:

go get github.com/kiasaki/marks
cd $GOPATH/src/github.com/kiasaki/marks
go run *.go -postgres-url ...

Creating the database tables before first use:

Make sure your PostgreSQL server is started and that you are pointing to an existing database.

marks -create-db -postgres-url ...

Screenshot

Screenshot

License

MIT. See LICENSE file.

Documentation

Overview

Marks is a really simple mardown notebook you can view and edit online

All backed by PostgreSQL and html/template plus few sprinkles of JavaScript

Directories

Path Synopsis
Godeps
_workspace/src/github.com/lib/pq
Package pq is a pure Go Postgres driver for the database/sql package.
Package pq is a pure Go Postgres driver for the database/sql package.
_workspace/src/github.com/lib/pq/listen_example
Below you will find a self-contained Go program which uses the LISTEN / NOTIFY mechanism to avoid polling the database while waiting for more work to arrive.
Below you will find a self-contained Go program which uses the LISTEN / NOTIFY mechanism to avoid polling the database while waiting for more work to arrive.
_workspace/src/github.com/lib/pq/oid
Package oid contains OID constants as defined by the Postgres server.
Package oid contains OID constants as defined by the Postgres server.
_workspace/src/github.com/russross/blackfriday
Blackfriday markdown processor.
Blackfriday markdown processor.
_workspace/src/github.com/shurcooL/sanitized_anchor_name
Package sanitized_anchor_name provides a func to create sanitized anchor names.
Package sanitized_anchor_name provides a func to create sanitized anchor names.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL