Isaac Muse

Results 839 comments of Isaac Muse

Just a small correction, `wcmatch` does not require this, it is the much lesser-used package `backrefs` that was previously used as a dependency for `wcmatch` with the intent to leverage...

> Ahh, that's nice that hatchling supports this via a custom build hook. That's similar to the way you can do it with setuptools + wheel, but with those, you...

Using the dependency might be difficult for OmniMarkdownPreview because the dependency (which I maintain) does not have ST2 support which so far was a conscious move. If someone where willing...

This is not a conflict with BracketHighlighter. This is a conflict with every package that is using the common Python Markdown dependency. As long as OmniMarkupPreviewer continues to import their...

> It means MkDocs gets anchors before Tabbed had a chance to update them. To fix this, either Tabbed should increase its treeprocessor priority, or MkDocs should lower its own...

It looks like Tabs is taking extra effort to produce unique IDs after Toc has resolved its unique IDs, that's why we chose what we did. This is precisely why...

To clarify in case there is any debate on this point, when we introduced IDs in Tabs being created from titles, there was a risk of duplicate IDs, and additionally,...

Snippets has an auto-append feature, but the default requires you to insert at a specific location. So it does not require append, this just seems to be the users preference.

@timvink I have not yet considered adding a figure caption extension. It isn't something I've really need yet. With that said, I see a lot of custom syntax, but I...

MagicLink will do about as good as GitHub does with this specific case (it doesn't capture the last quote). See the example below processed by GitHub, this what MagicLink is...