Boost Note is a document driven project management tool that maximizes remote DevOps team velocity.
Go to file
Alexander Wolf be44955609
Add Emoji support (#374)
* add remark-emoji

* update remark-emoji & enable emoticon support
2020-04-02 13:35:45 +09:00
android Implement android GA settings 2020-03-24 13:49:11 +09:00
app Show check for updates always 2020-01-15 07:30:07 +09:00
ios Enable GA for iOS app 2020-03-24 13:49:11 +09:00
resources Move logo.eps to resources 2020-02-11 17:34:05 +09:00
scripts Fix icons 2019-12-23 10:45:35 +09:00
src Add Emoji support (#374) 2020-04-02 13:35:45 +09:00
static Move logo.eps to resources 2020-02-11 17:34:05 +09:00
typings Add Emoji support (#374) 2020-04-02 13:35:45 +09:00
.babelrc Replace ts-jest with babel-jest 2019-09-09 10:48:12 +09:00
.eslintignore Add icon and favicon 2019-12-19 09:09:56 +09:00
.eslintrc export button fix 2019-12-12 17:53:35 +09:00
.gitignore Implement build mobile script 2020-02-04 15:20:51 +09:00
.nowignore app prefix routing 2019-10-08 13:05:29 +09:00
.prettierignore Format all src 2020-01-19 11:30:40 -05:00
.prettierrc Apply jsxSingleQuote true 2019-01-29 17:21:19 +09:00
.travis.yml Add .travis.yml 2018-12-24 11:24:19 +09:00
android.html Configure webpack settings for ios 2020-02-11 17:34:05 +09:00
CODE_OF_CONDUCT.md Clean documents 2018-07-17 17:34:34 +09:00
CONTRIBUTING.md Edit CONTRIBUTING.MD 2019-12-21 20:23:20 +09:00
index.html Fix require again 2019-12-27 11:28:17 -05:00
ios.html Configure webpack settings for ios 2020-02-11 17:34:05 +09:00
ISSUE_TEMPLATE.md Improve issue template 2020-02-24 20:46:29 +01:00
jest.json Replace ts-jest with babel-jest 2019-09-09 10:48:12 +09:00
LICENSE.md Switch license to GPL v3 2019-12-04 23:11:06 +09:00
mobile-dev.html Add mobile-dev.html 2020-03-24 13:49:11 +09:00
now.json added publicPath for non-electron build 2019-12-19 17:44:48 +09:00
package-lock.json Add Emoji support (#374) 2020-04-02 13:35:45 +09:00
package.json Add Emoji support (#374) 2020-04-02 13:35:45 +09:00
readme.md Fix slack link in readme 2020-03-28 04:10:07 +09:00
tsconfig-webpack.json Show app version 2020-01-15 04:38:26 +09:00
tsconfig.json Setup mobile 2020-02-04 15:20:51 +09:00
webpack.config.ts Enable transpileOnly option 2020-02-14 16:45:29 +09:00
webpack.mobile.config.ts Add mobile-dev.html 2020-03-24 13:49:11 +09:00

uiimage

A Polished Notes App with Github Flavored Markdown

for macOS, Windows, Linux, iOS and Android

BoostNote.next is a renewal of Boostnote app.

Latest releases

Roadmap

  • Browser app (Dec 2019)
  • Desktop app(Windows, mac and Linux) (Dec 2019)
  • Cloud storage (Dec 2019)
  • Mobile app(Android and iOS) (Feb 2020)
  • File system based storage (WIP)
  • MDX (TBA)

Authors & Maintainers

Community

Build

Don't forget to create a file named .env in the root of the project directory, or the build will fail.

Web app

# Install deps
npm i

# Compile script
npm run build

# Deploy to now.sh
now

Electron app

# Install deps
npm i

# Compile script
npm run build

# Package app
npm run pack

License

GPL-3.0 © 2020 BoostIO