Skip to content

svsamipillai/blobpad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlobPad

BlobPad is a note taking application build on top of BlobStash.

Requirements

Features

  • Notes can be Markdown, or uploaded PDF
  • Full notes history
  • Full text search (pdf are also indexed)
  • Possibility to encrypt notes using NaCl secretbox (via BlobStash)
  • No delete feature by design (a virtual trash may be implemented)

Installation

Assuming you have installed/configured BlobStash and Elasticsearch.

If you want PDF to be parsed for indexing, you need to install pdftotext from Xpdf.

Usage

Just run blobpad and open localhost:8000.

$ blobpad

Re-indexing

You may need to re-index notes into elasticsearch, to do so, just run:

$ curl http://localhost:8000/_reindex

Based upon

Roadmap

  • A virtual trash
  • Hawk-based authentication
  • JPEG support (+ OCR)
  • Bookmarklet to save website with selected plain-text content
  • An Evernote-like Android app
  • Create new note by email?
  • Ability to share note via BlobShare ?

Donate

Flattr this git repo

BTC 1JV2PCgBNRM7bQ2uKB5F4Nd6bUroyzQJ6T

License

Copyright (c) 2014 Thomas Sileo and contributors. Released under the MIT license.

About

BlobPad is a note taking application build on top of BlobStash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.0%
  • HTML 1.2%
  • Go 0.8%