Hello hello I just released the `alpha35` version ...
# feed
l
Hello hello I just released the
alpha35
version of a TextEditor with AI support written in CMP: Writeopia. In this version: • You can drag and drop images to create notes • Drag and drop images inside a document • Backstack was refactored • Accept AI written content and easily put it in the note. Github: https://github.com/Writeopia/Writeopia - If you like the project, please give us a star! Website: https://writeopia.io/ You can write you notes privately using AI to help you to write. Like in the video example.
K 9
a
whoa thats awesome! I've been working on my own writing app in CfD. What did you use for the rich text editor? BasicTextField has been so problematic for me! To the point where I just ended up writing my own 😛 https://github.com/Wavesonics/ComposeTextEditorLibrary
🎉 1
l
I created an array of
BasicTextField
and I jump from one to another when the line breaks. This makes it easy to add functions like drag and drop
How was the reimplementation of BasicTextField? How did you do it?