Replies: 3 comments 3 replies
-
I'm still in the early stages trying to prove out feasibility for the different parts of what I'm hoping to make, so I have it as a private repository right now, but yes, ultimately my goal is to create something in a reaction to what I see as a proliferation of a bunch of closed source and/or electron-based applications:
The disclaimer, though, is that it's not going to be strictly a traditional editor. I have a main goal for it and a secondary goal:
If I could accomplish those there would also be a vanilla markdown editor in there, and it could be used as such.
I haven't looked at rendering markdown yet, since it's not strictly necessary for the two goals I have above and also I didn't think it would be a high risk part of the project. I'm using Markdig for parsing and it has a rendering pipeline in it to produce HTML, but I hadn't looked at actually getting that to the screen yet.
If what I described still sounds interesting to you, I can't think of anything that would be better than having the help of someone intimately familiar with AvaloniaEdit, since that's where I've hit the most obstacles in my proof of concept work. I think every other part of the project I'm pretty confident I can accomplish, but I'm pretty new to Avalonia (I'm a WPF refugee, this has been my only experiment so far with Avalonia: https://github.com/mattj23/BookShuffler, a couple days of work about a year ago). If you're interested I'll clean up the repo and invite you to it. I'll have some documentation in there about exactly what I'm hoping to accomplish. |
Beta Was this translation helpful? Give feedback.
-
Thanks you for the info. Some questions. Do you plan to render html?https://github.com/whistyun/Markdown.Avalonia allows to tender markdownn using avalonia controls ... not html. What would you use AvaloniaEdit for? |
Beta Was this translation helpful? Give feedback.
-
@mattj23 I found this thread while doing research for essentially the same goal you have, so maybe we can team up. I'm also new to avalonia, however, so temper expectations accordingly :) |
Beta Was this translation helpful? Give feedback.
-
Hey @mattj23,
I read you're working on a Markdown editor over AvaloniaEdit. Some questions:
Beta Was this translation helpful? Give feedback.
All reactions