All Projects → benrbray → noteworthy

benrbray / noteworthy

Licence: AGPL-3.0 license
Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)

Programming Languages

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

Projects that are alternatives of or similar to noteworthy

Jlatexmath Android
aJLaTeXMath Library - Displays LaTeX commands in android OS.
Stars: ✭ 147 (-17.42%)
Mutual labels:  math, mathematics
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (+7.87%)
Mutual labels:  math, mathematics
Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+1028.65%)
Mutual labels:  math, mathematics
Sage
Mirror of the Sage source tree -- please do not submit PRs here -- everything must be submitted via https://trac.sagemath.org/
Stars: ✭ 1,656 (+830.34%)
Mutual labels:  math, mathematics
speedy-math
An application which allows user (small kids) to practice basic Mathematics operations
Stars: ✭ 28 (-84.27%)
Mutual labels:  math, mathematics
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (+718.54%)
Mutual labels:  math, mathematics
Ugm
Ubpa Graphics Mathematics
Stars: ✭ 178 (+0%)
Mutual labels:  math, mathematics
Fermat.js
Mathematics and statistics library for TypeScript.
Stars: ✭ 74 (-58.43%)
Mutual labels:  math, mathematics
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+1444.38%)
Mutual labels:  math, mathematics
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+14.61%)
Mutual labels:  math, mathematics
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+683.15%)
Mutual labels:  math, markdown-editor
MathImprove
Modify and Improve math expressions.
Stars: ✭ 13 (-92.7%)
Mutual labels:  math, mathematics
Project Euler Solutions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
Stars: ✭ 1,374 (+671.91%)
Mutual labels:  math, mathematics
Calc
C-style arbitrary precision calculator
Stars: ✭ 127 (-28.65%)
Mutual labels:  math, mathematics
Funmath
☔️ Implementations of mathematical functions, formulas and concepts
Stars: ✭ 93 (-47.75%)
Mutual labels:  math, mathematics
Computator.net
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Stars: ✭ 174 (-2.25%)
Mutual labels:  math, mathematics
String Calc
PHP calculator library for mathematical terms (expressions) passed as strings
Stars: ✭ 60 (-66.29%)
Mutual labels:  math, mathematics
Math Toolbox
Lightweight and modular math toolbox
Stars: ✭ 71 (-60.11%)
Mutual labels:  math, mathematics
Mathmodel
研究生数学建模,本科生数学建模、数学建模竞赛优秀论文,数学建模算法,LaTeX论文模板,算法思维导图,参考书籍,Matlab软件教程,PPT
Stars: ✭ 3,834 (+2053.93%)
Mutual labels:  math, mathematics
Julia Set Playground
A Swift playground that generates beautiful Julia set fractal images.
Stars: ✭ 236 (+32.58%)
Mutual labels:  math, mathematics

Noteworthy is currently in development! I work on Noteworthy in my free time, so progress comes in bursts. I hope to have a public beta available for release before January 2022.

Noteworthy (https://noteworthy.ink/)

A free, open-source, local-first Markdown editor built with ProseMirror.

  • Works directly with your local files, entirely offline.
  • Write your notes in Markdown, with syntax extensions like citations and block directives.
  • Build your own personal wiki with bidirectional links.
  • Excellent math support — seamlessly transition between source and rendered math, thanks to KaTeX and prosemirror-math.

Excellent Math Support

Inline Math:

inline math

Display Math:

display math

Screenshot

(screenshot taken 12 July 2021)

screenshot from 12 July 2021

(screenshot taken 16 September 2020)

screenshot from 16 September 2020

(screenshot taken 17 September 2020)

screenshot from 17 September 2020

Feature Comparison

The table below compares Noteworthy to other editors with similar features. Of course, each editor has its own unique features not listed! For an even more detailed comparison, check out the exhaustive feature comparison put together by the folks at Athens Research.

feature comparison

If you notice an error in the feature comparison table, please file an issue and I will correct it.

Building Noteworthy

Noteworthy is NOT quite ready for use. However, you can follow these instructions if you really wish to run it.

git clone --recurse-submodules [email protected]:benrbray/noteworthy.git
cd noteworthy
npm install
npm run dist

After building, look in the /dist folder for an executable.

Acknowledgements

  • Thanks to Marijn Haverbeke for developing ProseMirror!
  • Thanks to Hendrik Erz for keeping Zettlr open source! When I started developing Noteworthy, I had no clue how to set up an Electron app or responsibly interact with the user's file system from Node, and the Zettlr source was a great reference.
  • Thanks to Microsoft for keeping VS Code open source! I learned a lot by reading the source of the VS Code tree viewer and plugin system.
  • Thanks to Fabio Spampinato for releasing the source to an early version Notable!
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].