plaidpowered / kt-grid

Use the Bootstrap grid inside your Kirbytext-formatted content.
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Example for multi-cell row #1

Open timpeix opened 8 years ago

timpeix commented 8 years ago

Hi Paul,

really like this kirby grid extension. Basic syntax as in -- row md 6, 3, 3 -- works fine for me. However, using your multi-cell row as followed doesn’t return proper HTML from the preprocessor:

-- row [xs|sm|md] 12,6,4 --
Content A

---
Content B

---
Content C
-- end --

Could you provide one working example how to properly build multi-cell rows?

plaidpowered commented 8 years ago

Unfortunately I never was able to implement multiple breakpoints, the [xs|sm|md] example you mention is just use of standard unix documentation format to show optional values (you can use xs OR sm OR md).

I've practically abandoned this project due to employment changes, if you'd like to make modifications or even take over, I'd very gladly give you access.

timpeix commented 8 years ago

Thanks for the reply. Unfortunately I don’t have the PHP skill set to continue on this project and will probably fall back to writing straight HTML lines between the markdown to accomplish multiple break points with different cell sizes.