New plugin: Orgmode CM6

Embedded code blocks highlighting

Supported languages: c, c++, css, html, java, javascript, json, php, python, rust, sass, xml

image

@cpbotha If you are still interested.

And also :

  • Use the same font as obsidian
  • Add option to hide the leading stars for custom CSS like:

image

CSS snippet used:

.org-heading.org-heading-1::before {
  content: '✤ ';
}
.org-heading-1::before {
  content: '     ';
}
.org-heading.org-heading-2::before {
  content: '     ✽ ';
}
.org-heading-2::before {
  content: '          ';
}
1 Like