1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
Rokt33r eda547b868 Merge branch 'master' into linux
* master:
  configuring zoomfactor with Ctrl + Wheelscroll only works on windows and linux
  fix style bug of TagSelect
  bump up electron version to  0.36.11
  fix again(never break long tag)
  tags in ArticleList will be wrapped properly
  fix emacs key binding
  ctrl +  wheel to change zoom factor
  set Editor fontFamily to Title input
  add Link of Trello Kanban to readme.md
  Update contributing
  Focus to search box, when hotkey pushed
2016-03-16 16:52:17 +09:00
2016-03-16 16:52:17 +09:00
2016-01-06 04:41:19 +09:00
2016-01-22 03:01:13 +09:00
2015-12-30 14:19:01 +09:00
2015-12-25 04:44:14 +09:00
2015-10-08 20:40:19 +09:00
2016-01-10 06:46:20 +09:00
2016-03-10 20:32:59 +09:00
2015-12-25 11:06:00 +09:00
2016-03-09 02:44:38 +09:00

Boostnote

Simple note app

Progress Kanban

https://trello.com/b/wJlinZJx/boostnote-todo-list

This is a public Kanban board. Also everyone can comment here.

If you want to join us, ask me to add you.

Develop

  1. turn on HMR server
npm run webpack
  1. run hot mode
npm run hot

npm start is using compiled scripts. see Build to compile scripts.

Build

'3. Codesign' and '4. Create' installer are needed to deploy this app. You can skip these steps.

  1. Compile scripts

compile all browser stuff(Javascript, Stylus).

grunt compile
  1. Build executable

build Boostnote.app (OS X) / Boostnote.exe (Windows)

grunt pack:osx
grunt pack:windows
  1. Codesign (OSX only)

codesign with Certification.

grunt codesign

OSX_COMMON_NAME must be defined inside /secret/auth_code.json.

codesigning on windows is included to creating installer.

  1. Create installer

create installer, Boostnote.dmg(OSX) / Setup.exe(Windows).

grunt create-windows-installer

Windows only

WIN_CERT_PASSWORD must be defined inside /secret/auth_code.json. /secret/authenticode_cer.p12 is required also.

  1. Zip (OSX only)

zip Boostnote.app file.

grunt zip:osx

Stuff(Setup.exe, .nupkg) of Windows are not needed to be zipped.

Using stack

Codestyle

js-standard-style

Author

Rokt33r(Dick Choi of MAISIN&CO.)

Copyright (C) 2016 MAISIN&CO.

Check here.

Description
No description provided
Readme 24 MiB
Languages
JavaScript 82.6%
Stylus 16.2%
HTML 1.2%