savanto / AnDICT-Android

DICT protocol client for Android.
https://play.google.com/store/apps/details?id=com.savanto.andict
GNU General Public License v2.0
0 stars 1 forks source link

Formatting codes in plain text #1

Closed Michahel closed 6 years ago

Michahel commented 6 years ago

In dictionaries that contain plain text, the following formatting codes are often inserted into the text:

  1. \...\ Italics One back slash character at the beginning and one more at the end of the text should be added to italic text.
  2. {...} Hyperlink The following word will be {hyperlink} when displayed produces.

Hyperlink support is already implemented. Is it possible for the time being to implement support for another formatting code (Italics)?

Example The implementation of this support in the program gnome-dictionary for the dictionary under the title "The Collaborative International Dictionary of English v.0.48", which is on the server dict://dict.org, (or package dict-gcide in Ubuntu).

gnome-dictionary2

savanto commented 6 years ago

Implemented in #2, and released in v1.1.0 on Google Play.