mirror of
https://github.com/ccmdi/obsidian-map-plus.git
synced 2026-07-22 06:43:14 +00:00
No description
| images | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Map+
A performant and customizable map layout for Obsidian Bases. This plugin functions similarly to the official Maps plugin, but is more performant for big vaults, adds extensibility with a tag hierarchy, adds thumbnail support to locations, and allows more customizability in general.
Usage
Setting up coordinates
Option 1: Use global frontmatter keys
In plugin settings, set:
- Latitude key (e.g.,
latorlocation[0]) - Longitude key (e.g.,
lngorlocation[1])
These will be used as the global default.
Option 2: Use a coordinates property in your base
In your base view options, set the "Coordinates property" to a property containing coordinates.
The property value should be either:
- A list:
[latitude, longitude] - A string:
"latitude,longitude"
Customizing tags
In plugin settings under "Tags":
- Click "Add" to create a tag customization
- Choose a tag from your vault
- Pick a color and optional icon
- Drag tags to reorder priority
Higher tags take precedence in locations with multiple tags.

