You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A pattern that has proved very useful in Scroll is blocks. We can upstream that to the Particles libary.
Blocks are, sequences of particles separated by blank particles.
this is
a block
and this is another block
Some methods might be:
get blocks() {}
We could also add block parsing logic to Parsers. The default would be all parsers in scope for all blocks. But then we could have something like blockScope 0, for top matter blocks, etc
The text was updated successfully, but these errors were encountered:
A pattern that has proved very useful in Scroll is blocks. We can upstream that to the Particles libary.
Blocks are, sequences of particles separated by blank particles.
Some methods might be:
We could also add block parsing logic to Parsers. The default would be all parsers in scope for all blocks. But then we could have something like
blockScope 0
, for top matter blocks, etcThe text was updated successfully, but these errors were encountered: