Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrary Properties #465

Open
dustinlacewell opened this issue Dec 13, 2018 · 4 comments
Open

Arbitrary Properties #465

dustinlacewell opened this issue Dec 13, 2018 · 4 comments

Comments

@dustinlacewell
Copy link

Hello. Nice tool. I think it is really neat.

I wrote a build system for TADS3 called t3sketch, https://github.com/dustinlacewell/t3sketch which used draw.io diagrams as source data. My code generation is pretty fancy but I do not like using draw.io as my map editor. Currently, I am working on a version of t3sketch to consume the XML from Trizbort. I'm really happy with how it is coming along. However, currently, I'm abusing the description attribute of rooms to store arbitrary data inside which I parse later. Argh, this work but it just feels horrible. And since the description is shown when hovering over rooms this is really uncomfortable.

What are the chances that rooms can grow some more functionality? I am thinking a new pane on the room editor which features an a key - value editor. You can add new rows, or delete existing ones. It would map a single-line string field to a multi-line string field. With as many as I'd like. Boy, if I had that, I would be able to fully utilize Trizbort for it's UI editing features in t3sketch.

What do you think?

@JasonLautzenheiser
Copy link
Owner

That sounds like an interesting idea. I'll look into it a bit more.

@github-actions
Copy link

Stale issue message

@dustinlacewell
Copy link
Author

You can do it!!

@MidiHax
Copy link

MidiHax commented Mar 3, 2021

Pull request for similar functionality is here !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants