I’am working now on a texteditor for writing poems. It will have an intergrated rhyme dictionary with some cool features. If you write for example a poem with the structure:
a – b – a – c a – b – a – d
And you are currently at the third line. The software will automatically choose the right ending for your rhyme – if it is possible. Means that a line should have been written with the same ending.You have just to click on a button and you have the right dictionary for your current line. It would be cool if this happens automatically, but the dictionary has too many entries.
Another feature is that you can write so called “sketches”. This is just a textbox, where you can write lines, that are not finished. You have a place for ideas.
I want to implement exporting functions for *.pdf and *.txt, maybe some more – lets see. The file format for the project will be *.amo – file.
Also a word-in-word search possibility is planned. Here a screenshot of the first implementation. Some features are still not implemented and it is just a test version for me. It is still buggy, means i have to check all kind of error inputs, that are possible.

I would like to make it international, but i don’t have found a solution in c#. So, i’am experimenting with xml-files.
Nice greets.