Jonny

Results 6 issues of Jonny

Is this possible? I'm displaying a tooltip for elements and because it doesn't scale/move with the svg, I'd like to dismiss it when those events are fired. At the moment...

help wanted

Do you plan to support relative urls? This would require some sort of project configuration to set the base url, but if you look at how SideBarEnhancements handles it, you...

Is it possible to whitelist certain files or folders? For example, I'd like to use the [Header paragraph style](https://github.com/Pseudonium/Obsidian_to_Anki/wiki/Header-paragraph-style) without having the regex attempt to match everything in my vault.

I'd like to be able to use either the Remnote or Neuracache syntax in a manner that generates a cloze deletion for both parts. For example, I typically create cards...

There's a [Auto Picture-in-Picture Sample](https://googlechrome.github.io/samples/auto-picture-in-picture/index.html) page but it's not currently working (I'm on `Chrome 81.0.4044.129 (Official Build) (64-bit)`). Was this feature removed or am I missing something?

I can successfully return ACF block data by defining a fragment. For example, given a block named **Example**: ```gql query page { page(id: "/example-page/", idType: URI) { blocks { ......