akosbalasko / yarle

Yarle - The ultimate converter of Evernote notes to Markdown
https://github.com/akosbalasko/yarle
MIT License
1.42k stars 81 forks source link

Template tags result in dot underscore at end #507

Closed boardtc closed 1 year ago

boardtc commented 1 year ago

Discussed in https://github.com/akosbalasko/yarle/discussions/504

Originally posted by **boardtc** August 28, 2023 is there somewhere that explains templates? On my test .enex conversions I used the default: ``` {created-at-block}Created at: {created-at}._{end-created-at-block} {source-url-block}Source URL: []({source-url})._{end-source-url-block} ``` which results in ``` Created at: 2020-11-19._ Last updated at: 2020-11-19._ ``` What's the idea of the ._ in between the tag elements resulting in them being at the end like this? They don't look good and look like a bug. I know I can edit the template but I am trying to find out why there are included in the template first?
boardtc commented 1 year ago

I tried the Importer plugin for Obsidian and it imports .enex well and ads .md automatically. But it does not add this really good meta data though the saved file names correspond to last updated,

akosbalasko commented 1 year ago

Hi @boardtc , Thank you for reporting this issue! It's a kinda bug in the default template, no reason to put it there. Just remove it from your template, while I create and release a fix. Cheers, akos

akosbalasko commented 1 year ago

released in 5.5.1