[tw5] Interact with content in view mode

Hi all,

I wondered if any of you have experimented with interaction with content in view mode? I am mainly thinking of hightligheted text, some examples:

  • make the highlighted text into a link

    • e.g., I highlight the text this is a test in view mode, use a keyboard shortcut or button, and the text in the tiddler is replaced with [[this is a test]]
  • reformat the highlighted text

    • e.g., I highlight the text this is a test in view mode, use a keyboard shortcut or button, and the text in the tiddler is replaced with this is a test
  • replace the highlighted text with a macro

    • e.g., I highlight the text this is a test in view mode, use a keyboard shortcut or button, and the text in the tiddler is replaced with <<customMacro “this is a test”>>
  • create a new tiddler from the highlighted text

    • e.g., I highlight the text this is a test in view mode, use a keyboard shortcut or button, and a new tiddler is created in the background with timestamp as title and this is a test as content
  • create a new tiddler from the highlighted text

    • e.g. , I highlight the text this is a test in view mode, use a keyboard shortcut or button, and a new tiddler is created in edit-mode with this is a test as title

Any thoughts?

Best regards,
Anders