Frederik De Bleser
Frederik De Bleser
None of it needs to be realtime. We can just pass the frame we want to export as a URL parameter, e.g. https://seed.emrg.be/view/SKETCH_ID_HERE?seed=ABC&frame=5 Then do this repeatedly for every frame.
Thanks for the change, but this is not exactly what I meant. There are no fixed names called ":site" or ":one", these are just example variable names, like "foo" or...
I agree, sometimes it's difficult to think of a name because there will be only one of those things. That's why we use the "one" or "site" placeholder name. However,...
Huh why? Is this a regex thing?
@kunal-mohta I appreciate the work, but it's not ready yet: the ordering still needs to happen and some of the code is a bit sloppy (ie. double equals instead of...
Actually we just need to check all references we encounter during parsing. We don't need to run the code "normally" at all. Give it a try if you want!
No idea. @stebanos ?
Alternatively, instead of doing this during the compilation pass, it could also be done in a validation pass, that quickly goes over the document and checks for lines that start...
@kunal-mohta Please read my note at https://github.com/nodebox/seed/pull/42/files#diff-d85c7ecdc144ac4aec3ee7a0b24c3f9fR437
CodeMirror is now integrated but we need to write our own *mode* for the Seed syntax. Seed itself doesn't have very many keywords, it's more a base structure of a...