[tw5] Re: Help using the sum operator

2020-04-21 Thread Mat
Macros are easily created. You decide if you want it to be local or global. Local macros are put in the current tiddler whereas global ones are put in separate tiddlers tagged "$:/tags/Macro" There's lot of documentation on macros on tiddlywiki.com <:-) -- You received this message because yo

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-21 Thread Mat
Don't miss out that you can use single file TW to generate static wikis too, which is much simpler: 1. Open advanced search, select the Filter tab 2. Type in "[list[$:/StoryList]rest[]]" 3. Click the export button and select Static HTML This could probably be turned in button to permane

[tw5] Re: Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread Mat
> > What does the "tagging[]" thing do? > https://tiddlywiki.com/prerelease/#tagging%20Operator <:-) -- 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

Re: [tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Anne-Laure, 1st impression.Looks good, and you have the ability to simplify the complex, as Riya Pabari wrote :-) You gave me an idea. There are a few spelling mistakes. Also, the VS Code link links to Hyper. 22 Apr 2020, 05:53 by alecu...@gmail.com: > Hi everyone — > here >

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-21 Thread TonyM
Anne-Laure, I had a look, although did not action I did follow the details, it looks great and I saw no errors. nice Work Regards Tony On Wednesday, April 22, 2020 at 12:53:38 PM UTC+10, Anne-Laure Le Cunff wrote: > > Hi everyone — here >

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Birthe C
Dave, Are you saving space for some secret magic? Top of tiddler looks rather big now with the tiddler controls moved above title. A little less padding perhaps. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this g

[tw5] Re: Tutorial: How to use TiddlyWiki as a static website generator

2020-04-21 Thread Chris Aldrich
Busy day! :) I've added your tutorial to the IndieWeb wiki. I'm curious if you have an example site to go with it that we could list as well? On Tuesday, April 21, 2020 at 7:53:38 PM UTC-7, Anne-Laure Le Cunff wrote: > > Hi everyone — here >

[tw5] Re: Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread David
Yes, that worked! Excellent! Thanks! What does the "tagging[]" thing do? On Tuesday, April 21, 2020 at 5:48:46 PM UTC-4, Mat wrote: > > <$list filter="[tag[Task]] +[!prefix[context_]]" variable="item">' >> > > I think the problem here is that you get all tiddlers tagged Task but > then remov

[tw5] Tutorial: How to use TiddlyWiki as a static website generator

2020-04-21 Thread Anne-Laure Le Cunff
Hi everyone — here is a short tutorial to use TiddlyWiki as a static website generator. Would love any feedback or suggestions. Thank you! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group

[tw5] Presenting a tiny editor-toolbar-extension: Wrappit

2020-04-21 Thread Jan
Hi fellow Tiddeleurs. I made a tiny editor-toolbar-extension called Wrappit that can be used to use snippets to souround the selection with suffix and prefix with a dropdownmenu. This can be usefull for coding in TW. It comes with the ability to link the information in Tiddlywiki static. https

[tw5] Re: Markdown plugin doesn't work

2020-04-21 Thread Anne-Laure Le Cunff
Thanks so much, Mark! Not going to use it for now then, my muscle memory of [[*]] is too strong :) Going to gave to get used to html anchor tags for external links. Thank you for clarifying! On Tuesday, April 21, 2020 at 11:33:41 PM UTC+1, Mark S. wrote: > > > > On Tuesday, April 21, 2020 at 3:1

[tw5] Re: Andy Matushak Notes and Tiddlywiki

2020-04-21 Thread Anne-Laure Le Cunff
Just signed up to the event, thank you! And I recently discovered fed.wiki — definitely can see the inspiration. Andy is known for his passion for tools for thoughts so his notebook is probably a mix of all of these + his own ideas. On Tuesday, April 21, 2020 at 11:44:03 PM UTC+1, Chris Aldrich

[tw5] Re: Andy Matushak Notes and Tiddlywiki

2020-04-21 Thread Chris Aldrich
I'm sure it's prior art, but Ward Cunningham, the godfather of wikis, created the Smallest Federated Wiki at IndieWebCamp 2011, which looks and acts a lot like Andy's wiki. Here's an example: http://fed.wiki/. If I recall correctly a lot of it was written i

Re: [tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-21 Thread Jan
Hi Jed this looks great. I have some questions -Am I right that node.js is not needed to host the library, just the html-file on a server? -It would be great to have a button to export the html file. My html-file was aproximately one kilometer long which makes it complicated to copy it manually

[tw5] Re: Andy Matushak Notes and Tiddlywiki

2020-04-21 Thread Anne-Laure Le Cunff
I just saw it! Looks amazing. Let's talk about it but I want to include this in my TW static website generator tutorial, much easier to implement than the way I went about it. Thank you! On Tuesday, April 21, 2020 at 11:20:13 PM UTC+1, David Gifford wrote: > > oh and I just sent you a clunky ver

[tw5] Re: Markdown plugin doesn't work

2020-04-21 Thread 'Mark S.' via TiddlyWiki
On Tuesday, April 21, 2020 at 3:19:41 PM UTC-7, Anne-Laure Le Cunff wrote: > > Now the markdown works but for some reason [[*]] doesn't work anymore. Is > that working as intended? > > > I've got some good news and some bad news and some medium news. You got on board TW at the right time. A mon

[tw5] Re: Andy Matushak Notes and Tiddlywiki

2020-04-21 Thread David Gifford
oh and I just sent you a clunky version I whipped up this afternoon! On Tuesday, April 21, 2020 at 5:13:26 PM UTC-5, Anne-Laure Le Cunff wrote: > > @David Thanks to a good friend who's very talented, I'm actually making > progress ! > > On Tuesday

[tw5] Re: Markdown plugin doesn't work

2020-04-21 Thread Anne-Laure Le Cunff
Thanks, Mark! I saved and reloaded, but didn't realise I had to create the new tiddlers with the markdown icon or set the type to markdown-x, thank you! Now the markdown works but for some reason [[*]] doesn't work anymore. Is that working as intended? Attaching another screenshot. Thank you!

[tw5] Re: Andy Matushak Notes and Tiddlywiki

2020-04-21 Thread Anne-Laure Le Cunff
@David Thanks to a good friend who's very talented, I'm actually making progress ! On Tuesday, April 21, 2020 at 9:37:17 PM UTC+1, David Gifford wrote: > > I do like the transclude tiddler in popup upon hovering over a link. I > know Anne-Laure L

[tw5] Re: Markdown plugin doesn't work

2020-04-21 Thread 'Mark S.' via TiddlyWiki
Did you save and reload? After that, did you use the markdown icon over on the sidebar at the top to make your tiddler? Or, alternately, set the type to markdown-x (I think that's the name) in the type field at the bottom of the tiddler editor? Good luck! On Tuesday, April 21, 2020 at 3:08:52

[tw5] Markdown plugin doesn't work

2020-04-21 Thread Anne-Laure Le Cunff
[image: Screenshot 2020-04-21 at 11.07.50 PM.png] I installed the markdown plugin but it's not parsing markdown. Sorry for the lack of details but I just don't know where to begin to look. I've attached a screenshot. Thank you! -- You received this message because you are subscribed to the Go

[tw5] Re: Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread Mat
> > <$list filter="[tag[Task]] +[!prefix[context_]]" variable="item">' > I think the problem here is that you get all tiddlers tagged Task but then remove all tiddlers *titled* with prefix context. Try this: <$set name=badones filter="[tag[Task]tags[]prefix[Context_]tagging[]]"> <$list filter=

Re: [tw5] Rethinking tiddlywiki.com

2020-04-21 Thread TonyM
Yoni, I do not disagree with the outcome you desire, but I would suggest that the only limitations are ours by design. The display of hiding controls is trivial once you find the right plugin or discover how tiddlywiki works. This can even be automated such as using the innerwiki plugin to ge

[tw5] Re: Newbie to Tiddlywiki - need some help with understanding CSS please

2020-04-21 Thread Philip Bracey
Hi there - thanks for the idea with this - I have looked at creating fields but I just get lost - if you ask me to create a web page using html and css then I am away - but tiddlywiki is not the same and I just have no idea how to approach this - data entry fields would be fantastic - once I kno

[tw5] Re: Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread David
That last bit about tagging the category tags with a status tag is interesting. Do you have the filter for getting those tags via the listWidget? And I'd have to also be able to list any tiddlers tagged "Task" that didn't have a tag with a category that was status tagged, as well. Which is ou

[tw5] Re: Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread TonyM
David When at my desktop I will make it work. I can also share the way I manage contexts. Fyi I like the fact tags can be made into tiddlers and then sometimes use the tag tiddler to list the tiddlers so tagged. In that case they do become compound keys. I am talking here of an ideal organis

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Thanks, yes, Birthe! On Tue, Apr 21, 2020 at 3:42 PM Birthe C wrote: > Dave, > > Tooltip, you have create new journal tagged with this one. But it doesn't > really. Should it not be create new journal linked to this one? > > Birthe > > > -- > You received this message because you are subscrib

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Birthe C
Dave, Tooltip, you have create new journal tagged with this one. But it doesn't really. Should it not be create new journal linked to this one? Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rece

[tw5] Re: Andy Matushak Notes and Tiddlywiki

2020-04-21 Thread David Gifford
I do like the transclude tiddler in popup upon hovering over a link. I know Anne-Laure Le Cunff was trying to replicate that feature. Sliding the story river horizontally is kind of neat and over all fairly intuitive, but in one aspect is confusing - I clicked on a number of links, but then som

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Hi Saq Thanks for your input. FYI, your @media solution made no observable change. (I thought @media was for printing instructions?) Regarding close others: I think a simple instruction that the close others button only closes tiddlers in that river is sufficient. Regarding imitating Roam: I

[tw5] Re: Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread David
I don't have compound titles. These are just tags. And I feel like I have to use a prefix on the tag for contexts to differentiate that tag from other tags. For instance, if I have a todo task that should be done at home, I will tag it "Task" and "Context_Home"... two tags. If I tag it "Task

[tw5] Andy Matushak Notes and Tiddlywiki

2020-04-21 Thread Mohammad
Sorry to ask this question. Recently I see in twitter and also here there is a talk on Andy notes page https://notes.andymatuschak.org/ , Some people says it is very impressi

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Saq Imtiaz
For issue #1, gap between stories, try adding this at the bottom of $:/_sq/Stories/Stories.css. I haven't had a chance to test this properly and won't have a chance to put out an update for a few days yet, but I suspect its the culprit for issue #1. Zoomin storyview has slightly different css,

[tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread Stef S
On Tuesday, April 21, 2020 at 9:44:32 PM UTC+2, Stef S wrote: > > > The following quick fix worked for me: > > Alternatively, you could also open your upgraded TW, retrieve $:/core/ui/EditTemplate/tags via Advanced Search/Shadows, delete this tiddler and then run my code as described above.

[tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread Stef S
Hi, On Tuesday, April 21, 2020 at 12:55:55 PM UTC+2, HC Haase wrote: > > I use this every day. so good. but it don´t work in the new tw 5.1.22 :( > > can you update it ?? > Just took a look at this. My code appears to work fine when I use it in a brand new TW 5.1.22. However, there was an issue

[tw5] Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread TonyM
David I argued elsewhere recently to avoid compound keys in titles, but since that's what you have try; ' <$list filter="[tag[Task]] +[!prefix[context_]]" variable="item">' which list all items taged task and for each of these tests the prefix. Untested! tony -- You received this message be

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Ah, and the tiddlers not opening at the right height, that is from Saq's story thing. I will see if I can wade through them to find the problem. David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Hi Mat See my comments in *bold* On Tue, Apr 21, 2020 at 1:41 PM Mat wrote: > Thanks for sharing stuff! > *You are welcome!* > > I would like tooltips for all buttons: I've so far only looked at the > tiddler tools and there's a curved arrow and a plus that has no tooltip. > *Ah yes! Tooltip

[tw5] Re: Autofill Tab Captions, Tooltips and Order fields...across Excised content?

2020-04-21 Thread leeand00
Okay...sorry Tony (I think I updated it above, but just in case I did not): <$button> <$set name="whichTiddlerTag" value=<> > <$list filter="[tagcount[]]"> <$list filter="[rangesubtract[1]]"> <$set name="whichTiddler" filter="[tag]" select=< > > <$action-setfield $tiddler=<

[tw5] Using Tags as Categories - How to Show No Category Tag

2020-04-21 Thread David
I created a todo list tiddler system that was working well, except it was using categories (i.e. location contexts) based off of fields in the task item tiddlers. I decided to switch to tag-based categories, and all my categories are named with a context prefix: "Context_Home", "Context_Out",

Re: [tw5] Re: Clip web page to TW?

2020-04-21 Thread Chris Aldrich
I'm not sure what you mean by "the bit with the link is not quite right". Do you have an example you could share so we might replicate what you're seeing? Could you let me know what you might expect? (I'll admit I was doing this incredibly late at night and haven't battle tested it against the

[tw5] Re: Help using the sum operator

2020-04-21 Thread Reaktorblue
I was able to answer my question using the below code. $<$text text={{{ [tag{!!title}get[cost]sum[]] }}}/> I do like the idea of trying that in a macro though. It looks like it could clean up some of the code if I did it via a macro. Are macro's available throughout the entire tiddlywiki or are

[tw5] Re: Help using the sum operator

2020-04-21 Thread 'Mark S.' via TiddlyWiki
How are you building your table? It's possible to build it with nested lists, making the entirety automated. But I digress. You probably want a macro So at the top of your tiddler you might have this: \define cost(expense) $<$text text={{{ [tag[$expense$]get[cost]sum[]] }}}/> which can be invo

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Mat
Thanks for sharing stuff! I would like tooltips for all buttons: I've so far only looked at the tiddler tools and there's a curved arrow and a plus that has no tooltip. Minor but I seem to need to shift-click twice on a link to get the two rivers to appear. And as it appears, the two rivers are

[tw5] Re: How to tweak viewtemplate tiddlers so they fold / unfold

2020-04-21 Thread David Gifford
Thanks Julio! On Tuesday, April 21, 2020 at 12:47:30 PM UTC-5, Julio Peña wrote: > > Hey David, > > Tiddlyblink looking real polished there. > I likes! Can't wait for the finished product. > > Regards, > Julio > -- You received this message because you are subscribed to the Google Groups "Tiddl

[tw5] Re: How to tweak viewtemplate tiddlers so they fold / unfold

2020-04-21 Thread Julio Peña
Hey David, Tiddlyblink looking real polished there. I likes! Can't wait for the finished product. Regards, Julio -- 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

[tw5] Help using the sum operator

2020-04-21 Thread Reaktorblue
Hello, I'm working on a project and had a few questions. I have several tiddlers listed as categories and tasks of that category. For example, I may have: - tiddler title: Car Repair - tiddler tag: Category - tiddler title: Oil Change - tiddler tag: Car Repair - tiddler field:

Re: [tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
OK Birthe, clear. Thanks again. 21 Apr 2020, 20:25 by strikkeglad...@gmail.com: > Peter, > It is part of a plugin among the many Ton Gerner has made. > > Birthe > > > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from t

Re: [tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread Birthe C
Peter, It is part of a plugin among the many Ton Gerner has made. Birthe -- 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.

Re: [tw5] TiddlyWiki is live on Product Hunt

2020-04-21 Thread 'Mark S.' via TiddlyWiki
On Monday, April 20, 2020 at 11:58:10 PM UTC-7, Eric Shulman wrote: > > On Monday, April 20, 2020 at 10:43:29 PM UTC-7, Mohammad wrote: >> >> "cool product but I just can't deal with the name" >>> >> We did a lot of discussion, what are the barriers you cannot think about >> a new name? What are

Re: [tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Thanks a lot, Birthe, he has some interesting plug-ins, of which I installed the Tiddler bar. The tiddler you link to has this in its title field:  $:/plugins/tg/toolbar/tagging What should I do with that? 21 Apr 2020, 18:36 by strikkeglad...@gmail.com: > Peter, > > I like to use this > > http:

Re: [tw5] TiddlyWiki is live on Product Hunt

2020-04-21 Thread Anne-Laure Le Cunff
@Eric! Absolutely - any software that manages to maintain a thriving community for 15 years is a massive success! I do think though TW could become much more mainstream. Roam themselves openly admitted to have been h

Re: [tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Good catch, Birthe. I prefer a keyboard shortcut any time. 21 Apr 2020, 18:20 by strikkeglad...@gmail.com: > Dave > In tiddler > TiddlyBlink home > > > you expain how to shift og clik a link and how to close overl

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Thanks Tony. I have to digest that and see how I can use it. 21 Apr 2020, 17:23 by anthony.mus...@gmail.com: > Peter > > One advantage of Mario's TOCP is you can do the equivalent of new here which > tags the children with the the current tiddler. > > With tocp new with parent sets the parent f

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Good to hear things are no longer jumping! I think since that is only fixable by changing the plugin and is only viewable when using that tab of advanced search, I should let it be and hope Danielo will update his plugin with that change. On Tuesday, April 21, 2020 at 10:48:16 AM UTC-5, Birthe

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Birthe C
Dave, I see the big X in $:/AdvancedSearch - tab Context search. The tiddler controls are not jumping any more. I saw it earlier on. Birthe tirsdag den 21. april 2020 kl. 17.37.31 UTC+2 skrev David Gifford: > > Hi Birthe, see my replies in* bold* > > On Tuesday, April 21, 2020 at 9:59:17 AM UTC-5

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Thanks! On Tuesday, April 21, 2020 at 10:20:51 AM UTC-5, Birthe C wrote: > > Dave > In tiddler TiddlyBlink home > > > you expain how to shift og clik a link and how to close overlapping sidebar > with > the doubl

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Hi Birthe, see my replies in* bold* On Tuesday, April 21, 2020 at 9:59:17 AM UTC-5, Birthe C wrote: > > Dave, > > The big X in Context Search. It is due to Danielo using tw-search when it > should be tc-search. Of course it works as supposed but is an eyesore. > *Where are you seeing this behavi

Re: [tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread Birthe C
Peter, I like to use this http://tongerner.tiddlyspot.com/#%24%3A%2Fplugins%2Ftg%2Ftoolbar%2Ftagging I think the Tiddlerinfo Panel easily gets overcrowded. Birthe tirsdag den 21. april 2020 kl. 17.12.16 UTC+2 skrev Peter Buyze: > > Thanks HC. For me it does not work either: there is no edit tag

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Birthe C
Dave In tiddler TiddlyBlink home you expain how to shift og clik a link and how to close overlapping sidebar with the double arrow icon at the top right of the screen. Remember Shift-alt-S will also do that. Bir

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Thanks Birthe, I made a note of it. When I get more used to tags and fields I may well go back to it. 21 Apr 2020, 16:16 by strikkeglad...@gmail.com: > Peter, > > Do you want more to play with a headache perhaps > Gentags > > ? > > Birthe

Re: [tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Thanks HC. For me it does not work either: there is no edit tags bar in the info section of a tiddler. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 21 Apr 2020, 16:13 by haase...@gmail.com: > > > tirsdag den 21. april 2020 kl. 13.09.05 UTC+2

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Jack Baty
Very Roam-like! It does require a rather wide window, even with the sidebar closed. You mentioned the gap so maybe that would help. I often use the side-by-side feature in Roam, but haven't felt the need for it with TiddlyWiki because I use the "classic" story view so clicking a link opens the

[tw5] Re: Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread Birthe C
Dave, The big X in Context Search. It is due to Danielo using tw-search when it should be tc-search. Of course it works as supposed but is an eyesore. Why is the tiddler controls jumping up and down opening a links from the other story or using the toggle story button or just toggling sidebar?

[tw5] Feedback needed for experimental update to TiddlyBlink

2020-04-21 Thread David Gifford
Hi all Looking at updating TiddlyBlink with the features explained in this link: two columns of tiddlers, folding tiddlers, moving tiddlers between columns. A HUGE thank you to Saq Imtiaz and TonyM for their help with this. https://giffmex.org/experiments/tiddlyblink.experiment.html Known thin

[tw5] Re: How to tweak viewtemplate tiddlers so they fold / unfold

2020-04-21 Thread David Gifford
TonyM Thank you so much for that! I tweaked it and the results are here: https://giffmex.org/experiments/tiddlyblink.experiment.html On Monday, April 20, 2020 at 8:25:36 PM UTC-5, TonyM wrote: > > David, > > Since the tags are hidden when folded if you use the tag pill > for $:/tags/ViewToolbar

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread TonyM
Peter One advantage of Mario's TOCP is you can do the equivalent of new here which tags the children with the the current tiddler. With tocp new with parent sets the parent field of new children to the current tiddler. Given any random tiddler you can look at the parent field and identify its

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread Birthe C
Peter, Do you want more to play with a headache perhaps Gentags ? Birthe -- 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,

Re: [tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread HC Haase
tirsdag den 21. april 2020 kl. 13.09.05 UTC+2 skrev Peter Buyze: > > @Stef: nice one. So here's a simple question from a newbie: how do I use > your code? In other words, where do I put it? Should I make a new tiddler > with that code in the text box, or …… what else? Please explain. > > > > ye

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Mario, thanks.  So, if I understand well, tocP makes various Tables of Content, and it could make one of my tags with the related "normal" text tiddlers that I have created. If that's correct, what is the advantage of me having a tag listing tiddler with this in the text box: ```     <>     `

[tw5] Re: ListWidget Fields in Current Tiddler with certain Value

2020-04-21 Thread David
Yes. Exactly right. Perfect. Thank you, Mark! How to reference a variable name as the field selector was the key. On Tuesday, April 21, 2020 at 12:25:22 AM UTC-4, Mark S. wrote: > > > Ok, I think this is what your want: > > <$list filter="[all[current]fields[]prefix[mi_]]" variable="field"> >

[tw5] Re: Freelinks hijacks external links

2020-04-21 Thread TonyM
HC There is also a search that highlights the search string where ever it is displayed. Imagin if from this you could also create tiddlers and links. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group a

[tw5] Re: raspberry pi nextcloud and TW

2020-04-21 Thread PMario
On Tuesday, April 21, 2020 at 2:04:38 PM UTC+2, kelsang sherab wrote: > > Thank you all for your replies. > > I am not any clearer. > But I suspect it is because I did not explain my end goal clearly enough. > :) .. Then I suggest, that you try to explain, what you want to do. -m -- You recei

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread PMario
Hi Peter, As Tony pointed out, tags is "just a field" in a tiddler. If you open the tiddler info area you can see them under the "Fields" tab. The tiddler info area is under the tag menu "\/ More : (i) Info" So 1 tags field can handle different values. .. The same is true for fields. You onl

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Thanks Tony. 21 Apr 2020, 15:27 by anthony.mus...@gmail.com: > Tags are only a special case of a single field with multiple values > > I will try and share some field tips soon. > > Tony > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. >

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
@David: how so? -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 21 Apr 2020, 15:23 by dgiff...@crcna.org: > Part of the beauty of TiddlyBlink is that you can use links instead of tags. > > On Monday, April 20, 2020 at 7:36:40 AM UTC-5, Peter Buyz

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread Birthe C
Please Tony, When you have the time I would really appreciate a demo wiki. I know I am slow, but also language barrier hit me at times. Several times I have worked trying to organize my wiki better, make more and better use of fields - but I end up in the biggest rabbit hole ever - every time

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread A Gloom
Here's something to play with-- its a variation of your tiddler with all tags and their tagged tiddlers-- the Subject Index is the main tiddler and the template tiddler is used by it -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread TonyM
Tags are only a special case of a single field with multiple values I will try and share some field tips soon. Tony -- 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

[tw5] Re: Newbie to Tiddlywiki - need some help with understanding CSS please

2020-04-21 Thread Mat
Welcome Bandit! :-) Particularly when new people have something in mind and ask for help, it is useful the more you can illustrate it. Could you show an example of how you want a form to look? Regarding @@ , as A Gloom points out it is equivalent to . But, if you prefer, then just use instead.

[tw5] Re: Many tags slow TW down?

2020-04-21 Thread David Gifford
Part of the beauty of TiddlyBlink is that you can use links instead of tags. On Monday, April 20, 2020 at 7:36:40 AM UTC-5, Peter Buyze wrote: > > I have read this somewhere and was wondering if it is true. I have several > tens of tags and TW has not slowed down at all. If so, what is a number

[tw5] Newbie to Tiddlywiki - need some help with understanding CSS please

2020-04-21 Thread TonyM
Phil Have you tried editing a tiddler and creating fields at the bottom. This is a quick way to do what you want out of the box. I can then show you how to make the field viewable and we can give you more support to build whatever you want Regards Tony -- You received this message because yo

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
> Peter you ask about 150 tags, but did you realise you could have an > additional tag field with another 150 tags if you want, after all the tags > are just a field. > 150 tags in 1 field, not in 150 separate fields? > For example what if one tag set related to the disposition of tiddlers

[tw5] Re: tag dropdown slowdown - solution/discussion

2020-04-21 Thread TonyM
Good tip with 3 spaces as well Tony -- 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 this discussion on the web vi

[tw5] Re: raspberry pi nextcloud and TW

2020-04-21 Thread kelsang sherab
Thank you all for your replies. I am not any clearer. But I suspect it is because I did not explain my end goal clearly enough. Thank you On Sunday, April 19, 2020 at 4:53:23 PM UTC+1, kelsang sherab wrote: > > I am looking for info - resources to learn from on how to create a TW that > is acc

[tw5] Re: Newbie to Tiddlywiki - need some help with understanding CSS please

2020-04-21 Thread A Gloom
Phil This concerns the CSS portion of your question > I want a simple template that I can open each time and fill in fields - > cannot find any help on how to do this. And of course I want to color code > - I have figured out how to use the CSS class and ID in TW but apart from > that all m

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread TonyM
HC then peter Yes I understand where you are coming from and that is not committing too soon to structuring your data so that relationships emerge in time. I am all for that however I also like to discover relationships while I collect my data and make sure I capture as much about my data's rel

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
@A.Gloom, thanks for that insight. -- Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: https://tutanota.com 21 Apr 2020, 14:25 by barrowgl...@gmail.com: > Hello Peter, > > >> that looks good, but I would one use that to replace say 150 tags? >> > > I would stick with tag

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread A Gloom
Hello Peter, that looks good, but I would one use that to replace say 150 tags? > I would stick with tags-- 150 isn't a large amount. One thing tags have over fields is TW shows the tags in view mode (under the tiddler title) while it doesn't show fields unless you set up a filter or transclus

Re: [tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
@Stef: nice one. So here's a simple question from a newbie: how do I use your code? In other words, where do I put it? Should I make a new tiddler with that code in the text box, or …… what else? Please explain. 21 Apr 2020, 13:55 by haase...@gmail.com: > I use this every day. so good. but it

Re: [tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-21 Thread Mohammad Rahmani
Thank you Jed. I will make some tests and share the results with you! Best wishes Mohammad On Tue, Apr 21, 2020 at 3:30 PM Jed Carty wrote: > Oh, sorry about that. I had another tiddler generate the html file. Here > is everything in one file, I am also adding it to the plugin development > re

[tw5] Re: Editor access vs View Access

2020-04-21 Thread Yoni Balkind
Yeah I do get that my use-case deviates from the original intention. But there is a very lively global community emerging right now around note taking and productivity. This is being driven by the likes of Tiago Forte's Building a Second Brain, the note taking app Roam Research, the book How to

[tw5] Re: Is it possible to host a Plugin-Library for content?

2020-04-21 Thread Jed Carty
Oh, sorry about that. I had another tiddler generate the html file. Here is everything in one file, I am also adding it to the plugin development repo. The formatting for the html file output isn't great, but it should work: \define makeHTML(json) ` Plugin Library var assetList = $(JSON

[tw5] Re: A Simple Way to Add the Tag Bar to the Tiddlerinfo Panel

2020-04-21 Thread HC Haase
I use this every day. so good. but it don´t work in the new tw 5.1.22 :( can you update it ?? -- 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: Editor access vs View Access

2020-04-21 Thread Sylvain Naudin
Le mardi 21 avril 2020 08:17:14 UTC+2, Yoni Balkind a écrit : > > Thanks for the outline. I'm finding that readonly plugin (step 5 of your > outline) a bit confusing. For example it references a ReadOnly ay > tiddlywiki.com but I cannot find the theme. Though it might only be > mentioning it a

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread HC Haase
Hi Tony I am a long time converted zetteler. My wiki is also an tempt to follow the zettlekasten method. I see a lot of merit in the method so let me correct you. It is not about avoiding categories, the idea is to avoid forcing a structure of categories. Instead you to let the categories emerg

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
OK Tony, I understand. I am not against using fields per se, but the issue I have how to replace my 150 tags with fields? 21 Apr 2020, 13:07 by anthony.mus...@gmail.com: > Peter > > I followed your links 're zest...Ian and I think the idea to avoid categories > and other organising principals

Re: [tw5] Re: Clip web page to TW?

2020-04-21 Thread 'Peter Buyze' via TiddlyWiki
Chris, very useful bookmarklet, thanks, I love bookmarklets :-) 1 small suggestion of correction: the bit with the link is not quite right, visually, although the link works. I looked at the JS but could not see where the correction should be made - I am a JS dummy, as well as a TW dummy :-( 21

[tw5] Re: Clip web page to TW?

2020-04-21 Thread HC Haase
tirsdag den 21. april 2020 kl. 11.54.10 UTC+2 skrev Chris Aldrich: > > Some of the methods in this thread didn't do quite what I had hoped (or > just didn't seem to work in the most recent version of TW5?). > > Scott's was pretty close to workable for me. I made a version similar to > his and

Re: [tw5] Re: Many tags slow TW down?

2020-04-21 Thread TonyM
Peter I followed your links 're zest...Ian and I think the idea to avoid categories and other organising principals in favor of tags is wrong. I could put the full argument but it would take time based on a long career in IT. I plan to learn more. I will try and share some tools for using fiel

  1   2   >