mgmeyers / obsidian-smart-typography

Converts quotes to curly quotes, dashes to em dashes, and periods to ellipses
GNU General Public License v3.0
241 stars 11 forks source link

Request: Skip the closing quote #57

Open taronull opened 1 month ago

taronull commented 1 month ago

Currently, a quote in front of a closing quote inserts another one:

“|”
“foo|” 
“foo”|” 

Instead, it should skip the closing one. This is the default Obsidian behaviour.

“|”
“foo|” 
“foo”|