generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow tag that denotes inline locations to include nested tags #164
Comments
For clarification: how I plan this would work is that the "tag that denotes inline locations" would be able to accept a wildcard (as in other places in Map View), so you could write |
That sounds ideal! Thanks again. |
Added in 3.1.0. |
(rolled back the release because I made a mistake in the process, will hopefully re-release it tomorrow) |
(update: fixed and re-released now) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great if the tag that denotes inline locations permitted there to be nested tags. For example, if the tag is
#locations
then#locations/cities
and#locations/buildings
would both be permitted. At present, if there's anything after the tag at all, it is not recognised. Thanks for your consideration!Original comment below:
Originally posted by @mjknght in #135 (comment)
The text was updated successfully, but these errors were encountered: