yoshistabber / anymemo

Automatically exported from code.google.com/p/anymemo
GNU General Public License v2.0
0 stars 0 forks source link

Unable to spread information out in small table format #355

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. I'm trying to create a small table for Russian adjective endings, with this 
format:
    M  F  N  Pl
  N -  -  -  -
  A -  -  -  -
  G -  -  -  -
  P -  -  -  -
  D -  -  -  -
  I -  -  -  -

Each dash is followed by 1-3 characters, all this easily fits on the screen.  
Since I've never read anything in the anymemo materials about tables or 
columns, I originally just added spaces to try to more or less line up the 
entries in columns, but unfortunately in HTML mode extra spaces are ignored, so 
the columns come out very uneven.  (I use HTML mode so I can underline the 
accented vowel, bracketing it with <u> and </u>.)

2.  Then I tried adding <t> markers for inserting a tab, but that didn't work.

3.  Next I tried HTML table formatting, using <table>, <tr>, <td> and their 
respective codes for ending the table, row, and cell entry.  These don't seem 
to work in anymemo.

4.  For this card I've turned off HTML and can add extra spaces to mimic 
columns, but I wonder whether you have some way to implement columns, or tabs.

What is the expected output? What do you see instead?

Expected output: even columns.
Result obtained: no columns, everything run together.

What is the AnyMemo version (E.g 8.999.1, 9.0, 9.1.1)?

AnyMemo Pro 10.7.1

What is your Android phone model?

HTC One M7

What is your Android version?

5.0.2

Original issue reported on code.google.com by caviness...@gmail.com on 9 Jul 2015 at 3:07

GoogleCodeExporter commented 8 years ago
Thank you for your suggestion. I do have a plan to not using TextView to 
display HTML in AnyMemo. It is way too limited. I will try to use Android 
WebView to embed browser in card area. This way, the capability of HTML 
rendering will be much much better.

Original comment by mrlhwlib...@gmail.com on 12 Jul 2015 at 2:54