akosbalasko / yarle

Yarle - The ultimate converter of Evernote notes to Markdown

Home Page:https://github.com/akosbalasko/yarle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Empty Cyrillic tags

dtyugaev opened this issue · comments

When converting notes from Evernote with Cyrillic tags, the resulting MD files contains empty tags. It looks like this:


Created at: 16-07-2015
Last updated at: 16-07-2015
tags: # #

English tags work fine!
yarle version 6.3.0

Yihaa, thank you for reporting me this issue and to let me improve Yarle!

Hi @dtyugaev ,
Could you pls send me an example enex file to reproduce the issue? Thanks a lot!

Thanks! It got better, but now there is a problem with uppercase Cyrillic letters.

Maybe the code should look something like this.
cleanTag = cleanTag.replace(/[^А-Яа-я0-9_/\\-]/g, '')

Hi @dtyugaev ,
Sorry, sorry, my bad, it was late night yesterday. Now I released a fix 6.3.2.

Thank you so much! I checked, now everything is ok. Yarle is a really powerful tool.