mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 04:17:21 +00:00
Introduce a PageMacros tiddler containing a tabs macro
This is a hacky way of having macro definitions that behave as if they are global to the wiki. The new tabs macro itself is cool, though: neatly encapsulates most of the gubbins around a tab control, and the rendering is quite easy to style.
This commit is contained in:
8
editions/tw5.com/tiddlers/samples/TabsExample.tid
Normal file
8
editions/tw5.com/tiddlers/samples/TabsExample.tid
Normal file
@@ -0,0 +1,8 @@
|
||||
title: TabsExample
|
||||
tags: samples
|
||||
|
||||
Here is an example of the tabs macro:
|
||||
|
||||
<<tabs "Docs WikiText Features RoadMap" "WikiText" 1>>
|
||||
|
||||
<<tabs "[tag[tips]]" "GoogleChromeTips" 2>>
|
||||
Reference in New Issue
Block a user