Skip to content

BandolierJournal/Bandolier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

359 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bandolier Journal

Bandolier is a cross-platform journaling application where users can aggregate tasks, daily notes, and big picture planning all in one flexible, minimalist interface. Based on the popular Bullet Journal methodology, Bandolier adds convenient digital enhancements such as search and one-click migration. With Bandolier, you can sync your journal in the cloud and have access on all of your devices. The desktop version is built with Electron, AngularJS, and PouchDB.

Demo

Bandolier Journal Demo

(Click the above image to see a video demo.)

Download

Download Bandolier Journal and learn more

Setup

Step 1

Clone the repository.

Step 2

$ cd Bandolier && npm install

Step 3

$ cd app && npm install && bower install

Step 4

Open the below in your favorite editor:

Bandolier/app/node_modules/relational-pouch/dist/pouchdb.relational-pouch.js

Replace line 540 with the below:

  Promise = require('pouchdb-promise');

Step 5

$ cd .. && gulp build

Step 6

$ npm start

Step 7*

To enable syncing you must create a secrets.json file in the root directory

{
  "dbURL":"URL_OF_VALID_COUCHDB_SERVER"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors