We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue is mostly notes for actually porting this feature over.
The "blocks" feature is in the dropdown for "split _ by _", but is not functional.
Our split:
Snap--Build-Your-Own-Blocks/src/threads.js
Line 4222 in 0c8503b
Snap! split handling "blocks" option: https://github.com/jmoenig/Snap/blob/5937085ed8c0837f82d7372d1eb938ae7fc07362/src/threads.js#L5128
This feature both turns ringified scripts into a list of blocks, it also can turn a Lisp-y string into a list of blocks.
The "data" block (aka "length of _") in Snap can now turn blocks into text/lines.
Our "data" block:
Line 1900 in 0c8503b
Snap! "data" block with "lines" option: https://github.com/jmoenig/Snap/blob/5937085ed8c0837f82d7372d1eb938ae7fc07362/src/threads.js#L2258
The "join" block in Snap can now turn lists of blocks into scripts and Lisp-y text into blocks
Ours?:
Line 4144 in cc80bc7
In Snap: https://github.com/jmoenig/Snap/blob/5937085ed8c0837f82d7372d1eb938ae7fc07362/src/threads.js#L5015
The text was updated successfully, but these errors were encountered:
It may be helpful to do a diff on https://github.com/jmoenig/Snap/tree/dev and jmoenig@5937085
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This issue is mostly notes for actually porting this feature over.
The "blocks" feature is in the dropdown for "split _ by _", but is not functional.
Our split:
Snap--Build-Your-Own-Blocks/src/threads.js
Line 4222 in 0c8503b
Snap! split handling "blocks" option: https://github.com/jmoenig/Snap/blob/5937085ed8c0837f82d7372d1eb938ae7fc07362/src/threads.js#L5128
This feature both turns ringified scripts into a list of blocks, it also can turn a Lisp-y string into a list of blocks.
The "data" block (aka "length of _") in Snap can now turn blocks into text/lines.
Our "data" block:
Snap--Build-Your-Own-Blocks/src/threads.js
Line 1900 in 0c8503b
Snap! "data" block with "lines" option: https://github.com/jmoenig/Snap/blob/5937085ed8c0837f82d7372d1eb938ae7fc07362/src/threads.js#L2258
The "join" block in Snap can now turn lists of blocks into scripts and Lisp-y text into blocks
Ours?:
Snap--Build-Your-Own-Blocks/src/threads.js
Line 4144 in cc80bc7
In Snap: https://github.com/jmoenig/Snap/blob/5937085ed8c0837f82d7372d1eb938ae7fc07362/src/threads.js#L5015
The text was updated successfully, but these errors were encountered: