Greetings, We would like to create some text editor for our clients in our software. We would like to have a simple options like: bold, underline, italic, hyperlink. Then i would like this message to be saved in db as xaml and then just bind the xaml string to my Content Control. The xaml can be as follows:
<TextBlock>
<TextBlock.Text>
<Hyperlink NavigateUri="http://somesite.com"/>
Click here to go to somesite.com
</TextBlock.Text>
</TextBlock>
Is there any free editor for this purspose? How can I parse the string to be saved in appropriate, correct XAML.