Mermaid version is now at 8.14.0, compared to previous version typora used, it now has:
New requirementDiagram
support, e.g:
requirementDiagram
requirement test_req {
id: 1
text: the test text.
risk: high
verifymethod: test
}
element test_entity {
type: simulation
}
test_entity - satisfies -> test_req
Other improvements, such as erDiagram
can have keys and commands. For more improvements, see https://github.com/mermaid-js/mermaid/releases.
erDiagram
CreativeWork {
TEXT name_PK
TEXT description
TEXT reference_N
}
Now you can now delete original image files from context menu, it will remove image item displayed in your markdown file as well as its original files in local disk. But please ensure no other files using that image file before you delete it from disk.
In previous Typora versions, you move copy images to a given folder, but the original image file will still be kept. This version we introduced “image move”, which allows you to move image from one location to another, update the references in Typora, and delete the original image files at disk.
We are happy to announce that macOS users have a new option to upload their images — Picsee.
Picsee is an image viewer & organizer on macOS.
You could install it from Mac App Store. To configure Picsee to upload your images, please refer this document.
Add a Reload All Images
menu from Format
→ Image
which will clear cache and force reload all images from local and remote websites. Please note that Typora already have a function to auto reload local images, but when it is not working or your images are stored in internet, this Reload All Images
may help you.
When you undo an image copy operation, newly copied image file will also be discard from local disk.
We significantly improved the performance on (newer) macOS when you editing a markdown file contains lots of images.
Following is a sample file contains 85 images at total 72.5 MB:
py
as alias of python
, docker
as alias of dockerfile
for code fences.dart
, python
and sql
.stata
, postgresql
, and hive
.<source>
tag in html
code.title
not displayed for reference link.reveal in sidebar
not working when global search is displayed.Typora is on a MathJax Supporter. Thanks to their great work to bring math functions into many websites and products, one beneficiary of them, is Typora.
“We really appreciate the support provided by Typora,” said Davide Cervone, the lead developer for MathJax. “This support allows us to continue to grow MathJax’s features in version 3.”