MerrimanInd / MerrimanInd/drawpyo

Export and import of objectID to value map

Open
#121 0 comments 0 reactions 1 assignee View on GitHub

@ibirothe is already working on this.

Since Jan 9, 2026.

  • #122 by @ibirothe — open
enhancement good first issue help wanted
Dominant language
Python
Stars
412
Forks
48
PR merge metrics
No merged PRs in 30d

Description

Mapping object IDs with their values and saving this map, provides a way to hand redacted diagrams to an LLM/agent to tidy up the layout without exposing sensitive information to third parties.

**Workflow:**
1. Input diagram
2. Save map of ID and value as json
3. Redact diagram by replacing values with placeholders of equal length
(4. Save redacted diagram)
---
1. Input redacted diagram and json
2. Restore values
(3. Save restored diagram)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.