Closed regystro closed 9 years ago
What's your syntax for the datalist?
---- dataentry test ----
description_wiki : **Bold text** Normal text\\ Line 1\\ Line 2
----
Here's the page screenshot:
---- datatable ----
cols : description
----
---- datalist ----
cols : description
----
That's what I get:
I had 3 table related plugins installed but they are all disabled right now. I disabled all non-core plugins indeed.
DokuWiki Version: Release 2014-09-29b "Hrun" Structured data plugin version: 2015-01-04
use this instead:
---- datalist ----
cols : description_wiki
----
My bad. Totally missed this documentation paragraph:
Like the dataentry, the values in the columns can also be formatted by postfixing the column names with the typealias. Like the deadline_dt column above. Another example shows website, as an url is given label the entries in cols with e.g. _url to enable linking in output.
I had a newbie's focusing problem: my dataentry was previously defined, then I discovered the _wiki formatting option but I forgot to add it to the datalist. Thanks man!!
BTW: great and very useful plugin :+1:
While there's a way to include wiki syntax in dataentry:
Once displayed as datatable or datalist, you get this:
**Bold text**
instead of what you get when you visit the dataentry page: Bold textIs there any way to force wiki syntax display in datatable / datalist?
Thank you.