Laverna / laverna

Laverna is a JavaScript note taking application with Markdown editor and encryption support. Consider it like open source alternative to Evernote.
https://laverna.cc/index.html
Mozilla Public License 2.0
9.18k stars 800 forks source link

Laverna swallows my lines #770

Open MarcusCaepio opened 7 years ago

MarcusCaepio commented 7 years ago

Hi,

I want to save my Codes and Configs in Laverna. When I type:

\

"source" => "/[^/]+/[^/]+/[^/]+/(?\<testSuite>[^/]+)/"
\

it swallows the \ and ends up in: "source" => "/[^/]+/[^/]+/[^/]+/(?[^/]+)/"

How do I fix that? Laverna Beta v0.7.1

Regards, Marcus

MarcusCaepio commented 7 years ago

Sorry, have to re-open again. Masking with \ doens't work also