DokuWiki

It's better when it's simple

User Tools

Site Tools


tips:simple_columns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tips:simple_columns [2017-09-03 15:58] – [Description] Michaelsytips:simple_columns [2023-10-08 07:04] (current) – [FAQ] Confirmed compatibility with Jack Jackrum release for Simple Columns 74.102.94.120
Line 3: Line 3:
 ==== Description ==== ==== Description ====
  
-Implementation of columns without plugins.((Implementation of columns with plugin see [[:plugin:wrap|Wrap Plugin]]))+Implementation of columns without plugins.((Implementation of columns with plugins take a look at [[plugin:columns|Column Plugin]] and [[:plugin:wrap|Wrap Plugin]]))
  
 ==== What should be done ==== ==== What should be done ====
Line 85: Line 85:
  
  
 +===== Alternate with AUTO-BALANCED COLUMNS =====
  
 +//Added on 10/04/18 by [[user>lenehey]]://
 +
 +The above tip is great and I really like using this mechanism rather than trying to make someone's plugin work for you.  But there is a much easier HTML mechanism that will auto-balance your columns. I tested this and it works GREAT!  
 +
 +Add the following to ''entities.conf'' in your /conf directory.
 +
 +<code>
 +<col2>  <div style="column-count: 2;">
 +<col3>  <div style="column-count: 3;">
 +</col>  </div>
 +</code>
 +
 +Now simply put ''<col2>'' in front of the block of text you want split into two columns, or ''<col3>'' in front of the block of text you want to split into three columns, and then ''</col>'' at the end of that block of text.
 +
 +
 +===== FAQ =====
 +
 +  * <del>Current compatibility : Does this still work for DK Jack Jackrum? Are there known incompatibilities with future releases of DK (deprecated things)?</del> Simple Columns method works on vanilla 2023-04-04a "Jack Jackrum" but unsure of known issues/incompatibilities.
 +  * The Autobalanced Columns method works on vanilla 2023-04-04a "Jack Jackrum" without noticeable issues, unsure of known incompatibilities.
 +
 +===== Known issues =====
tips/simple_columns.1504447105.txt.gz · Last modified: 2017-09-03 15:58 by Michaelsy

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki