๐Ÿ”— Codeblock Customizer
This Obsidian plugin lets you customize your codeblocks in editing, and reading mode as well.
favorite
share
by mugiwara
130
14,291
Latest Version
2 months ago
Changelog

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