• 7 Posts
  • 31 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle


  • Quick note here, since you might be confused about something. KleverNotes let’s you organize and Edit your note within the app, you can’t just open a random Markdown file with it, it’s not a “just” an editor. You can always navigate your storage from your prefered file manager and find your note file in there, but I’m not sure that it’s the best way to use the app.

    I’m more and more considering a standalone markdown editor, we’ll see…

    With that said, what don’t you like about Marktext ? I might learn from it :-)














  • Thanks you for wanting to give it a try, and also to explain the issue clearly without being agressive, that really nice to see.

    Klevernotes is a new project (± 1 year old) and doesn’t have a package right now (working on flatpak). So it’s pretty normal to not find it in Discover nor apt.

    You guessed it right, you need to compile the project to test it.

    I can try to guide you on how to use kde-src build to build klevernotes, but that might be a bit overkill since it will build every dependencies (useful for devs, a bit less for user). Or I can let you know when the flatpak is ready.



  • I can understand the use case for WYSIWYG and I have thought about it many time, but I have not found a good enough solution to integrate it into the app.

    At the beginning, I made the choice to use the Markdown format for a pretty selfish reason. This was just a private project for me to learn both C++ and markdown. Now that it kind of got out of hand in that regard (I’m pretty happy about it), I really don’t regret Markdown.

    Your note are stored directly on your drive in a markdown file, which mean that, if for whatever reason you want to open it outside of the app, you can, without any issue.

    Now, for the editor/preview. Both can be disable (not at the same time), so you can just focus on the editor, or just focus on the final result. You can also just print your note as a Pdf, I’ve wrote some school project paper like this lol.

    I hope it makes sens, it’s a bit early here, let me know if you want more info :-)