lukesmurray / linked-notes-vscode

vscode extension for taken Zettelkasten inspired markdown notes.
https://marketplace.visualstudio.com/items?itemName=lukesmurray.linked-notes-vscode
0 stars 0 forks source link

rename title in frontmatter renames subtitile #59

Closed lukesmurray closed 4 years ago

lukesmurray commented 4 years ago

I renamed a file to Semantic Actions and the title front matter didn't correctly.

Got

# subtitle: TODO fill in a subtitleSemantic Actions

Expected

# subtitle: TODO fill in a subtitle
title: Semantic Actions

My guess is the regex for title: should be checking for a new line.