Results 91 comments of Jeremy Valentine

> I've replicated this with division and subtraction as well, and confirmed that the behavior doesn't occur in Dice Roller by itself (I actually don't know how to get dice...

It looks like it was removed in a later commit. https://github.com/jmilldotdev/obsidian-frontmatter-tag-suggest/commit/893c810c7472739c279612761995cb239b56652c Btw I’m not the author of this plugin!

Settings Search forces plugin SettingTabs to render when initialized to grab plugin settings to search for, but I don’t see anything at a quick glance through this plugin’s code that...

/skip any cast is due to worker context interop with esbuild

All should be fixed (except the Optional :) ) > This entire file should no longer be requred, we now expose the AbstractInputSuggest interface that, when implemented will serve the...

Going through Leaflet issues and saw this. > 2nd Bonus: Allow us to prevent the opening of the brief window on markers. Leaflet registers itself as a Page preview source,...

@tumbris sorry for the delay Do you have an Inkarnate map I can test this branch with? The code looks good, I just want to see it in action before...

Hey, reminded me to give a little update here. Now that individual dice request their own render in v10, it will be a lot easier to get this implemented.

The plugin uses Obsidian’s API to resolve linksTo / linksFrom: https://github.com/javalent/obsidian-leaflet/blob/866c4d77f672fff9f300306efa255ff3ef58032e/src/renderer/renderer.ts#L989 which then uses Dataview to get the link map. If Dataview’s API changed, I’ll have to resync it.

@kepano I did some testing of this this morning, and Leaflet successfully identifies the file. I looked at the DV cache and this setup is not created as an in-link...