This page is part of a static HTML representation of the TiddlyWiki note at: https://tiddlywiki.com/#insertbefore Operator (Examples)

insertbefore Operator (Examples)

23rd February 2022 at 12:44am

These examples use the following predefined variables:

  • before-title: Friday
  • missing-title: Yesterday

[list[Days of the Week]insertbefore[Today]]

[list[Days of the Week]insertbefore[Today],[Tuesday]]

[list[Days of the Week]insertbefore[Today],<before-title>]

[list[Days of the Week]insertbefore:before-title[Today]]

[list[Days of the Week]insertbefore[Today],<missing-title>]

[list[Days of the Week]insertbefore:missing-title[Today]]