With the upcoming(eventual) rollout of this editor to the wiki side, may want to try doing it via HTML as there were(and may be) issues with using Textile to make the tables. As an aside, IMO, HTML allows a more robust customization anyhow.
I am somewhat surprised that the editor rollout for the main site hasn't happened yet. Based on things from the Email back and forth, my impression was that it was very close.
Edit: actually, it appears to be there now. I wonder if there is any connection to the issues we're having today.
If you used texttile to create tables you will have some issues if you switch over the CKEditor and try to edit those pages. Basically, you will need to recreate the tables. Not a big deal for small tables, but a possible pain for larger tables.
There is a reason I have a test campaigns so that I can always try out changes on that fake campaign before implementing it in my real one.
Comments
Found what I was looking for: http://redcloth.org/textile/page-layout/#tables
Is there more advanced options for tables that can be used?
Ideally looking to force cell width and height with the objective of making a calendar.
You can use html to do that or textile
with textile using the width:14% was one way
|_^={border:1px solid black;width:14%}. Sunday |_=^{border:1px solid black;width:14%}. Monday|
That produced you something like what is in the link below.
http://geek-the-mage-first.obsidianportal.com/wikis/calendar-may-2072
If you want to do it using html that a look here.
http://www.w3schools.com/html/html_tables.asp
They are among us!
XCom: Defiance - Campaign of the Month November 2016
With the upcoming(eventual) rollout of this editor to the wiki side, may want to try doing it via HTML as there were(and may be) issues with using Textile to make the tables. As an aside, IMO, HTML allows a more robust customization anyhow.
~Weasel0
A Parade of Black | ShadowRunHack |
Where I play with CSS code
I am somewhat surprised that the editor rollout for the main site hasn't happened yet. Based on things from the Email back and forth, my impression was that it was very close.
Edit: actually, it appears to be there now. I wonder if there is any connection to the issues we're having today.- Kallak
It went live?
Unconquered Kingdoms, July 2016 CotM
Looks like it is now live. Check under the Advanced area of the Settings tab.
- Kallak
A warning:
If you used texttile to create tables you will have some issues if you switch over the CKEditor and try to edit those pages. Basically, you will need to recreate the tables. Not a big deal for small tables, but a possible pain for larger tables.
There is a reason I have a test campaigns so that I can always try out changes on that fake campaign before implementing it in my real one.
They are among us!
XCom: Defiance - Campaign of the Month November 2016
+9000 to this warning(as repeated earlier)
~Weasel0
A Parade of Black | ShadowRunHack |
Where I play with CSS code