mgmeyers / obsidian-contextual-typography

GNU General Public License v3.0
163 stars 9 forks source link

Add support for Leaflet plugin #8

Closed kepano closed 2 years ago

kepano commented 2 years ago

Obsidian Leaflet is a plugin that enables users to embed maps. It has a similar usage as Dataview but is not yet supported by Contextual Typography.

Example notation:

```leaflet
id: test```

It seems that Leaflet blocks are not being picked up in the data-block-language. Currently they render only as el-pre elements.

The screenshot from dev tools below compares Leaflet first and Dataview second:

Screen Shot 2022-01-09 at 3 14 11 PM
kepano commented 2 years ago

I am not sure what happened but this issue resolved itself — perhaps I needed to reload plugins or something?