esm7 / obsidian-map-view

Interactive map view for Obsidian.md
MIT License
546 stars 25 forks source link

[Feature request] - In-line tags inserted as list after in-line geolocation link #208

Open jques17 opened 7 months ago

jques17 commented 7 months ago

From what I understand, in-line tags are required to be next to in-line geolocation links.

This works

- [MC-doo](1.32132132,2,231232131) tag:food

This doesn't work

- [MC-doo](1.32132132,2,231232131) 
  - tag:food

The current state of the plug-in

The current tagging system works great for one or two tags. But if the user wants to add "properties" to in-line locations, it will begin to look messy. Here's an example:

MC-doo tag:food tag:food/fast-food tag:food/burger tag:$ tag:food/***** tag: food/american

Proposed solution #1 (First line of bulletpoints)

To improve the readability, would it be possible to designate the first bulletpoint under the location for tags?

MC-doo

Proposed solution #2 (Linebreak continuation)

Another possible solution would be to add a linebreak continuation similar to VBA where you can improve the readability of code by breaking it up with _

MC-doo _

tag:food, tag:food/fast-food, tag:food/burger _ tag:$, tag:food/*****, tag: food/american

esm7 commented 7 months ago

The "first line" option looks very feasible.

jques17 commented 7 months ago

I appreciate the reply esm. I know you're busy. BTW, I found a workaround that works for me. I opted to hide the location and tags under a h5 and used an h4 as a designation for the name. I will leave the closure of this request up to you as others may find it useful. Thank you again.