Do we have any specific way to you this plugin apply for an embed link.
I mean in my case. I wanna track my trading diary. So i wanna embed tradingview chart from web brownser and then assign many notes for each point to connect to notes in obsidian. can we do that ?
I just had the same problem when using the example from the documentation, i.e., issue getting the image dimensions. While this did not work, the simpler test of Postbag posted in this conversation worked.
Do you have any clue by now how you overcame this issue?
I have read that you should be able to change the marker sizes by playing around with CSS. I got it to work with Font Awesome icons but not with custom images uploaded, is there a way to do that?
I’ve been using leaflet for about a week now for my RPG notes and really enjoy the flexibility it gives me when using the markerTag in my documents. That way being able to reuse groups of markers on different maps for different purposes.
markerFolder: /
markerTag: city
markerTag: region
Using frontmatter like this in a file about a city.
tags:
- "#city"
But there is one thing I have not been able to figure out how to do when using markerTag, and that is to add always-on tooltips.
I was hoping for something simple, like adding “tooltip” to the frontmatter in much the same way as “location” works.
If I add a marker directly on the map I can choose to always display the tooltip. Is there a way to force tooltips from the map-code, frontmatter in my files or in a setting? I would be fine with displaying all of them all the time if it can’t be done on an individual level.
I can set “Default marker tooltip behavior” in settings, but that only affects new markers added directly from the map.
I would even be fine with a CSS snippet overriding the default behavior. I tried to look at the leaflet code, but I could not figure out how to do it.