Maciej 'maQ' Kusz

Results 7 issues of 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...

question

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...

feature
pub-meta

In `pub-social` plugin inside `on_markdown` method add buttons with the ability to share with various social platforms.

feature
pub-social

### Feature description Add support for internal links preview on mouse hover ### Project plugin - [ ] pub-blog - [ ] pub-debugger - [ ] pub-meta - [ ]...

feature
pub-obsidian

### 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...

feature
pub-obsidian
workaround