- "cpl.readme": "\\define baseURL() https://wikilabs.github.io/editions/bundler/#\n\n\\define link(text tid) <$link to={{{ [<__tid__>slugify[]] }}} ><<__text__>></$link>\n\\define extLink(text tid) <a class=\"tc-tiddlylink-external\" href={{{ [<baseURL>] [<__tid__>slugify[]] +[join[]] }}} rel=\"noopener noreferrer\" target=\"_blank\"><<__text__>></a>\n\n\\define .xL(text tid)\n\\whitespace trim\n<$let macro={{{ [<__tid__>slugify[]is[tiddler]then[link]else[extLink]] }}}>\n<$macrocall $name=<<macro>> text=<<__text__>> tid=<<__tid__>> />\n</$let>\n\\end\n\n\\define openControlBundlesTab()\n<$action-setfield $tiddler=\"$:/state/tab-1749438307\" text=\"$:/plugins/wikilabs/bundler/ui/ControlPanel/bundler-config\"/>\n<$action-navigate $to=\"$:/ControlPanel\"/>\n\\end\n\n\\define rightSidebarBundlesTab()\n<$action-setfield $tiddler=\"$:/state/tab/sidebar--595412856\" text=\"$:/plugins/wikilabs/bundler/ui/Bundles\"/>\n\\end\n\n! ~ReadMe\n\n* Documentation and more can be found at: https://wikilabs.github.io/editions/bundler\n* The position of the \"Bundles\" tab can be selected in the <$button actions=<<openControlBundlesTab>> class=\"tc-btn-invisible tc-tiddlylink\">~$:/ControlPanel : Bundles tab</$button>\n* There are 2 version of bundles\n** <<.xL \"Bundle Lists\" \"doc-bundle-lists\">> ... Enabled by default\n** <<.xL \"Filtered Bundles\" \"doc-filtered-bundles\">> ... Have to be activated by the user\n* The filter examples can be live tested, clicking on the number besides the \"export button\"\n* The Bundler can bundled itself and other plugins into a bundle. See: <<.xL \"comment-self.bundle\" \"comment-self.bundle\">>\n* You can create several \"selections\". Those combinations are persistently stored for reuse. \n* Bundle lists can be built up, over time. Just as the TW evolves\n* The \"Enable Import Bundle\" option lets you collect / log imported tiddlers and create a new bundle, for future use.\n* It's easy to add the bundle configuration to the bundle itself eg: \n** If the bundle is named: `tagged-test.bundle`, the filter can look like this: `[tag[test]] tagged-test.bundle`\n* Have a closer look at the ~$:/ControlPanel: Bundles tab for more [[settings|$:/plugins/wikilabs/bundler/ui/ControlPanel/bundler-config]].\n* This plugin only works with TW >= 5.1.18 since we use the \"subfilter\" operator which has been added in 5.1.18\n\n---\n\n''Important:'' This plugin modifies the following core module and / or templates\n\n<ul><$list filter=\"[[$:/plugins/wikilabs/bundler]plugintiddlers[]prefix[$:/core/]] ~[[-- none --]] \"><li><$link to=<<currentTiddler>>><<currentTiddler>><br></$link></li></$list></ul>",
0 commit comments