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

Display parameters #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Display parameters #25

wants to merge 2 commits into from

Commits on Apr 11, 2020

  1. Update deps

    mlajtos committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    554389d View commit details
    Browse the repository at this point in the history
  2. #24 First draft of displaying parameters

    Handling complex text in SVG is nightmare, so I went with foreignObject, which is non-standard SVG, so SVG export is broken.
    
    Seeing this code after long time (2.5y) is kinda fun. Writing shitty code is so liberating :D
    
    TODO:
    - displaying `id` and `class` for metanodes
    - cleanup (delete unused styles, remove svg export)
    - merge `AnonymousMetanode` and `Metannode`
    - make top-level node a metanode
    - improve tooling, it's so old and quirky (needs TS so bad)
    - make it a webapp – Electron is useless for this kind of thing
    - replace equal sign with colon
    mlajtos committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    17c3271 View commit details
    Browse the repository at this point in the history