Worldbuilding Maps
unlistedby Johan Book
Adds a bases view layer for world building maps.
Obsidian Worldbuilding Maps
[!WARNING] This plugin is a work in progress and usability might vary.
Obsidian Worldbuilding Maps is an Obsidian plugin that adds a bases view that plots coordinates from your vault notes on an image-based map. It is intended for TTRPG and worldbuilding.
Installation
Add this as a community plugin (when it has become one). Create a new base and pick the type "Worldbuilding Map" and select an image in the "Background Image" field to be used as your map.
Properties
The drawn markers and shapes are based on either formulas or note properties. The recognized properties are the following:
color: Color of marker or polygon. Should be HEX format.coordinates: Amultitextproperty that contains first the x-coordinate and second the y-coordinate. The coordinates are pixels relative to the left upper corner of the map.icon: Lucide icon to be used in the marker. Default islucide-map-pin.region: An SVG path using thedargument.
Example
Below is an example base:
views:
- type: worldbuilding-map-view
name: Map
filters:
and:
- "!coordinates.isEmpty()"
imageUrl: Map/World.jpg
Development
To set up for development:
- Clone this repository.
- Run
npm installto install dependencies. - Run
npm run devto start compilation in watch mode. When you're ready to submit your changes, please open a pull request.
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.