Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Releases: BlackDragonBE/MarkdownToRWHTMLUnity

Version 1.10

Choose a tag to compare

@BlackDragonBE BlackDragonBE released this 22 Feb 20:30
  • Fixed a HTML > Markdown bug that wouldn't let you convert html files without captions.
  • Fixed some formatting issues
  • Attempt at keeping aspect ratio for WebGL build

Version 1.9

Choose a tag to compare

@BlackDragonBE BlackDragonBE released this 06 Jun 18:33

This release fixes a few bugs and adds a lot of frequently asked features.
The WebGL version has also been updated, although I recommend using a standalone build for the best performance and having all features at your disposal. It's great for a quick test though.

Bug fixes

  • Captions now work as expected in the standalone version, both from and to markdown.
  • The content analyzer actually works now instead of showing an empty black screen!! This checks for British spelling where US spelling is expected (colour vs color), counts the words and checks if the Getting Started and Where to Go From Here? sections are present. This can be accessed by one of the top buttons.

New features

  • Captions can be added to images using a unique markdown syntax. To add an alt (every image needs one) and a caption, add text to the image in markdown in this format, with a pipe between the two: ![ALT TEXT HERE|CAPTION TEXT HERE]
  • There is now an options screen before converting to RWHTML that includes adding a border to all images.
  • There's now a Return to menu button. (thanks to Ben MacKinnon)
  • A test markdown file is now included for a quick glance at how to do stuff for your articles.

Minor technical details

  • This release is built using Unity 2020.3 LTS instead of some version of 2019. This should have a positive impact on performance.
  • I've stripped out a lot of unused default Unity packages like Physics, AI, and some other stuff. I'm not sure if this has an impact on the file size or performance, but at least it made me feel better. shrug
  • I'm using a different WebGL template, because the minimal one I made originally broke, it's not compatible with Unity 2020. I customized this one as well though, so no worries.

Version 1.8

Choose a tag to compare

@BlackDragonBE BlackDragonBE released this 05 Aug 19:29

Added markdown content analyzer to find misspellings, count words, detect missing tutorial parts, etc.

Version 1.7

Choose a tag to compare

@BlackDragonBE BlackDragonBE released this 20 Jul 12:22

Fixed HTML getting formatted when copying to clipboard in standalone builds, this would remove all links. (oops!)

Version 1.6

Choose a tag to compare

@BlackDragonBE BlackDragonBE released this 03 Jul 13:50

First standalone release!

Includes Markdown > RWHTML & RWHTML > Markdown.