I'm working on embedding content in rich editor, but not sure where to start. Iv'e got a bunch of nodes that contains data that i want embedded in other nodes.
Now what i want, is to make a macro, where i can choose one of these nodes, and insert some of the data from them, in the rich editor. For starters it could just be via node ID.
Or maybe just rendering a usercontrol with the macro? if that i possible?
I really haven't worked so much with macro's in umbraco, so i'm kinda lost, is this easily achieved?
Any pointers, or maybe a simple example?
UPDATE:
Just to clearify what im trying... I've got a bunch of nodes, lets call them "EmbeddedContent" Then on my Content Pages, i want to be able to add a macro, that will pull hardcoded data from a selected EmbeddedContent node.
So the only thing the user inputs, is which node to include.
And if possible, i would have it to be dynamic.. so if the EmbeddedContent is changed, i would change in pages where its included aswell.