Commit graph

16 commits

Author SHA1 Message Date
isaprettycoolguy@protonmail.com
d2909abdb3 docs: update README for 1.1.9
- "Regions" → "Maps" throughout (map management, data model path)
- add submap linking, map terrain theme, Back button
- add Link submap to drawing tools table with erase-mode note
- update Random Tables panel description (folder tree, filter behaviour)
- update overlay panel: list all toggles; note pencil/layers panel icons
- update source layout (FolderTree, MapModal, SubmapPickerModal, HexSidePanel, etc.)
- tighten Getting Started and Settings table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 15:15:01 -04:00
isaprettycoolguy@protonmail.com
a23a98b982 add token layer: place, edit, and inspect tokens on the hex map
- Tokens placed per-hex link to vault notes; support circle/square shape,
  sm/md/lg size, fill color, optional border color, icon, and description
- TokenInfoModal shows note content (formatted via MarkdownRenderer, images
  included) with jump-to-hex, open-note, edit, and two-step remove actions
- Edit flow reopens TokenModal pre-filled; proxy notes handle multiple tokens
  referencing the same source note
- Icon picker replaced with scrollable palette grid (2-row cap, drag-to-reorder,
  hide/show) in both HexEditorModal and TokenModal; order persisted in settings
- Token layer toggle added to layers menu (default on)
- Fix metadata-cache race on token delete (wasToken check prevents missed updates)
- Token preview rendered inline in TokenModal title row; real-time color preview
  via native input event on color pickers
- Bump version to 1.1.6

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 08:26:20 -04:00
isaprettycoolguy@protonmail.com
2af3b68f8f fix portal warnings: CSS !important, duplicate selectors, hex color, README title
styles.css:
- Remove all !important declarations by increasing selector specificity instead:
  - terrain icon hide: fix competing rule with :not(.duckmage-hide-terrain-icons)
    so the fallback only shows when terrain icons are not already hidden
  - modal size: .modal.duckmage-editor-modal-drag beats Obsidian's .modal rule
  - error border: input.duckmage-input-error beats attribute selectors
  - hidden row: tr.duckmage-row-hidden beats UA table-row default
  - copy cell padding: .duckmage-random-table prefix beats table td defaults
- Merge duplicate .duckmage-icon-option (add position:relative to original)
- Remove duplicate .duckmage-rt-folder-header (first declaration already has
  display:flex and align-items:center)
- Expand #fff to #ffffff

README.md:
- Change title from "Hexmaker" to "Hexmap World Creator" to match manifest.json

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 15:06:16 -04:00
isaprettycoolguy@protonmail.com
f3fe8de36b update README to match current feature set
- Add faction overlay, region overlay, and GM layer (all shipped, all absent from docs)
- Add Quests and Factions to hex editor link sections list
- Add Faction, Region, and Table Link rows to drawing tools table
- Add Overlays and GM layer sections in the detailed Features block
- Add Quests, Factions, and Workflows folder rows to Settings table
- Fix hex orientation default: pointy → flat
- Fix manual install URL: obsidian-hexmaker → hexmaker
- Drop the stale `### encounters` text section from the Hex notes table
- Add Quests and Factions rows to the Hex notes sections table

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 14:37:17 -04:00
isaprettycoolguy@protonmail.com
37c4a866bc auto update links in the random tables 2026-04-04 11:51:53 -04:00
isaprettycoolguy@protonmail.com
e3c42c4dac add images to readme 2026-03-27 17:50:36 -04:00
isaprettycoolguy@protonmail.com
04f1a0ab69 update readme amd license: 2026-03-27 11:28:13 -04:00
isaprettycoolguy@protonmail.com
ee20e0f9f3 update readme 2026-03-23 17:58:50 -04:00
sbuffkin
91e29c8eac
Update README.md 2026-03-23 16:30:38 -04:00
nyxsys
0fcefbff10 docs: add Getting Started section to README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 16:25:50 -04:00
nyxsys
89e6bf98d6 docs: add manual installation instructions
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 16:24:50 -04:00
nyxsys
b3429cf98a docs: update README — rename to Hexmaker, reflect current features
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 16:20:13 -04:00
isaprettycoolguy@protonmail.com
d3774c2911 add random tables along with modal to use them and a page to roll them on 2026-03-10 17:45:55 -04:00
isaprettycoolguy@protonmail.com
9530b7b741 update readme 2026-03-09 21:21:09 -04:00
isaprettycoolguy@protonmail.com
537b5c9245 reorganize code 2026-03-08 14:33:32 -04:00
isaprettycoolguy@protonmail.com
9a4b5d4254 init commit 2026-02-12 19:27:36 -05:00