User Tools

Site Tools


dokuwiki_notes

This is an old revision of the document!


useful plugins

plugins I am exploring

plugins I came across

conflicting plugins

buggy plugins

issues reported by me

remove extra line in lists inside table cells

tags | lists inside table cells wrap plugin

When the WRAP plugin is used to create lists inside table cells, an extra line is added at the end of the list. To remove it, add the following to /etc/dokuwiki/userstyle.css .

div.plugin_wrap ul { margin-bottom: 0px; }

The new setting will be picked up automatically when the page is refreshed.

include code in ordered lists

Put the <code> tag on the same line of the item. For example

  • foo
    bar

as opposed to

  • foo
bar

Useful documentation

multiple lines in table cell

Install the wrap plugin and do something like

^ days ^ months ^
| <WRAP>
  * Sunday
  * Monday
</WRAP> | <WRAP>
  * January
  * February
  * March
</WRAP> |
| <WRAP>
  * Tuesday
  * Wednesday
</WRAP> | <WRAP>
  * April
  * May
</WRAP> |

which will give

days months
  • Sunday
  • Monday
  • January
  • February
  • March
  • Tuesday
  • Wednesday
  • April
  • May

Ref:-

Questions to look into

  • Is it possible to persist the breadcrumbs across user sessions? For example, the breadcrumbs are lost if I close the chrome browser and reopen it. Is it possible to preserve them even in such cases?
dokuwiki_notes.1637359530.txt.gz · Last modified: 2021/11/19 22:05 by admin