dvorka / mindforger

Thinking notebook and Markdown editor.
https://www.mindforger.com
GNU General Public License v2.0
2.26k stars 137 forks source link

"------" like notebook filename for non-English language #966

Open dmitryvakulenko opened 5 years ago

dmitryvakulenko commented 5 years ago

I try to make new notebook named in Russian and it get filename like "-------.md". This is very comfortless and I even can't change it. screenshot from 2019-02-14 14-43-02

dvorka commented 5 years ago

@dmitryvakulenko obviously you are right Dmitry! I want to make ASCII valid name (lower 128) to avoid any problems w/ unusual characters (I'm Czech and my name is Dvořák BTW). Are you developer? If so, would you have any suggestion for Russian language to Latin translation - even non-technical, what works best?

dmitryvakulenko commented 5 years ago

I see two possible solutions

  1. Made edit file name ability
  2. Yes, made transliteration for non-latin languages. Sorry, I can't suggest specific library, I don't use C++ for a long time.
enneamer commented 2 years ago

I am encountering this issue as well. I hope the file name can be specified directly. Maybe this can be an advanced feature in the configuration file. I am using Chinese and even transliteration can cause great ambiguity. Maybe it is better to trust the user's operating system to handle file names of their own languages well.