Boostnote is an Open source note-taking app for programmers.
Used from over 200 countries and regions, and have been got over 4,800 Star at GitHub 🌟
In order to use Boostnote, you need to download app from here.
Boostnote apps are available for Mac, Linux, Windows, Android and iOS.
Boostnote_Boostnote is an open source note-taking app designed for programmer._boostnote.io
Boostnote is started as a CLI tool that named CodeXen in first stage (in mid of 2015).
This is the history of Boostnote by a chronological table.
Press Cmd + N and choose Markdown Note. Then you can start to write anything you want by using markdown.
There are many features that programmers feel useful.TagStar
Pin to notesSync with multi devicesFinderSyntax highlightMarkdownSnippetOffline applicationShortcutsVim key-bindCustomizable UITeX supportExportQuick PreviewTrashSearch
You can add and filter using tags.
Tag
You can Star to the note and check them in the Starred folder.
Star
It’s the most important feature, you can use markdown in Boostnote.
You can organize multi snippets in one note.
Snippet
You just click to toggle the modes.
Edit and Preview
Boostnote is completely offline application. It means there is no registration and no sync.
When you want to sync your notes, you need to use other service as Dropbox or GoogleDrive.
Are you using Mac, Windows, Linux, Android or iOS?You can sync Boostnote data with multi devices.
How to sync your data across multiple devices_You guys can install Boostnote on several devices — Mac, Windows, Linux, Android and iOS — and sync all your data using…_medium.com
There is a lot of useful shortcuts.
Awesome! You can also use Vim or Emacs key-bind.
Set your key-bind from Preferences -> UI. Don’t forget to reload app after that!
You can customize the UI from Preferences -> UIYou can select Overall, Editor and Code block theme you like.
Multi themes
You can write math by TeX. With $$ and $$$, write some equations.
# TeX support
$$$ 1 + \frac{q^2}{(1-q)}+\frac{q^6}{(1-q)(1-q^2)}+\cdots = \prod_{j=0}^{\infty}\frac{1}{(1-q^{5j+2})(1-q^{5j+3})}, \quad\quad \text{for }\lvert q\rvert<1. $$$
You can export as .md or .txt file.
The pinned note is shown at top of note list.
Pin
This part is for developers.
Something goes wrong! Can be more better!It’s OK. Boostnote is OSS. Let’s improve Boostnote with us 🤘
BoostIO/Boostnote_🚀 Boostnote is an open source note-taking app made for programmers just like you._github.com
Boostnote is build with React + Electron + CSSModules. And CodeMirror is used for the Editor.
Boostnote Mobile is build with ReactNative.
When you start to develop Boostnote, please look over this.
In brief, there are 3 steps to run Boostnote in your local.
1, Pull repository $ git pull https://github.com/BoostIO/Boostnote.git2, Run $ yarn3, Run $ yarn run dev-start
After you confirm starting the app, you can start to develop Boostnote.
refs: https://github.com/BoostIO/Boostnote/blob/master/docs/build.md
Boostnote is distributed as free software, so there are no supports. But there is a community.
Feel free to join our Slack team and say hello!Or, ask anything on issue!
Thanks for your time! Enjoy Boostnote 😆🌟