Diploderma swinhonis, also known as the Taiwan japalure, Swinhoe's japalure, and Swinhoe's tree lizard, is a species of lizard in the family Agamidae. The species is endemic to Taiwan.
- Wikipedia Diploderma swinhonis
In this release, we've added some Markdown renderer plugins, including fretboard guitar, Mindmap, and CSV. We believe the simplicity and the extensibility of markdown can bring more possibilities to you and your workflow. So let's find out more about what we can do with markdown.
We also fixed a long-lasting issue: CodiMD cannot be hosted under URL subpath perfectly. Check PR #1551 for details.
Last but not least, we start standarizing CodiMD API. We drafted List my notes
API in this release. Stay tuned.
Here are some highlights from this release:
Now you can use CodiMD with a…guitar tab?
ASCII Fretboard is a syntax for generating guitar chord and charts SVG for the web. It was first introduced in davidpots/fretboard by @davidpots.
@birdca proposed this integration and soon submitted a pull request for this. We think this is REALLY cool. For those who play guitar and want to take note on CodiMD, you'll love it
Credits to @birdca for bringing this to CodiMD!
For the syntax definition and all available options, please check out the documentation.
With the help of markmap-lib, CodiMD can render Mindmap now.
We added a basic image lightbox to CodiMD. With this image gallery view, you can:
Now you can set code fence language to csvpreview
and preview the CSV as a table.
We use Papa Parse for parsing csv under the hood. You can configure parsing options within braces like: {header="true"}
. Multiple options are seperated by a space. e.g. {header="true" delimiter="."}
. For the all the avaiable options, please use the documentation of Papa Parse as reference.
Here are the contributors in this release, thank you guys for being here and making CodiMD awesome. ❤️