Dyldog / luhman-obsidian-plugin

GNU General Public License v3.0
60 stars 18 forks source link

fix: regex for filename test #42

Closed MrMysterius closed 1 year ago

MrMysterius commented 1 year ago

Fixed Regex to exclude the extension after test for further processing, which would have cause every theoretically valid file to fail test

MrMysterius commented 1 year ago

@Eforen

MrMysterius commented 1 year ago

Since this was still open, I looked into if it was still an Issue.

Yes, it is still an issue, but only if you have strict filenames it will fail. Since it always creates files in the Markdown format even on strict setting, it should account that, so this fix is need and just removes the file ending in the id parsing check completely.

So @Eforen , would you be so kind to merge this.

HaxSam commented 1 year ago

bump