All Projects → BoostIO → BoostNote.next-local

BoostIO / BoostNote.next-local

Licence: other
Boost Note next local spaces is lightspeed workspace for developers

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to BoostNote.next-local

noted
Markdown note-taking with syntax highlighting and real-time preview.
Stars: ✭ 22 (-75.28%)
Mutual labels:  markdown-editor, markdown-to-html, note-taking, markdown-viewer
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (-73.03%)
Mutual labels:  markdown-editor, markdown-to-html, note-taking, markdown-viewer
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+9849.44%)
Mutual labels:  markdown-editor, markdown-to-html, markdown-viewer
Idea Multimarkdown
Markdown language support for IntelliJ IDEA.
Stars: ✭ 789 (+786.52%)
Mutual labels:  markdown-editor, markdown-to-html, markdown-viewer
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (-70.79%)
Mutual labels:  markdown-editor, markdown-to-html, markdown-viewer
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (+487.64%)
Mutual labels:  markdown-editor, markdown-to-html, markdown-viewer
Foam
A personal knowledge management and sharing system for VSCode
Stars: ✭ 10,993 (+12251.69%)
Mutual labels:  markdown-editor, note-taking
mead
Mead - Dead simple markdown editor for Windows, Linux and Mac
Stars: ✭ 20 (-77.53%)
Mutual labels:  markdown-editor, markdown-viewer
Markvis
make visualization in markdown. 📊📈
Stars: ✭ 1,509 (+1595.51%)
Mutual labels:  markdown-editor, markdown-to-html
Sublimeless zk
A note taking app, Markdown editor, and text browser, featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like sophisticated tag search, note transclusion, support for note templates, bibliography support, etc. to make working in your Zettelkasten a joy 😄
Stars: ✭ 153 (+71.91%)
Mutual labels:  markdown-editor, note-taking
Markdown
📖Clean & Modern MarkDown Generator, 🔌Offline Support and Easy Generation of Markdown ⚡️⚛️ https://github.com/JP1016/Markdown-Electron/releases
Stars: ✭ 170 (+91.01%)
Mutual labels:  markdown-editor, markdown-to-html
xkeditor
📝 XK-Editor | 一个支持富文本和Markdown的编辑器
Stars: ✭ 58 (-34.83%)
Mutual labels:  markdown-editor, markdown-to-html
CuteMarkEd-NG
Markdown Editor in Qt 5
Stars: ✭ 55 (-38.2%)
Mutual labels:  markdown-editor, markdown-to-html
JMarkPad
Minimalistic markdown editor with real-time preview
Stars: ✭ 32 (-64.04%)
Mutual labels:  markdown-editor, markdown-to-html
octo
Build your knowledge base
Stars: ✭ 252 (+183.15%)
Mutual labels:  markdown-editor, note-taking
Bytemd
A hackable Markdown editor component built with Svelte
Stars: ✭ 656 (+637.08%)
Mutual labels:  markdown-editor, markdown-viewer
Marker
🖊 A gtk3 markdown editor
Stars: ✭ 644 (+623.6%)
Mutual labels:  markdown-editor, markdown-to-html
Takenote
TakeNote is a note-taking app for the web. You can use the demo app at takenote.dev. It is a static site without a database and does not sync your notes to the cloud. The notes are persisted temporarily in local storage, but you can download all notes in markdown format as a zip.
Stars: ✭ 5,180 (+5720.22%)
Mutual labels:  markdown-editor, note-taking
iA-Writer-Templates-Github-Plus
A Github flavored iA Writer template with math, graph support.
Stars: ✭ 79 (-11.24%)
Mutual labels:  markdown-to-html, markdown-viewer
notesnook
A fully open source & end-to-end encrypted note taking alternative to Evernote.
Stars: ✭ 5,098 (+5628.09%)
Mutual labels:  note-taking, note-taking-app

Boost Note Local

Standalone app separated from Boost Note for better local space support. See Roadmap.

Boost Note

If you want a collaborative app, please try Boost Note.(https://github.com/BoostIO/BoostNote-App)

uiimage

A collaborative real-time markdown note app for developer teams

Support Platform

Authors & Maintainers

Community

Development

Folder structure

  • 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.
  • src : Source code.

Build

Please copy .env.default file and create a file named .env in the root of the project directory, or the build will fail.

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.

License

GPL-3.0 © 2016 - 2021 BoostIO

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].