Skip to content

limitedeternity/MathNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MathNote

Math conspects made easy


MathNote is an Electron-based application for displaying notes written in Markdown which supports LaTeX expressions for embedding math formulas.

It also has shortcuts functionality: you can create special variables for very long formulas to quickly reuse them. Feel free to check out examples to learn more!


Screenshot

Screenshot

Getting started:

  1. Check out Releases and download package corresponding to your OS and architecture.

  2. Click Info tab in MathNote.

Building from source:

  1. npm ci

  2. npm run build-{mac|linux|win}

  3. Copy notes and shortcuts folders to a generated directory

Meta

Logo is designed by @psikoz

Marise Hayashi – Other projects

Distributed under the MIT license. See LICENSE for more information.

@limitedeternity

Contributing

  1. Fork it
  2. Commit your changes
  3. Create a new Pull Request