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

Spreadsheet / Grid style editor for Wavedrom #91

Open
maxslug opened this issue Apr 7, 2023 · 2 comments
Open

Spreadsheet / Grid style editor for Wavedrom #91

maxslug opened this issue Apr 7, 2023 · 2 comments

Comments

@maxslug
Copy link

maxslug commented Apr 7, 2023

Hi @drom I have a very rough proof of concept around a grid-style editor.

My vision is this:

  • Ability to edit JSON or Spreadsheet live at the same time
  • Ability to see data for all signals in columns to make it easier to edit
  • Less typing

Here is the proof of concept I cooked up : https://maxslug.github.io/wavedrom.github.io/grid_edit.html
See master...maxslug:wavedrom.github.io:grid-edit-poc for the code. I'm using https://github.com/olifolkerd/tabulator as the GUI.

Notes:

  • This is very rough, I've only gotten some basic functionality in it
  • I need to get the Code editor working again
  • I don't have two-way edits working yet
  • Lots of TODOs
  • This is the first time I've touched JavaScript since the 90's 😆

The issue here:

  • Looking for feedback, help, adoption, advice to make this production worthy for Wavedrom users
@drom
Copy link
Member

drom commented Jul 16, 2023

Looks interesting. I am old-school. I rather type some "code" then touch the mouse.
It reminded me of similar idea: Highlight part of diagram, that pointed by source cursor (and selection).

@nopeppermint
Copy link

would be nice to have a possibility to load existing json files

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