πR
Markdown editor without separate preview
Hey, so I'm planing on creating either a WPF or an Avalonia application, that serves as markdown editor (prefered avalonia, because of cross plattform).
The markdown editor should be inspired by Obsidian or Notion, meaning you don't have a separate preview, but instead get the markdown rendered directly "block wise" in the same area where you can type.
I first thought of having a textbox and whenever you press
enter
a new textblock gets rendered with the markdown converted to html for example. When you click on this textblock it gets converted to an editable textbox again.
However with this approach I would loose all the features a single textbox has, like ctrl+z etc.
Anybody has some idea how I could manage the live rendering of markdown?12 replies
❔ Image classification AI / how to start learning AI in c#
Hey
so I have a good knowledge in c# and now wanted to start learning how to develop Artificial intelligence
As a first project I thought of an AI that can classify images. Where could I learn to develop such a thing from scratch?
I already saw that Microsoft hat a tutorial on developing an AI using an already pretrained TensorFlow model, however I would really like to learn doing such things from scratch (so that I can learn how to develop other AIs for other use cases)
29 replies