BoostNote.next

An intuitive and stylish markdown note app for the developers.

Github星跟踪图

Boost Note for Teams

We've developed a collaborative workspace app called "Boost Hub" for developer teams.

It's customizable and easy to optimize for your team like rego blocks and even lets you edit documents together in real-time!

https://boostnote.io/

uiimage

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

For Windows users, If npm run dev:electron doesn't spawn an electron window, please try again after removing %APPDATA%\electron directory.

Mobile app

License

GPL-3.0 © 2020 BoostIO

主要指标

概览
名称与所有者BoostIO/BoostNote-App
主编程语言TypeScript
编程语言HTML (语言数: 6)
平台
许可证Other
所有者活动
创建于2016-11-19 14:30:34
推送于2023-02-24 16:38:24
最后一次提交2022-08-30 20:15:16
发布数133
最新版本名称cloud-1.58.4 (发布于 )
第一版名称v0.1.0-pre (发布于 )
用户参与
星数3.9k
关注者数56
派生数383
提交数4.7k
已启用问题?
问题数523
打开的问题数84
拉请求数832
打开的拉请求数16
关闭的拉请求数92
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?