nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.75k stars 329 forks source link

Feature Request: Vertical Padding for Bullet List Items in Markdown #676

Closed arch-btw closed 3 months ago

arch-btw commented 3 months ago

Hello! 🙂,

Let me start off by thanking you for this application! It's great software and I appreciate your work.

I also have a feature request. I've noticed that in the markdown in Notes, the bulleted lists don't have vertical padding between the individual items in the list. Whereas usually markdown will have this, just to make reading lists easier.

I have made an example of what I mean here, Notes is currently similar to the right side, keep in mind that both sides have the same font and font size:

padding

I just wanted to request this feature but I'm sure you're very busy so if it's not needed or if it takes too much time, I understand.

Thank you!

nuttyartist commented 3 months ago

Hi there!

Notes currently doesn't support rendered bullet list, are you mistaking this for another app? This is how bullet lists are look in Notes: SCR-20240607-boch

There's no plan to render Markdown in Notes - it's all just plain text with Markdown highlighting.

You might want to try Plume (https://www.get-plume.com/), my new note-taking app, which does render Markdown bullet list item items:

SCR-20240607-bowb

You won't need to change a thing since it uses the original database of Notes.

arch-btw commented 3 months ago

Hi :)

Thank you for your reply!

So that's what they are called! Rendered bullet list! 👍 Thank you for letting me know. Yes, that's indeed what I was looking for.

That's good to know that Plume has it. I'd love to use Plume but I usually try to stick with open source. Not because of the cost but for privacy concerns, especially with personal notes.

My bad about the screenshot, I did not mistake Notes for something else, but it was indeed a different app in the screenshot just to illustrate the concept (I had a difficult time explaining it from within Notes).

nuttyartist commented 3 months ago

I get you about privacy concerns. Plume doesn't track anything, tho, most of its code (the code that it shares with Notes) is available as well: https://github.com/nuttyartist/plume-public. There are no analytics in Plume. Only when you purchase a license your purchase data is being used for the payment via LemonSqueezy (the payment provider).

Anyway, let me know if we can close this issue. Thanks!

arch-btw commented 3 months ago

Thank you again! Ok, I'll close it :)