mirror of
https://github.com/obsidianmd/obsidian-maps.git
synced 2026-07-22 13:10:24 +00:00
No description
| examples | ||
| images | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| AGENTS.md | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
Note
Requires Obsidian 1.10.0+. This project demonstrates the new Obsidian Bases API that allows plugin developers to create new view types.
Map view for Obsidian Bases
Adds a map layout to Obsidian Bases so you can display notes as an interactive map view.
- Dynamically display markers that match your filters.
- Use marker icons and colors defined by properties.
- Load custom background tiles.
- Define default zoom options.
See the full documentation on the Obsidian Help site.
