Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Leaflet bases

Sara Lilith SlootmakerSara Lilith Slootmaker524 downloads

Interactive fantasy map view inside your bases.

Add to Obsidian
Leaflet bases screenshot
Leaflet bases screenshot
  • Overview
  • Scorecard
  • Updates4

preview

This plugin for Obsidian adds a new bases view: 'Leaflet Map' and a new type of property: 'marker'

Please report any issues you encounter here.

Leaflet bases was developed for three reasons:

  • To leverage the versatility of Obsidian bases
  • Marker data is part of the note it belongs to, not of the map it is shown on
  • To have your maps be available in your online garden using Quartz, there is a separate Quartz plugin for that.

For use with Quartz you'll need the appropiate Quartz plugin. Quartz v5 supports bases but is still in open beta, there is also a Quartz plugin version that supports Quartz v4.

Installation

This plugin currently requires Obsidian v1.11.4 or later to work.

Install via BRAT

  1. Install the BRAT plugin under Community Plugins.
  2. Open BRAT settings and click "Add beta plugin".
  3. Enter the URL of this repository: https://github.com/Requiae/obsidian-leaflet-bases-plugin.
  4. Under "Select a version", choose the Latest version.
  5. Click "Add plugin".

Install via Community Plugins

You can find the plugin here.

Usage

You can find an example vault here.

Adding a map

Using configurations

  1. First you need a base and add a 'Leaflet Map' view. add map
  2. Change the settings as you wish.

Using a code block

You can also embed the base:

```base
views:
  - type: leaflet-map
    name: Map
    mapName: test
    image: assets/Locke.png
    height: 400
    minZoom: -1.5
    maxZoom: 2
    defaultZoom: -1.5
    zoomDelta: 0.25
    scale: "0.2"
    unit: km
```
Setting What it does
Layout type The type of base, don't change this (from Obsidian bases)
- name What the view is called (from Obsidian bases)
Image image The image the map should show. It also accepts wiki links.
Map name mapName Optional identifier for the map. Useful if you want to reuse a note across several maps
Default zoom defaultZoom The zoom value the map opens with
Minimum zoom minZoom How far you can zoom out
maximum zoom maxZoom How far you can zoom in
Zoom stepsize zoomDelta How much you zoom
Scale scale How much to scale the result of the measure tool
Unit unit The unit the measure tool uses (think km, mi, hours)

Technically only 'type', 'name', and 'image' are required for the map view to work. However you'll likely end up using most of the other settings.

Instead of setting mapName in the base, you can also use a bases filter;

views:
  - type: leaflet-map
    name: Map
    image: assets/Locke.png
    filters:
      and:
        - '!marker.filter(value.mapName == "MAP_NAME").isEmpty()'

Adding a marker

Using UI

  1. Add a new marker property to the note you want to have a marker. add marker property
  2. Add a marker using the '+' button that appeared. Fill in the form in the modal and click 'Create marker'. add marker modal
  3. You can add more markers using the '+' button, add markers by clicking the tags, or remove them using the 'x' buttons. edit marker modal

Using source code frontmatter

Ensure that the frontmatter block is the first thing in your note.

---
marker:
  - coordinates: 100, 300
    icon: lucide-tree-pine
    colour: "#039c4b"
    minZoom: 1
  - coordinates: 5, 5
    mapName: mapName
    colour: "#bdf123"
---

Keep in mind that markers are arrays, many code editors automatically add an - when you start a new line. Ensure you only have the dashes where a new marker entry starts.

Setting What it does
Map name mapName If you want this marker to only show for a certain map, set this to the mapname of that map
Coordinates coordinates Where the marker is placed on the map
Icon icon Which icon to use for the marker. Can be any lucide icon.
Colour colour Which colour the marker will be
Minimal zoom minZoom How far zoomed in the map should be before the marker becomes visible

Technically only 'coordinates' is required for the marker to be valid. However you'll likely end up using most of the other settings.

Coordinates can easily be obtained using the 'copy' (📌) tool in the map. Clicking a spot on the map automatically copies the coordinates to your clipboard.

Adding icons to Obsidian

Any icons added to Obsidian using another plugin should work just fine as long as their icons stick to Obsidian's design limitations. However, these icons likely won't work with Quartz.

  1. Go to the Iconify website and find the iconset you want.
  2. Select any icon and find the set prefix. In the image this is game-icons find iconset prefix
  3. Now go to the Iconify Github and find the json file that corresponds to your chosen set. Open it. find iconset file
  4. Download the raw file download iconset file
  5. Open Obsidian. The open your vault settings. Under community plugins, go to Leaflet bases
  6. Under Additional icon sets, find the option to add iconsets and click the button. It will open a prompt where you can select the file you just downloaded. Press open and the iconset has been added!

Alternatives

Leaflet (link)

The OG for Obsidian fantasy maps has to be mentioned. It is no longer under active development and has been in maintenance mode for years.

Zoom map (link)

This plugin is awesome, comprehensive, and feature rich. If you do not wish to use Obsidian bases, your markers to be saved in your notes, nor to host your garden using Quartz then I highly recommend you to take a look at this plugin!

Map view (link)

My inspiration and my frustration, for it does not allow images to be used for your maps, and the workarounds are difficult, not accessible, and tend to break GitHub ToS.

99%
HealthExcellent
ReviewPassed
About
Add a Leaflet Map view to Bases and a 'marker' property type to attach interactive markers to notes. Store marker data inside notes, and embed image-based maps with zoom and scale. Ideal for fantasy maps! Also works with vaults published with Quartz gardens (using a separate Quartz plugin).
BasesPropertiesVisualization
Details
Current version
1.1.8
Last updated
6 hours ago
Created
4 months ago
Updates
4 releases
Downloads
524
Compatible with
Obsidian 1.11.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Sara Lilith SlootmakerSara Lilith Slootmakerrequiae
GitHubrequiae
  1. Community
  2. Plugins
  3. Bases
  4. Leaflet bases

Related plugins

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Life Tracker

Capture and visualize the data that matters in your life.

April's Automatic Timelines

Simple timeline generator for story tellers.

Bases CMS

Manage your notes in bases like a content management system.

TTRPG Tools: Timeline

Timeline-Renderer für Calendarium-Frontmatter (fc-date/fc-end). 200×315 Bild, Callout-Stil, native Popover, mobilfreundlich.

Bases Charts

Bases views for scatter, line, and bar charts.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Mermaid Tools

Improved Mermaid.js experience: visual toolbar with common elements and more.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.