〽️🔔 Deep copy of selection from tiddler into tiddler in edit mode

46 views
Skip to first unread message

Cd.K

unread,
Oct 8, 2019, 2:37:36 PM10/8/19
to tiddl...@googlegroups.com
I'm going to copy the fist text line of the second tiddler (view/rendered mode) into the first tiddler in edit mode:

08-10-_2019_20-26-07.png


Result:

08-10-_2019_20-31-35.png


I expect a complete copy in the sense of a WikiText object or a message if deep or shallow copying is desired.


''[[5 Markdown Tricks for GitHub e.g. colored text|https://grantwinney.com/cool-markdown-tricks-for-github/]]'' <br/>



Regards
Cd.K
 

TonyM

unread,
Oct 8, 2019, 8:11:29 PM10/8/19
to TiddlyWiki
CDK

Could we put this another way? Your would like to copy the WikiText for the link rather than the rendered link text?

The short answer is no, the full answer is yes, Many ways.

Some quick points
<a href="https://grantwinney.com/cool-markdown-tricks-for-github/" class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">5 Markdown Tricks for GitHub e.g. colored text</a>
  • If you have advanced knowledge you could craft a copy to clipboard button that contains the wiki text, even build it into a macro.
  • You could get really fancy and extract links from a tiddler and display them in a footnote including a copy to clipboard of that links wiki text (or html)
Another firefox plugin copies this to the clipboard

<a xmlns="http://www.w3.org/1999/xhtml" href="https://grantwinney.com/cool-markdown-tricks-for-github/" class="tc-tiddlylink-external" target="_blank" rel="noopener noreferrer">5 Markdown Tricks for GitHub e.g. colored text</a>

Regards
Tony
Reply all
Reply to author
Forward
0 new messages