Using Matt Lauber's Aliases plugin and displaying aliases as part of the current tiddler

Hi there,

I haven’t used the Aliases plugin yet, but I like what you’ve done and may just try it… Thanks for sharing your ideas and for the other useful bits others contributed.

I am a big fan of the Edit-CompText plugin because of the context menu that pops up, in edit mode, when typing the [[ hot keys followed by a few characters…

This modification of the plugin’s $:/plugins/snowgoon88/edit-comptext/configtiddler ensures that both matching aliases and tiddler titles show up, which speeds up editing, with whatever alias first comes to mind when typing.

  "template": [{
      "pattern": "[[",
      "filter": "[all[tiddlers]!is[system]] [has[aliases]get[aliases]enlist-input[]]",
      "start": "[[",
      "end": "]]"
      },

Cheers!

3 Likes