MPS-richtext Follow
Hey,
i need the possibility of prose multiline text parts combined with references to other nodes of my project. I have found the mps-richtext plugin, which seems to be exactely what I am looking for. But I could not find any documentation about how to use it...
What I've done:
But what are the next steps? How do I implement a richtext cell? How can I add references to it?
Thank you very much in advance.
Regards,
zappl
i need the possibility of prose multiline text parts combined with references to other nodes of my project. I have found the mps-richtext plugin, which seems to be exactely what I am looking for. But I could not find any documentation about how to use it...
What I've done:
- copied the plugin to the mps-plugins folder
- imported the richtext language
But what are the next steps? How do I implement a richtext cell? How can I add references to it?
Thank you very much in advance.
Regards,
zappl
Please sign in to leave a comment.
You may want to have a look at the mbeddr requirements, documentation or c-comment languages. There you can find various examples. In essence, you have to implement an IWord. This word is a regular MPS concept and thus can hold references to an arbitrary other node.
HTH
Bernd
Something like: mynode.Text.sendText("bla bla string");
HTH