[tw5] Re: Use CodeMirror find-in-page functionality outside edit mode

2019-02-22 Thread Pin Tail
Thanks for your reply Tony. But I'm a bit confused. Do any of these options allow me to use a keyboard shortcut to search the content currently displayed on the screen? If you could point me in the right direction I'd be very grateful. On Friday, 22 February 2019 21:56:31 UTC, TonyM wrote: > >

[tw5] Use CodeMirror find-in-page functionality outside edit mode

2019-02-22 Thread Pin Tail
I use TiddlyDesktop to edit TiddlyWikis and handle saving and backups. It mostly works well but one drawback is the inability to use the Ctrl-f "find-in-page" functionality common in web browsers. One partial workaround to the problem is to install the CodeMirror editor plugin and its "Search a

[tw5] Re: Generate numbered list using list-tagged-draggable

2019-02-20 Thread Pin Tail
... > Please BACKUP your TiddlyWiki before using it! > I think it deserves to be part of the normal function of the macro, so I > will put in that request. > > Thanks for bringing it up Pin Tail. > > On Thursday, February 21, 2019 at 5:20:53 AM UTC+7, TonyM wrote: >> >

[tw5] Generate numbered list using list-tagged-draggable

2019-02-20 Thread Pin Tail
Is there any way to generate a numbered list using the list-tagged-draggable macro? The similar list-links-draggable can generate numbered lists by setting the type parameter to "ol", but list-tagged-draggable doesn't acccept this parameter. -- You received this message because you are subscri

[tw5] Support for LaTeX diagrams

2018-09-15 Thread Pin Tail
I'd love to be able to produce a wider variety of diagrams in TiddlyWiki than are currently supported. One way of doing this would be to be able render LaTeX diagrams within TiddlyWiki such as those provided by LaTeX packages TikZ and genealogytree. I was just wondering if this is already possi

[tw5] Re: How can I change the display layout for certain tiddlers?

2018-08-21 Thread Pin Tail
uld be able to apply the same principle for your special field(s). > > -- Mark > > On Tuesday, August 21, 2018 at 8:46:51 AM UTC-7, Pin Tail wrote: >> >> Many thanks for your response, but that page looks like it's about >> applying styles CSS. I actually want to cha

[tw5] Re: How can I change the display layout for certain tiddlers?

2018-08-21 Thread Pin Tail
Many thanks for your response, but that page looks like it's about applying styles CSS. I actually want to change the content being displayed - I don't think this is possible using CSS alone (but I'm no expert). Can custom styles really achieve what I'm after - namely substitution of the text w

[tw5] How can I change the display layout for certain tiddlers?

2018-08-21 Thread Pin Tail
I have a few tiddlers I'd like to display in a different way to normal - in particular I'd like to change what's displayed in place of the title, according to the contents of a separate config tiddler. I have a feeling once upon a time I used a custom ViewTemplate to achieve this sort of thing

[tw5] Re: Using transclusion in regular expressions

2018-08-18 Thread Pin Tail
gt; > \define filt() ^$(dt)$10 > <$set name="dt" value={{!!title}}> > Number of entries: <$count filter="[regexp:startdate]"/> > > > HTH > -- Mark > > On Saturday, August 18, 2018 at 6:40:12 AM UTC-7, Pin Tail wrote: >> >> I'

[tw5] Using transclusion in regular expressions

2018-08-18 Thread Pin Tail
I'm trying to transclude the title of a tiddler into a regular expression and can't figure out why it's not working. I've created a year summary template tiddler, and in a given year, I want to show for each month how many tiddlers have a date (in their startdate date field) in that month. The

[tw] Re: Generate table with tiddler fields as columns

2018-03-09 Thread Pin Tail
<> <$list filter=<> variable=ThisField> <> \end By replacing the fifth row above with: <$link to=<>><> I also changed the to a as I don't like each row to start with a header. On Friday, 9 March 2018

[tw] Re: Generate table with tiddler fields as columns

2018-03-09 Thread Pin Tail
Thanks so much - just what I was looking for! Is there any way I can make it so that the rows of the table link to the tiddlers themselves? On Friday, 9 March 2018 18:37:18 UTC+7, Jed Carty wrote: > > Sorry, the link is here: > http://ooktech.com/jed/ExampleWikis/DynamicTables/ -- You receive

[tw] Generate table with tiddler fields as columns

2018-03-09 Thread Pin Tail
Hello, I'm currently trying to generate a table from a filter. Each of the tiddlers returned by the filter represents a song, and has a number of additional fields - "artist", "album", "length" and so on. I'd like to be able to produce a table of the songs which match a filter with a column for

[tw] Re: vis.js Timeline - display filter result in caption

2018-01-27 Thread Pin Tail
Thanks for the speedy reply. Unfortunately the same result though - the code below is displayed in the caption. On Saturday, 27 January 2018 23:17:01 UTC+7, BurningTreeC wrote: > > Hello @Pin Tail, > > how does this work for you? > > {{{ [tag[test]regexp:cre

[tw] vis.js Timeline - display filter result in caption

2018-01-27 Thread Pin Tail
I'm using the wonderful vis.js Timeline plugin to display tiddler info on an interactive calendar. One thing I'd like to be able to do with this is display the result of a filter as a caption on the timeline. For example, the following gives the numb