
MarkInside
macOS / Utilitaires
MarkInside is a math equation, diagram generator that saves the source code into the generated images.
It currently supports:
- LaTeX Math with MathJax
- Mermaid
- Flowchart
- Sequence Diagrams
- Class Diagram
- Kanban
- and more..
- HTML
- More with Templates. Please check our official website for details!
## Single source of truth
Many other apps require you to code in a source file and use it to generate images. This can be quite bothersome for two reasons. One is that you can not ensure that the image you have matches the latest source code. Maybe someone changed the code but forgot to generate a new image. Two, you will have to manage both the source code and the image. If you are putting them inside other files, you may soon lose the connection between the two files.
There is no *.markinside file generated alongside when you save images from code. The images are just the single source of truth. You can simply open them in MarkInside to make changes.
* Some apps or services may compress your images and wipe away the embedded source codes. You can try to save it as SVG or PDF to bypass this issue.
## Live Preview
MarkInside offers you a side-by-side editor, you can see the result as you type or change preferences.
You can adjust windows size and canvas background color, to see how well the output image will suit your use case.
## Use Everywhere
The generated files are just images in PNG, SVG, and PDF. This means you can use them everywhere, without the need for the viewer to support rendering Mermaid, etc.
## Power-up with Blocks & Templates
MarkInside's block-based editor allows you to keep complicated content readable. With a reasonable arrangement of code blocks, you can also make reusable templates to power up MarkInside.
Check the templates we made to see how it works: https://markinside.intii.com/templates
Quoi de neuf dans la dernière version ?
- Fixed a crash.
- Update Mermaid (11.4.0):
- More diagram:
- Quadrant Chart
- Sankey
- XY Chart
- Block Diagram
- Packet
- Kanban
- Architecture
- Support adaptive layout and hand-drawn look for some diagrams.
- Add `$renderingOptions` for HTML mode to get rendering options.
- Support debug rendering for HTML mode.
- Support hiding the side panel.
- Support more menu commands with keyboard shortcuts.
- Tweak cheatsheets for Mermaid and HTML mode.
- Other fixes.
Known issues:
- Curve options for Mermaid flow chart is temporarily removed since it’s not taking effect in the latest version of Mermaid.