Try   HackMD

CodiMD 2.2.0 - Diploderma swinhonis

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

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.

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

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.

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Here are some highlights from this release:

Highlights

Fretboard Guitar tab renderer

Now you can use CodiMD with aguitar tab?

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

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

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Credits to @birdca for bringing this to CodiMD!

For the syntax definition and all available options, please check out the documentation.

Mindmap

With the help of markmap-lib, CodiMD can render Mindmap now.

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Lightbox Support

We added a basic image lightbox to CodiMD. With this image gallery view, you can:

  1. Navigate through the images in note
  2. Zoom in/out the image
  3. Drag to move the image to see the detail

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Render csv codeblock as table

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

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.

Enhancements

Fixes

  • Update Simplified Chinese translation and fix typography #1498 @zent00
  • Fix webpack urlpath font loading error #1551 @Yukaii

Thank you

Here are the contributors in this release, thank you guys for being here and making CodiMD awesome. ❤️