Re: [tw5] Re: New version of the Notebook theme available

2022-03-02 Thread Jon
Hi Nico, this is very nice and ideal for a new wiki of mine. It would be perfect if I could include a background image. Is that possible? It's not in the theme tweaks - so presumably not? Regards Jon On Saturday, 16 January 2021 at 06:59:59 UTC ludwa6 wrote: > Bingo! That's g

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-04 Thread Jon Light
not the *number* of all existing scores - if there were 100 tiddlers each with a score of 10.0 then I am referring to the total score of 1000.0 On Tuesday, 4 January 2022 at 12:22:08 UTC Jon Light wrote: > Some advantages and disadvantages of the upvoting way of working. > > The

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-04 Thread Jon Light
neighborhood. I suppose voting inflation occurs if we tend to favour moving items down rather than up but in some cases it is simply easier to move the deserving tiddler up rather than move some of it's neighbors down? On Tuesday, 4 January 2022 at 12:05:09 UTC Jon Light wrote: >

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-04 Thread Jon Light
idea where that money came from and where it might go ad so it is with how we value and rank tiddlers. On Tuesday, 4 January 2022 at 11:53:32 UTC Jon Light wrote: > Findings: Like many interesting problems I do not have a completely clear > picture what I need but it is be

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-04 Thread Jon Light
l may find their viewpoint is in constant development and the knowledge base is constantly in revision, review and mining for new connections and explanations. On Tuesday, 4 January 2022 at 11:04:01 UTC Jon Light wrote: > Many thanks Mohammad - I will try that out. > >

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-04 Thread Jon Light
Many thanks Mohammad - I will try that out. On Tuesday, 4 January 2022 at 07:46:13 UTC Mohammad wrote: > Jon, > > My filter looks like this > <$list filter='[!is[system]!tag[Journal]sortsub:integerlimit]'> > > you can use :sort as a simpler solution > &g

[tw5] Re: Ranked list of tiddlers according to number of backlinks

2022-01-03 Thread Jon Light
this \define sub() [backlinks[]count[]] Thought I would leave this for the next person. Jon On Friday, 31 December 2021 at 12:08:21 UTC Jon Light wrote: > Hi, > > I am interested in being able to get an overview of my wiki to identify > tiddlers which seems to function as important

Re: [tw5] Re: [Update] TW-Vote plugin v1.0.0

2022-01-03 Thread Jon Light
cay. It's probably overly complicated but it is useful I think to decide either as a code writer or a user how vote inflation might be dealt with? Anyway time to play with your plugin. Thanks a lot Jon On Friday, 26 February 2021 at 05:16:22 UTC Mohammad wrote: > Hi Diego, >

[tw5] Re: Twiddlywiki 5.2.1- Trouble With Importing Plugins

2022-01-01 Thread Jon Light
If you find the 'manual' save mechanism that Mark mentions inconvenient then you might like to take a look at TiddlyDesktop which gives a more convenient save mechanism together with an autosave backup feature - a similar feature for your mobile device is Tiddloid, I run them both - TiddlyDeskt

[tw5] Ranked list of tiddlers according to number of backlinks

2021-12-31 Thread Jon Light
ed at the idea of adding a new field to each tiddler to hold the number of backlinks - if so then so far have not found out how to add a new field (if it does not already exist) and write the value 'count'. So far performance is not an issue. I am interested in any existing plugins or a

[tw5] Re: Help with filter

2021-12-21 Thread Jon
Perfect! Many thanks Jon On Tuesday, 21 December 2021 at 14:12:03 UTC cj.v...@gmail.com wrote: > Some alternatives that are more compact: > > <$vars expression="Footnotes##myref1([^0-9]|\b)"> > > <$list filter="[regexp:text]"> > {{!!title}} >

[tw5] Help with filter

2021-12-20 Thread Jon
Hi, I have this as the 1st line of a filter <$list filter=[regexp:text[Footnotes##myref1]]> to find 'myref1' references, but I've discovered that it's also finding 'myref11', 'myref12' etc. What do I need to include to get an exact match? Rega

[tw5] Re: Hover over word to reveal transcluded content of another tiddler

2021-12-19 Thread Jon
Brilliant, thanks Eric. And I notice that the single quotes around the tiddler name are necessary for tiddler names with more than one word e.g. Tiddler A Regards Jon On Sunday, 19 December 2021 at 09:50:45 UTC Eric Shulman wrote: > instead of using the shorthand transclusion `{{Tiddl

[tw5] Hover over word to reveal transcluded content of another tiddler

2021-12-19 Thread Jon
ering over 'Text' will reveal the contents of 'TiddlerA' but bullets will be shown as asterisks. <> Any ideas or alternative ways of doing it? (the answer might even be with the macro instructions) Regards Jon -- You received this message because you are subscribed to

[tw5] Re: Introducing the RandomTiddlerButton plugin

2021-08-29 Thread Jon
Thanks for this - just what I was looking for! Regards Jon On Wednesday, 11 August 2021 at 14:32:47 UTC+1 R² wrote: > Thanks for commenting Mario. No merit there, it's merely a FontAwesome SVG > I extracted to avoid requiring DiveO's whole plugin as a dependency. > > ++

Re: [tw5] "I moved to Discourse" - add your name too?

2021-08-19 Thread Jon
Oh... what's the link? On Thursday, 19 August 2021 at 15:23:33 UTC+1 Mohammad wrote: > I am moving too! > > > > Best wishes > Mohammad > > > On Thu, Aug 19, 2021 at 4:28 PM David Gifford wrote: > >> Hi everyone >> >> I am moving to Discourse and don't plan to post here anymore. >> >> Rather tha

[tw5] Re: How to batch import journal entries?

2021-08-03 Thread Jon
Hi, I did something similar a while ago. I can't just post the exact instructions now, but you should find this conversation useful https://groups.google.com/g/tiddlywiki/c/qbnKoBoGYfw/m/06ZgEuPgBQAJ Regards Jon On Tuesday, 3 August 2021 at 09:27:06 UTC+1 maxhi...@gmail.com wrote: >

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-02 Thread Jon
Many thanks Brian! Regards Jon On Monday, 2 August 2021 at 21:24:56 UTC+1 Brian Radspinner wrote: > Jon, give this a try... > > > > > > > > > *\define newTidAction()<$action-createtiddler $basetitle=< "0DD/0MM/YY">> tags="log"

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
Actually, not having to navigate to the tiddler would be useful. How do I incorporate the ActionCreateTiddlerWidget so as to produce the tiddler title as today's date and a tag? I've looked at the docs but can't quite see how to do it. Regards Jon On Monday, 2 August 2021 at

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
p.s. thanks for the explanation as well On Monday, 2 August 2021 at 06:49:29 UTC+1 Jon wrote: > Hi Tones, > > I just changed {{$:/core/ui/Buttons/new-tiddler}} to > {{$:/core/images/new-button}} in my original as you suggested and it worked > - thanks! > > I think

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
eated new tiddlers with different tags and text Thanks again Jon On Monday, 2 August 2021 at 01:59:55 UTC+1 TW Tones wrote: > Jon > > When you transclude {{$:/core/ui/Buttons/new-tiddler}} you are acutely > Transcluding the whole button, change this to {{$:/core/

[tw5] Re: New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
Hi Chris, Thanks for that but I'm not sure how to incorporate it into the original - I've played around with it but can't get it to work. Could you spell it out for me? Thanks Jon On Sunday, 1 August 2021 at 16:57:16 UTC+1 clutterstack wrote: > > Hi Jon, if you don'

[tw5] New tiddler button - what's wrong with it?

2021-08-01 Thread Jon
lt;$action-sendmessage $message="tm-new-tiddler" title=<> tags=<> text=<> /> It works fine but it also creates an unwanted draft tiddler as well. Any ideas what's wrong with it? Regards Jon -- You received this message because you are subscribed to the G

Re: [tw5] Re: Artwork for v5.2.0

2021-06-15 Thread Jon
I agree with Mohammad about the name change at some point . Apart from the wiki aspect, I think the diminutive associations of 'tiddly' (and I know this bit has been discussed before) are also in opposition to the grand scale of what TW can do. Regards Jon On Tuesday, 15 June 202

[tw5] Re: Presenting: List styles - just some ways to style list output

2021-06-05 Thread Jon
Thanks for this Mat, very useful. Regards Jon On Wednesday, 2 June 2021 at 22:54:41 UTC+1 History Buff wrote: > I love list tree. I use it in many places in my TWs and I've had no issues > with it. > > On Wednesday, June 2, 2021 at 7:20:41 AM UTC-7 Eric Shulman wrote: > >

Re: [tw5] Printing A Tiddler

2021-06-03 Thread Jon Light
esistance ! A quick check on the underlying HTML in the new window suggests that the title is absent not merely "CSS-non-displayed" - its simply not there - intention? bug? limitation? I don't know. Just flagging this difference in behaviour for interested parties. Jon On T

[tw5] Re: Will NoteSelf work with Stroll?

2021-06-03 Thread Jon Light
turns out to have some good ideas in it - maybe sometime I should look into favouring tiddlers that have fewer links or something - I don't know but I love knowing I have the option. Good luck ! Jon On Sunday, 30 May 2021 at 18:46:27 UTC+1 David Gifford wrote: > Chrome OR F

Re: [tw5] Printing A Tiddler

2021-06-03 Thread Jon Light
comments first or look for an error in the comments. On Thursday, 3 June 2021 at 10:21:36 UTC+1 Jon Light wrote: > Hi David > > Actually my Custom CSS tiddler is a mess because its in a constant state > of experimentation and flux - however I certainly don't mind sharing it > w

Re: [tw5] Printing A Tiddler

2021-06-03 Thread Jon Light
n Tuesday, 1 June 2021 at 20:20:34 UTC+1 da...@bakins-bits.com wrote: > I also print one or more specific tiddlers this way. > > A request: sounds like you know what you're doing w.r.t. CSS and TW. > Would you mind making your full custom CSS available as an example (for me)? >

[tw5] Printing A Tiddler

2021-06-01 Thread Jon Light
In response to a slight offtopic on the thread "Issue with PrintRiver plugin" I thought it was worth mentioning other methods of printing Tiddlers. I took a fairly simple approach as follows. - I simply find the tiddler of interest and use the existing Tool item PRINT. - This prints

[tw5] Re: Matter: The simplest Personal Todo list I have ever seen

2021-05-30 Thread Jon
Yes, nice - but it appears you can't retrieve a line if you accidentally hit the 'cross' button. Regards Jon On Sunday, 30 May 2021 at 12:19:14 UTC+1 Mohammad wrote: > This is *Matter* > > https://hihayk.github.io/matter/ > > I thought of implementing it in Tiddl

[tw5] Re: Your main Tags - Your main Tabs

2021-05-30 Thread Jon Light
Hi, I think your term 'entropy' is a good one here - do things spread out or do they condense - for instance as more connections form do they simply create more questions? I think what is best for you will depend a lot on your subject matter - by way of example my Tiddlywiki is in an area wher

[tw5] Re: Question for long time TiddlyWiki users

2021-05-29 Thread Jon
and there's a chance you won't be able to retrieve the file. Could this have happened in your case? Regards Jon On Saturday, 29 May 2021 at 01:22:22 UTC+1 Em Heppler wrote: > > Using it daily for a few months with no issue. Then something happened a > few days ago, not su

[tw5] Re: Design trick discover classes and CSS in use?

2021-05-25 Thread Jon Light
Hi, I have used Mozilla developer tools for ages and have been using them to write my own custom CSS to over-ride defaults in Tiddlywiki. As soon as you get to CSS an informative tool needs to reflect the cascade otherwise it is not of much use and will probably frustrate users who do not und

Re: [tw5] Re: Todolist Plugin: A wonderful Tiny to-do got new update (1.2.0)

2021-05-23 Thread Jon Light
. Thanks Jon On Sunday, 23 May 2021 at 11:09:50 UTC+1 Mohammad wrote: > On Sun, May 23, 2021 at 2:28 PM Jon Light wrote: > >> Hi Mohammad Ahhh sorry I did not spot that . Many thanks for the >> advice - Jon >> > > You are most welcome! feedback is always

Re: [tw5] Re: Todolist Plugin: A wonderful Tiny to-do got new update (1.2.0)

2021-05-23 Thread Jon Light
Hi Mohammad Ahhh sorry I did not spot that . Many thanks for the advice - Jon On Sunday, 23 May 2021 at 10:22:27 UTC+1 Mohammad wrote: > Hi Jon, > The plugin itself does not add the sidebar! Instead in the Tutorial it > explains how to do this in a few steps! > Pleas

Re: [tw5] Re: Todolist Plugin: A wonderful Tiny to-do got new update (1.2.0)

2021-05-23 Thread Jon Light
be an installation problem. Jon On Friday, 21 May 2021 at 09:43:40 UTC+1 Nicolas Petton wrote: > arun babu writes: > > Hi! > > > - Since projectify and ToDoNow use a central dashboard like approach I > > couldn’t use them. > > While Projectify comes with a da

[tw5] Re: Video - skip to a particular time ?

2021-05-21 Thread Jon Light
Hi TT - thanks I tried your phrase "time-jump" in Google search [ time-jump for YouTube & Vimeo Tiddlywiki ] and that delivered https://tiddlywiki.narkive.com/BfSqAdu9/tw-tw5-vimeo-and-youtube-better-integration Which I will be trawling though Thought: Perhaps people who are thinking about thi

[tw5] Re: Video - skip to a particular time ?

2021-05-20 Thread Jon
a new tab when clicked. The following is contained as a text editor snippet which I can repeatedly paste into the tiddler to go with the relevant text. {{y}} <> I then copy the video link to play at the current time and paste in the gap above: https://youtu.be/OFstPn355xQ?t=743 "

[tw5] Re: Formatting center alignment and TW philosophy

2021-05-20 Thread Jon Light
Thanks David, yes - that is probably easier for a short text. On Thursday, 20 May 2021 at 17:20:51 UTC+1 David Gifford wrote: > It is also easily forgotten that @@.cssclass Your text@@ applies the > .cssclass too. > > On Thursday, May 20, 2021 at 11:11:50 AM UTC-5 jonligh...@gmail.com wrote

[tw5] Re: Formatting center alignment and TW philosophy

2021-05-20 Thread Jon Light
I know its an old post but.. My thought is to take advantage of the quote feature that is already there - it has provision for adding your own CSS class. <<< Here is my text after I selected it and pressed the highlight button ( large start double quote symbol ) <<< Then add your own clas

[tw5] Video - skip to a particular time ?

2021-05-20 Thread Jon Light
Hi, sometimes in my Tiddlywiki 5 knowledge base I add local videos stored in a directory called wellunimaginatively 'videos' . As long as I set the tiddler type to text/vnd.tiddlywiki then the following works fine for me on desktop. Your browser does not support the HTML 5 vide

[tw5] Re: I love TiddlyWiki because...

2021-05-20 Thread Jon Light
"I never looked back abandoning Windows and I think the same for Tiddlywiki" - hmm that didn't sound right ! Perhaps I should have written "I never looked back migrating to Ubuntu and I think the same for Tiddlywiki" :-) On Thursday, 20 May 2021 at 08:57:29 UTC+1 Jon

[tw5] Re: I love TiddlyWiki because...

2021-05-20 Thread Jon Light
Yes, the more you put into it the better it gets, it is like a workshop where you can customise your tools according to the job and there is a community to share and discuss the tools they have created. I type this on a "Unix-like" system because after many years working on Windows I realised i

[tw5] Re: More Button ( using reveal ) need to make sticky when printing

2021-05-18 Thread Jon Light
'more' sections will be one paragraph and I cannot be the only one who would find adding instead of the more convenient carriage return an imposition. Jon On Tuesday, 18 May 2021 at 09:21:39 UTC+1 Jon Light wrote: > @Tones > > Thanks! I was not aware of the details widget,

[tw5] Re: More Button ( using reveal ) need to make sticky when printing

2021-05-18 Thread Jon Light
do the manual conversion from reveal to details first. Thanks a lot for that one, I try for paperless but sometimes... Jon On Tuesday, 18 May 2021 at 02:05:24 UTC+1 TW Tones wrote: > A Quick possible solution. > > Rather than use reveal use a list widget to conditionally display y

[tw5] Re: List of tiddlers modified between dates

2021-05-17 Thread Jon
Hi Mario, it would have been something I picked up from the site and incorporated - thanks for the solution & correction. Regards Jon On Monday, 17 May 2021 at 12:14:19 UTC+1 saq.i...@gmail.com wrote: > Right, that is the deprecated regular express syntax that really should > n

[tw5] Re: First edition of Grok TiddlyWiki (TW textbook) is live

2021-05-17 Thread Jon
Fabulous work which I'm sure I'll learn a lot from. Thanks! Jon On Sunday, 16 May 2021 at 15:43:44 UTC+1 Soren Bjornstad wrote: > I'm excited to announce that the first public edition of my TiddlyWiki > textbook, *Grok TiddlyWiki*, is live at https://groktiddlywi

[tw5] List of tiddlers modified between dates

2021-05-17 Thread Jon
Hi, I've got this to list tiddlers modified on this date: <$list filter="[field:modified/^20210517/!is[system]]"> What do I need to give a list between two dates? Thanks Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&q

[tw5] Re: Tiddlers Created when colour of tag changed

2021-05-15 Thread Jon Light
t 'z hidden' and my modified story river filters are instructed not to show it, now my story river shows only tiddlers I consider to be 'main content'. On Monday, 1 March 2021 at 12:30:18 UTC Jon Light wrote: > Hi Mat > > Many thanks - I have not yet succeeded b

[tw5] Re: [discussion] Tiddlywiki as a learning tool ( not just a knowledge base)

2021-05-14 Thread Jon Light
re always inbetween cases and some tiddlers become more useful as understanding changes and improves, I like this concept of recycling from the bottom of the stream with a built-in tendency for good ideas to get promoted and that it changes and adapts over time. On Friday, 14 May 2021 at 15:

[tw5] [discussion] Tiddlywiki as a learning tool ( not just a knowledge base)

2021-05-14 Thread Jon Light
r in this context and really shakes it up. I am interested if others have experiences to share? Also a massive thanks to Jerome for the gift that just keeps on giving Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

[tw5] More Button ( using reveal ) need to make sticky when printing

2021-05-14 Thread Jon Light
ar have resulted in a reveal that stays open when I click anywhere in the tiddler so I have yet to get past first base on this one. thanks for any suggestions - Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

Re: [tw5] Is blockchain still not for TW?

2021-05-10 Thread Jon
Just in case this is of interest - seems to be quite cutting edge https://qortal.org/ On Monday, 10 May 2021 at 21:08:25 UTC+1 hww...@gmail.com wrote: > Thanks for the reply. It will ceratinly help me to think of these as > distinct technologies, at least until I get a bit more "han(d)s-on"

[tw5] Re: Get backlinks from fields

2021-04-23 Thread Jon Dyer
This is so helpful, thanks very much! Currently experimenting with your recommendation in that thread, something like: <$list filter="[relink:references!is[system]!title[$:/StoryList]sort[title]]"/> Unfortunately it isn't giving me what I expected (maybe isn't set correctly). But I'm sure I'l

[tw5] Get backlinks from fields

2021-04-23 Thread Jon Dyer
Tiddler A links to Tiddler B, but only in a custom field, not in the main text body. I have backlinks showing on every tiddler, a la Stroll, but the backlink[] operator does not pick up on links in fields, apparently. Any ideas about how to go about making those appear? Am I going to have to mes

[tw5] Re: Presenting: The TiddlyGoo project - integrate your wiki with the web

2021-04-04 Thread Jon
Thanks for the info Mat and they work nicely. Best wishes Jon On Sunday, 4 April 2021 at 17:15:48 UTC+1 Mat wrote: > Jon wrote: > >> Would it be possible to adapt things so that the sharing link from Google >> Photos works, as well as the link from Google Drive? (forgive m

[tw5] Re: Presenting: The TiddlyGoo project - integrate your wiki with the web

2021-04-03 Thread Jon
s the link from Google Drive? (forgive my ignorance if that's impossible). Regards Jon On Friday, 2 April 2021 at 16:05:55 UTC+1 David Gifford wrote: > I agree with Mohammad. I can intuitively sense that this is exciting and > powerful, but I can't yet visualize what it could

[tw5] Re: Transclusion ideas

2021-03-28 Thread Jon
I've no idea what the Ian Dury reference is about but that is such an emotive song. On Sunday, 28 March 2021 at 17:08:45 UTC+1 TiddlyTweeter wrote: > David, > > Transclusion is as transclusion does. > > https://youtu.be/ooPVuG8ZbNE > >- 3. A bar when hovering over a transcluded tiddler to al

[tw5] Re: Presenting: SheetsIN - Import from Google Sheets into TW

2021-03-10 Thread Jon
The glass is definitely half full! Many thanks for this. Regards Jon On Wednesday, 10 March 2021 at 09:17:21 UTC Mat wrote: > There is (1) Good news (2) HUGE news and (3) Bad news! > > The good news is: Mark and I have made a TW plugin to import from Google > Sheets. *Every r

Re: [tw5] Re: Time Tracking in TiddlyWiki?

2021-03-09 Thread Jon
een turned off supposed to trigger when switched back on as I can't reproduce that? Regards Jon On Tuesday, 18 August 2020 at 08:15:15 UTC+1 TW Tones wrote: > Eric, > > Thanks for doing that test. I will abandon the hta for this timer need. It > was going to be my main impleme

[tw5] Re: Tiddlers Created when colour of tag changed

2021-03-01 Thread Jon Light
]!sort[created]tag[Journal]limit]'><$text >> text='[['/><$text text={{!!title}}/><$text text=']] >> '/>"><$action-setfield $tiddler="$:/StoryList" >> list=<>/>"""/> >> >>

[tw5] Re: Tiddlers Created when colour of tag changed

2021-02-25 Thread Jon Light
all $name="tag-pill" tag=<> element-tag="$button" actions="""<$wikify name="filteredList" text="<$list filter='[!is[system]!sort[modified]taglimit]'><$text text='[['/><$text text={{!!title}}/><$text t

[tw5] Tiddlers Created when colour of tag changed

2021-02-25 Thread Jon Light
that I have composed myself get in the way. Thanks Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view th

[tw5] Re: New tiddler button with focus on title

2021-02-06 Thread Jon
Thanks Birthe, much appreciated Jon On Saturday, 6 February 2021 at 16:28:12 UTC strikke...@gmail.com wrote: > > You are creating 2 new tiddlers. New tiddler without tag or text but with > focus on title. New tiddler1 with tag and text but not focus on title. > > Try: > \def

[tw5] New tiddler button with focus on title

2021-02-06 Thread Jon
t;> tags=<> text=<> /> How can I get the focus on the title so it's highlighted? Thanks Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: Filter to show caption field if it exists

2021-01-26 Thread Jon
Thanks for the alternatives, Tones. Regards Jon On Tuesday, 26 January 2021 at 23:47:38 UTC TW Tones wrote: > Jon, > > Mark refactrored you code as requested but a shorter for is if the > cauurrent tiddler is valid use this; > > {{{ [all[current]get[caption]] ~[] }}} >

[tw5] Re: Click icon to open webpage

2021-01-26 Thread Jon
Many thanks Birthe! Regards Jon On Tuesday, 26 January 2021 at 23:28:10 UTC strikke...@gmail.com wrote: > Try https://bbc.co.uk"; target="_blank">{{y}} > > Birthe > > On Tuesday, January 26, 2021 at 11:24:44 PM UTC+1 Jon wrote: > >> Hi, &g

[tw5] Click icon to open webpage

2021-01-26 Thread Jon
Hi, <$link to="https://bbc.co.uk";> {{y}} 'y' is a small icon but when clicked it opens the url as a tiddler. How can I get it to open the webpage instead? Thanks Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki&q

[tw5] Re: Filter to show caption field if it exists

2021-01-26 Thread Jon
Perfect! Thanks a lot Mark. On Tuesday, 26 January 2021 at 17:23:26 UTC Mark S. wrote: > Try: > > >> <$list filter=[tag[triangle]]> >> >> > <$list filter="[all[current]has[caption]get[caption]] >> :else[]" variable=name > >> <$link><> >> > > >> >> <$transclude mode=bloc

[tw5] Filter to show caption field if it exists

2021-01-26 Thread Jon
title field if it doesn't and still have the hover and link working? Thanks Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr.

[tw5] Re: Help to import .csv as separate tiddlers

2021-01-25 Thread Jon
Hi Osin, Sorry, I've not been on the site for a bit so missed your post. I actually imported the .csv file using Joshua's Json Mangler as referenced above. I figured out a few things that were needed, but they're referenced in the thread above as well. Regards Jon On Thurs

[tw5] Re: How do I use fontawesome icons?

2021-01-09 Thread Jon
Ah, it was the svg bit I was missing. Thanks again Sylvain. On Saturday, 9 January 2021 at 10:07:07 UTC sil...@gmail.com wrote: > Hello Jon, > > In your stylesheet tiddler, change my example with this : > > .facss svg { > fill:red; > width: 100pt; > height: 100pt; >

[tw5] Re: How do I use fontawesome icons?

2021-01-09 Thread Jon
...sorry, not sure how to do that On Friday, 8 January 2021 at 23:55:14 UTC backplane wrote: > Try adding a div around the icon block and using CSS to size the DIV > > On Friday, January 8, 2021 at 5:23:44 PM UTC-5 Jon wrote: > >> Hi Sylvain, >> >> Is it possible

[tw5] Re: How do I use fontawesome icons?

2021-01-08 Thread Jon
Hi Sylvain, Is it possible to alter the size? Nothing I've tried seems to work. Regards Jon On Friday, 8 January 2021 at 15:32:59 UTC Jon wrote: > Hi Sylvain, > > That really is 'awesome'! > > Thanks > Jon > > On Friday, 8 January 2021 at 15:10:33

[tw5] Re: How do I use fontawesome icons?

2021-01-08 Thread Jon
Hi Sylvain, That really is 'awesome'! Thanks Jon On Friday, 8 January 2021 at 15:10:33 UTC sil...@gmail.com wrote: > Hi Jon, > > You can use CSS stylecheet. > > Simple example with this first tiddler with $:/tags/Stylesheet and this in > text : .facss { fill:red; }

[tw5] Re: How do I use fontawesome icons?

2021-01-08 Thread Jon
Unlike the CSS variety, the disadvantage of using the svg icons is that I don't think you can colour them - or can you? On Friday, 8 January 2021 at 11:23:42 UTC TiddlyTweeter wrote: > Odin & Jon > > Right! It is the right place to go if you just need a few icons! >

[tw5] Re: How do I use fontawesome icons?

2021-01-08 Thread Jon
That does sound better as I am only using a few. Thanks Jon On Friday, 8 January 2021 at 06:55:46 UTC Odin wrote: > http://fa5-free-svg.tiddlyspot.com/ > > It is this one. I like this solution as well because you can install > individual icons. That helps keep the wiki small if y

[tw5] Re: How do I use fontawesome icons?

2021-01-07 Thread Jon
It is not globally > loaded, I think. > > My understanding. > TT > > On Thursday, 7 January 2021 at 12:48:14 UTC+1 Jon wrote: > >> Ah, so after a bit of lateral thinking, found the instructions at >> https://fontawesome.com/ >> >> So, just in case I'm

[tw5] Re: How do I use fontawesome icons?

2021-01-07 Thread Jon
Ah, so after a bit of lateral thinking, found the instructions at https://fontawesome.com/ So, just in case I'm not the only one asking the question, this would go in the tiddler (Icon id in quotes): Cheers Jon On Thursday, 7 January 2021 at 08:54:10 UTC Jon wrote: > Hi,

[tw5] How do I use fontawesome icons?

2021-01-07 Thread Jon
y wiki, so that might be a clue that something's not right. Any pointers? Thanks Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+u

[tw5] Re: Filter table of contents recursively

2020-11-03 Thread Jon Dyer
I think probably https://wikilabs.github.io/editions/tocP/ is the best solution for me now. On Tuesday, November 3, 2020 at 3:40:35 PM UTC-7, Jon Dyer wrote: > > I guess I should be clearer about the structure I'm looking at here: > >- Root > - Parent

[tw5] Re: Filter table of contents recursively

2020-11-03 Thread Jon Dyer
t;, in addition to being tagged with "Child2" (so they fit there under the hierarchy). I don't want those three grandchildren to *also* show up directly under "Parent". Does that make sense? On Monday, November 2, 2020 at 10:06:25 PM UTC-7 Jon Dyer wrote: > At

[tw5] Filter table of contents recursively

2020-11-02 Thread Jon Dyer
At this link there are basic instructions for changing the sort order of the table of contents using the toc macro: https://tiddlywiki.com/#How%20to%20change%20the%20sort%20order%20of%20sub-branches%20in%20a%20TOC%20macro (. I would like to have more control over how the actual tagging/filterin

[tw5] Re: Confusion on variables and parameters

2020-11-02 Thread Jon Dyer
uot;"/> > > <$text text="""Label: $label$"""/> > > > <$set name="label" filter="$label$" value="$label$" > emptyValue="""$title$"""> > <$text text="""Title:

[tw5] Confusion on variables and parameters

2020-11-02 Thread Jon Dyer
I think I'm not understanding something essential about access to variables vs. params in macros and Wikitext. Suppose in a macro I'm writing I want one variable to default to the value of another if it isn't present. I've tried to use the SetWidget to make this work, but no matter what I try I

[tw5] Re: Unintended links - does the prefix Mac have special significance?

2020-09-30 Thread Jon Light
only one I feel works the way I do, loving it On Wednesday, 30 September 2020 at 00:42:02 UTC+1 Eric Shulman wrote: > On Monday, September 28, 2020 at 7:42:34 AM UTC-7, Jon Light wrote: >> >> It is not a big deal but I have noticed that when I enter Scottish >> su

[tw5] Unintended links - does the prefix Mac have special significance?

2020-09-28 Thread Jon Light
whether Mac is a reserved word? I will live with it - just curiosity really. Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywik

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread Jon Light
Correction - its exactly what I wanted :-) I just needed to play with it a little to realise it ticks all the boxes - Brilliant - many thanks ! On Saturday, 29 August 2020 at 12:52:37 UTC+1 Jon Light wrote: > Hi JD, > > Thanks so much for the solution you posted - straight out of t

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread Jon Light
Hi JD, Thanks so much for the solution you posted - straight out of the tin it is pretty much what I wanted and certainly a great starting point for tinkering. I am glad I asked for help! I really appreciate your time. Jon On Saturday, 29 August 2020 at 12:41:32 UTC+1 Jon Light wrote

[tw5] Re: Is it possible to apply tag filters to the story river?

2020-08-29 Thread Jon Light
could live without this. On Saturday, 29 August 2020 at 11:51:25 UTC+1 JD wrote: > EDIT: > > I have some more questions, Jon ^^, > > 1. Do you want the tag list to have a tree-structure? > > 2. While already filtered on a tag, do you want it so that clicking > another tag

[tw5] Is it possible to apply tag filters to the story river?

2020-08-29 Thread Jon Light
Hi Noobie here, I asked my first question yesterday, I think I can better express it in TiddlyWiki terminology. I would like to be able to create a list of tag-pills such that when I click on one the story river is filtered to only show tiddlers that have that tag. The project I have in mind

[tw5] Re: Organising mixed Journal and 'Fact/Knowledge Base' Tiddlers

2020-08-29 Thread Jon Light
Many thanks to all, I am working my way through the suggestions - I am also looking at the code in the system tiddler $:/Manager ( when used as tag manager ) for inspiration as to how to automatically list all my tags and to create a view for each tag if clicked. On Saturday, 29 August 2020 at

[tw5] Organising mixed Journal and 'Fact/Knowledge Base' Tiddlers

2020-08-28 Thread Jon Light
Hi I am a noobie, absolute convert to TiddlyWiki, its just what I have been searching for during my travels through TagSpaces, CherryTree and other places, loving it!!! Is it possible to have a tiddler that is 'pinned' so as to always appear position one on my home page so that I can filter

[tw5] Re: How do you manage bibliography and other citations?

2020-08-14 Thread Jon
t insert the 'myref number' and the page number. Also, in another tiddler {{{[!is[system]regexp:text[{{Footnotes##myref1}}]]}}} will show the list of references for that book (this bit works but there's probably a better syntax for it) Regards Jon On Friday, 14 August 2020 23:09:42

[tw5] Re: [TiddlyMaps] Can the viewbox be smaller by default?

2020-07-28 Thread Jon
Hi Prestige, It might be better asking over here: https://github.com/felixhayashi/TW5-TiddlyMap/issues Regards Jon On Wednesday, 29 July 2020 00:40:16 UTC+1, Prestige wrote: > > Hello all, > > To the users of TiddlyMaps: I just need a small live screen, thats all, is > it poss

[tw5] Re: OneNote-style flagging

2020-07-24 Thread Jon
Glad you've taken an interest, Mark. On Friday, 24 July 2020 21:17:30 UTC+1, Mark S. wrote: > > > Excising tiddlers is the method that matches the Philosophy of Tiddlers > . > > What's needed is an enhanced excision tool that would: > > 1. Al

[tw5] Re: OneNote-style flagging

2020-07-24 Thread Jon
Ah, it's a shame a little tweaking won't make it work :) On Friday, 24 July 2020 19:56:45 UTC+1, Mat wrote: > > @Jon/Birthe > > A lot has happened with TW since I made the CherryPicker so it is much due > for a total rework. Unfortunately I don't have the time

[tw5] Re: OneNote-style flagging

2020-07-24 Thread Jon
Hi Birthe, If the macro isn't matched correctly then "No" will show, so something like: <> with @QThis is some text@Q What browser are you using by the way, I'm using Firefox? Regards Jon On Friday, 24 July 2020 19:26:46 UTC+1, Birthe C wrote: > > Jon, >

[tw5] Re: OneNote-style flagging

2020-07-24 Thread Jon
re too weak and feeble to withstand Mat's genius - hopefully he'll be around soon to put things right :) Regards Jon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

  1   2   3   4   5   6   7   8   >