Replies: 1 comment
-
I know what you mean, and the docs aren't super clear, but two good things: 1) You haven't hit a block (this is certainly doable), && 2) I think I can help :D You said the following: "Some entries depends on what the previous node is at the cursor.", which translates to:
P.S. Quick Note: I wrote this in a manner that's more understable even though it's more steps: you can technically do it in one or fewer lines surely, but if you're struggling to implement what you've said earlier, then it's likely because you (like I was) are confused about how each method is implemented, where, and what result it gives you. Apart from reading the document, what helped me most was creating a simple editor, writing a line in it, and then literally, experimenting with each of these methods, but specifically learning how to navigate. Ask yourself:
Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
I'm building an editor where inputs are mostly via buttons. Some entries depends on what the previous node is at the cursor. I have search through all Discussions and slack regarding this, but don't see any (they either don't work or doesn't provide enough info).
Please help, thank you.
Beta Was this translation helpful? Give feedback.
All reactions