atom-calca package
Open-source symbolic calculator for your Atom editor with Markdown capabilities, inspired by Calca.
Install
Either in Atom's package manager, or with apm:
apm install atom-calca
Features
The calca parser works currently only on .calca
files in Markdown code blocks.
It also uses language-ghm
grammar to do Markdown syntax highlighting.
Check the examples/test.calca file for working examples.
License
MIT. Read the LICENSE.md.