mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
Problem: When clicking on a burg/marker that already has a linked note, it would automatically open that note without giving the user any choice. Users need the ability to manually browse/search for a different note. Solution: Show a dialog when a linked note is found with 3 options: 1. "Open Linked Note" - Open the currently linked note (default/fast path) 2. "Choose Different Note" - Browse/search for a different note to link 3. "Cancel" - Close the dialog Benefits: - Gives users full control over note selection - Still makes the common case (opening linked note) fast and easy - Allows re-linking burgs/markers to different notes - Shows the path of the linked note before opening This addresses the need to manually browse even when a note is already linked, while preserving the fast instant-open behavior for linked notes. |
||
|---|---|---|
| .. | ||
| dynamic | ||
| io | ||
| renderers | ||
| ui | ||
| biomes.js | ||
| burgs-and-states.js | ||
| coa-generator.js | ||
| coa-renderer.js | ||
| cultures-generator.js | ||
| features.js | ||
| fonts.js | ||
| heightmap-generator.js | ||
| lakes.js | ||
| markers-generator.js | ||
| military-generator.js | ||
| names-generator.js | ||
| ocean-layers.js | ||
| provinces-generator.js | ||
| religions-generator.js | ||
| resample.js | ||
| river-generator.js | ||
| routes-generator.js | ||
| submap.js | ||
| voronoi.js | ||
| zones-generator.js | ||