New feature: Write equations within a note
Some researchers need to write numerical formulas in their notes. I’m happy to announce that Inkdrop can support Math syntax with new…
Some researchers need to write numerical formulas in their notes.
I’m happy to announce that Inkdrop can support Math syntax with new plugin: markdown-math. You can easily install this plugin from terminal(macOS) or command prompt(Windows) as following:ipm install markdown-math
You probably don’t know ipm
command, but don’t worry. Inkdrop has already installed it in your system automatically (except Linux). You can learn more about ipm
here: http://docs.inkdrop.app/manual/extend-inkdrop-with-plugins
Note that you are using the latest version of Inkdrop before install it!
How to use
This plugin adds new syntax support to Inkdrop’s editor. You can write equations using LaTeX syntax in your note like this:```math\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15} ```
or
$$$
\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}
$$$
The first example will be syntax-highlighted with the LaTeX statement in the editor. It will be rendered in the preview pane as:
You can also write equations with inline:
$\int_0^\infty \frac{x^3}{e^x-1}\,dx = \frac{\pi^4}{15}$
It will produce:
Let’s try it on your PC😎
—
Download now: https://www.inkdrop.app/
Send feedback: https://github.com/inkdropapp/forum/issues
Contact us: contact@inkdrop.app
Twitter: https://twitter.com/inkdrop_app