Using Marked 2 with 2 languages
Hi,
I usually write in Italian, sometimes in English. I would like to use Marked 2 with both those languages, but the proofreading setting don't allow me to choose from set of keywords. How can I use a different set when I write in English and when in Italian? Is it possible to locate and enable (read move in, move out form a folder) the setting file with keywords?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 14 May, 2015 01:37 PM
Sorry, that's not currently (easily) possible. The initial defaults are
stored in a text file, but once read it stores them in the user
preferences system.
It would be possible to script a swap with something like this on the
command line:
defaults write com.brettterpstra.marked2 avoidWords -string
"word1\nword2\n"
But like I said, it's not designed for swappable dictionaries in its
current implementation.
-Brett