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

store each note's state as key-value pairs #44

Open
maoschanz opened this issue May 26, 2020 · 1 comment
Open

store each note's state as key-value pairs #44

maoschanz opened this issue May 26, 2020 · 1 comment

Comments

@maoschanz
Copy link
Owner

maoschanz commented May 26, 2020

like

title=the note title
x=500
y=500
width=200
height=120
color=255,20,130
hidden=false
font-size=12

instead of parsing a single line to split it according to ; symbols

(drawback: maybe think about retro-compatibility of that code!)

@maoschanz
Copy link
Owner Author

maoschanz commented Jun 6, 2020

(maybe think about retro-compatibility of that code)

version 21 should be used as a transition (the "title" line will be empty)

@maoschanz maoschanz pinned this issue Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant