Maciej 'maQ' Kusz
Maciej 'maQ' Kusz
Hi, I'm the author of [mkdocs-publisher](https://github.com/mkusz/mkdocs-publisher) project that contains multiple plugins. Some of them can be used separately, but some of them can work in cooperation. It's easier to test...
Currently, when icons are added to a new icon pack, icon name looks like this: `:icon-pack-name_icon-name:`. Delimiter is an underscore `_`. If you want to publish a note using [Material...
Obsidian.md creates links to other markdown files by using URL quotation so instead `[Link to a file](link to a file.md)` we will see `[Link to a file](link%20to%20a%20file.md)`. If we remove...
In `pub-social` plugin inside `on_markdown` method add buttons with the ability to share with various social platforms.
### Feature description Add support for internal links preview on mouse hover ### Project plugin - [ ] pub-blog - [ ] pub-debugger - [ ] pub-meta - [ ]...
### Feature description Advanced syntax of Obsidian.md flavored Markdown allows adding MathJax (block and inline) by using $$ opening and closing symbols. Example: ```markdown This is an inline math expression...