MaxLap / standard-notes-indent-editor

A simple text editor that makes it easy to write and read nested notes in https://standardnotes.org/
GNU Affero General Public License v3.0
49 stars 2 forks source link

Block quote support #12

Open shompoe opened 4 years ago

shompoe commented 4 years ago

Another idea would be to add block quote support.

So instead of "> " being an un-ordered list it denotes a block quote, providing better compatibility with markdown. The editor would dim the "> " symbol, darken the text that comes after it and draw a vertical line between the two.

What do you think?

MaxLap commented 4 years ago

Hello, I can see that as being useful to some, but I have not personally needed this.

Honestly, it's not clear to me what the point of the vertical bar would be. In markdown, when you try to copy-paste, you can copy just the text, but IndentEditor, being focused on plain text, you will still copy the >.

I'll keep this in mind if I ever feel like just hacking on the editor, but it's not a need for me.