This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

insertafter Operator (Examples)

 23rd February 2022 at 12:44am

These examples use the following predefined variables:

  • after-title: Friday
  • missing-title: Yesterday

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

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

[list[Days of the Week]insertafter[Today],<after-title>]

[list[Days of the Week]insertafter:after-title[Today]]

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

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