Skip to content

1.2.6

Choose a tag to compare

@mugiwara85 mugiwara85 released this 28 Feb 00:56
· 146 commits to master since this release
44e9d8c

New:

  • Option to set colors language specifically. This means, you can customize now (almost) every color for Python, and totally different colors for C. Please read the README
  • Added option to highlight text, not just lines. Please read the README
  • It is possible now to automatically update links, if a file is renamed. Please read the README

Modified:

  • Settingstab reorganized a little, because there are a lot of settings now
  • Every parameter works now with "=" or ":" (Example: hl:7 or hl=7)
  • All sorts of links work now (markdown link, wiki link, normal http or https), BUT they only work if they are marked as comments. You have to mark them as comment according to the current code block language (For example // in C/C++, # in Python etc.). This change was necessary as the processing of the HTML in Reading mode was too resource intensive
  • Fixed indented code blocks
  • Fixed minimal theme incompatibility
  • Moved Copy code and delete code buttons to the header (if it is present)
  • Improved performance in edit mode and reading mode as well
  • Fixed a case where in reading mode the syntax highlighting was incorrect