Skip to content
An intuitive and stylish markdown note app for the developers.
TypeScript Other
Branch: master
Clone or download

Latest commit

Latest commit bb1a864 May 14, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
android Bump version of android app to v0.4.1 Apr 26, 2020
electron Rename app directory to electron Apr 9, 2020
homepage update translation Jun 4, 2020
ios Bump ios version to v0.4.0 Apr 26, 2020
resources Move logo.eps to resources Feb 11, 2020
scripts Use transpileOnly for dev-electron script May 27, 2020
src Add note list view selector to general preferences tab Jun 4, 2020
static refined colors May 10, 2020
typings Add temp type def for remark-emoji Apr 10, 2020
.babelrc Replace ts-jest with babel-jest Sep 9, 2019
.eslintignore Add icon and favicon Dec 19, 2019
.eslintrc export button fix Dec 12, 2019
.gitignore Add .now to gitignore Apr 23, 2020
.nowignore app prefix routing Oct 8, 2019
.prettierignore Format all src Jan 19, 2020
.prettierrc Apply jsxSingleQuote true Jan 29, 2019
.travis.yml Add .travis.yml Dec 24, 2018
CODE_OF_CONDUCT.md Clean documents Jul 17, 2018
CONTRIBUTING.md Code styling (#359) Apr 2, 2020
ISSUE_TEMPLATE.md Improve issue template Feb 24, 2020
LICENSE.md Switch license to GPL v3 Dec 4, 2019
android.html Configure webpack settings for ios Feb 11, 2020
index.html Fix require again Dec 27, 2019
ios.html Configure webpack settings for ios Feb 11, 2020
jest.json Replace ts-jest with babel-jest Sep 9, 2019
mobile-dev.html Add mobile-dev.html Mar 24, 2020
now.json added publicPath for non-electron build Dec 19, 2019
package-lock.json Update deps May 27, 2020
package.json Update deps May 27, 2020
readme.md Improve spelling, grammar, commas, capitalization Jun 1, 2020
tsconfig-webpack.json Show app version Jan 14, 2020
tsconfig.json Update tsconfig to support optional chaining May 27, 2020
webpack.config.ts Fix webpack config typing Apr 9, 2020
webpack.mobile.config.ts Disable type checking while webpack compiling Apr 26, 2020

readme.md

Boost Note for Teams

We'll launch the clean and simple wiki specially optimized for developers called "Boost Hub" in June 2020!

Boost Hub will aim to be a collaborative wiki tool for teams to centralize and amplify the availability and searchability of both first-party and third-party information.

uiimage

A Polished Notes App with GitHub Flavored Markdown

for macOS, Windows, Linux, iOS, and Android

BoostNote.next is a renewal of the Boostnote app.

Latest releases

Roadmap

Boost Note Roadmap 2020

Authors & Maintainers

Community

Development

Folder structure

  • android : Android app project. Please open with Android Studio.
  • dist : Bundled electron app stuff. All executable and installable of the electron app are generated in this folder. You can generate this by npm run prepack, npm run pack, and npm run release scripts.
  • compiled : Compiled web app resources from npm run build script. The resources are for deploying the web app.
  • electron : Compiled electron resources from npm run build:electron script. You can run it by npm start script. The resources are for packaging the electron app.
  • ios : iOS app project. Please open with XCode.
  • src : Source code.

Build

You have to create a file named .env in the root of the project directory, or the build will fail.

Web app

# Install dependencies
npm i

# Run webpack and open browser
npm run dev

Electron app

# Install dependencies
npm i

# Run webpack
npm run dev:webpack

# Run electron (You have to open another terminal to run this)
npm run dev:electron

Mobile app

To be announced.

License

GPL-3.0 © 2020 BoostIO

You can’t perform that action at this time.