Hello,
on the Screenshots at the Webpage i see a Note which was created like a Table.
How can i do that? I did not found a description.
I am using MacOS and iOS Version of Joplin
Thx for Help
Kai
Hello,
on the Screenshots at the Webpage i see a Note which was created like a Table.
How can i do that? I did not found a description.
I am using MacOS and iOS Version of Joplin
Thx for Help
Kai
The markdown used by joplin is this one
Colons can be used to align columns.
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
There must be at least 3 dashes separating each header cell.
The outer pipes (|) are optional, and you don't need to make the
raw Markdown line up prettily. You can also use inline Markdown.
Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
1 | 2 | 3
Ah, thank you, it is working
Kai
If it's ok for you do not hesitate to tick the resolved checkbox so that we could see the question is solve
Sorry, Iām not very familiar with forums
Kai
no problem take your time
How to add color in a table header in Android version, anyone will explain????
@MirzaAmmar welcome to the forum.
You can use HTML to change the colour of table elements on a per note basis. The below screenshot shows HTML to change the header text colour. The below picture is of the desktop version but it displays on mobile as well.
Android Screenshot
By the way, in future if you have a question that is only slightly related to a very old post it is probably better to ask a new question in a new post than ressurect the old post.
How can I create an empty table?