No description
Find a file
2026-05-11 10:59:41 -07:00
examples Fix latlong order 2025-10-02 08:37:06 -07:00
images update image 2025-10-01 09:09:40 -07:00
scripts Bump version 2025-11-23 16:00:11 -08:00
src NFC: Formatting 2025-12-09 15:10:19 -08:00
tests Generate test files 2025-11-21 07:18:05 -08:00
.editorconfig Initial commit 2025-09-24 09:25:12 -07:00
.eslintignore Initial commit 2025-09-24 09:25:12 -07:00
.eslintrc Initial commit 2025-09-24 09:25:12 -07:00
.gitignore RTL support (#46) 2025-11-23 09:47:03 -08:00
.npmrc Initial commit 2025-09-24 09:25:12 -07:00
AGENTS.md add readme details 2025-10-01 09:14:46 -07:00
esbuild.config.mjs Move typescript files into src folder 2025-09-30 10:31:47 -07:00
LICENSE MIT license 2025-09-30 14:50:56 -07:00
manifest.json Update manifest.json 2026-05-11 10:59:41 -07:00
package-lock.json Bump version in package-lock.json 2025-11-24 14:44:43 -08:00
package.json Bump version 2025-11-23 16:00:11 -08:00
README.md Update README.md 2025-11-23 09:08:48 -08:00
styles.css Background switcher and settings (#41) 2025-11-20 13:38:22 -08:00
tsconfig.json Update dependencies 2025-10-01 09:25:48 -07:00
version-bump.mjs Initial commit 2025-09-24 09:25:12 -07:00
versions.json Bump version 2025-11-23 16:00:11 -08:00

Requires Obsidian 1.10. This project demonstrates the 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.

Map view for Obsidian Bases

  • 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.