decaf-dev / obsidian-note-splitter

Split a note into individual notes based on a delimiter
MIT License
13 stars 2 forks source link

Problem: multi-lines separated with string #10

Closed emisjerry closed 3 months ago

emisjerry commented 3 months ago

Here's my origianl note, the delimiter is ###:

Question 1.

Question 1 description.

---
Answer of question 1.

###
Question 2.

Question 2 description.

---
Answer of question 2.

When i checked on "Using content as title", the plugin responsed error of creating file. It seems like that the whole content become the title, not the first sentence.

It should creates "Question 1.md" and "Question 2.md".

Thanks.

decaf-dev commented 3 months ago

Thanks for finding this. The markdown you posted was helpful in reproducing the issue.

decaf-dev commented 3 months ago

Fixed in 1.1.1