Jeremy Valentine
Jeremy Valentine
Specifically, the Obsidian Admonition plugin just extends the `hypermd` language mode. This issue occurs in a codeblock set to that language.
What are you doing when this occurs? Just panning? Can you try two things for me: 1. Add `verbose: true` to the code block 2. Please show me your code...
Is this still occurring?
> dataview queries directly into leaflet! Yes, I would love this, but it will require [this issue](https://github.com/blacksmithgu/obsidian-dataview/issues/374) to be closed which I have had open for months. I will think...
I actually did make the plugin for images first, but feedback for real-world usage has driven a lot of the development. Some of these issues have come up because I...
One advantage - exclusions. Imagine: `query: tag:tag1, -tag:tag2, path: Folder/Folder 2`
This is not feasible until https://github.com/obsidianmd/obsidian-api/issues/22 is complete.
I’ll take a look - markerTag and markerFolder should be updating any markers when a file associated with them changes. GPX and GeoJSON does *not* register file watchers, although I...
Hmm, I see the markers correctly in Adobe Acrobat and Chrome (both on Windows). Could you try a different PDF viewer? [Map Testing.pdf](https://github.com/valentine195/obsidian-leaflet-plugin/files/6392017/Map.Testing.pdf) Edit: I realize if it is your...
So my guess is PDFjs doesn't like the `clip-path` and the `mask` being urls, which is why they export as rectangles. The clip-path gives the SVG the base layer shape,...