diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-09-10 10:16:47 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-09-10 10:16:47 -0700 |
commit | 2eb85cb835a4aece7839eba25c0030e9eb186f85 (patch) | |
tree | 62f950adfccbc43ace0308ad528c0b21a75c26e5 /README.md | |
parent | 5f46006e8da1d51a66291f25a2bc75959ec81efd (diff) |
Updating README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -240,6 +240,15 @@ exact versions used for distribution. ## Frequently Asked Questions ## +* **Can I still create cards without HTML formatting? The option for it is gone!** + + Developing Yomichan is a constant balance between including useful features and keeping complexity at a minimum. + With the new user-editable card template system, it is possible to create text-only cards without having to double + the number field of templates in the extension itself. If you would like to stop HTML tags from being added to your + cards, simply copy the contents of the <a href="dl/fields.txt">text-only field template</a> into the template box on + the Anki settings page (make sure you have the *Show advanced options* checkbox ticked), making sure to replace the + existing values. + * **Will you add support for online dictionaries?** Online dictionaries will never be implemented because it is impossible to support them in a robust way. In order to |