[tw5] [TW5] Clarification of lists with current tiddler

2018-04-21 Thread TonyM
Folks, Perhaps this answer is already in my mind but I wish to state it succinctly and see if a more experienced TiddlyWiki Fan can state a simple answer. Question contained within the examples *Case 1. Standard behaviour and use* <$list filter="a filter"> Allows {{!!fieldname}} references incl

[tw5] Re: TW5 adaptation: Simple Note Index

2018-04-21 Thread TonyM
David, Thanks for Sharing, However I am not sure where to start in your example. Regards Tony On Sunday, 22 April 2018 05:45:11 UTC+10, David Gifford wrote: > > Hi all > > Since a few of you helped me today, I am sharing the results here, a very > specific adaptation of TiddlyWiki for quickly

Re: [tw5] Re: Slideshow Macro

2018-04-21 Thread Jillian Christiano
That worked, thanks so much! On Thu, Apr 19, 2018 at 5:16 PM, Steven Schneider wrote: > Birthe: thanks! that did it! //steve. > > On Thursday, April 19, 2018 at 1:01:18 PM UTC-4, Birthe C wrote: >> >> Hi Jill, >> >> You have the story view set to top. That did not work for me so I tried >> story

Re: [tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-21 Thread PMario
On Saturday, April 21, 2018 at 6:52:08 PM UTC+2, Jeremy Ruston wrote: > > > For example, link handling will need rethinking. We’d probably want > [[8EBDE50D-090C-40F0-B204-7907B4B1A780]] to produce the following wikitext: > Hi, The uni-link code contains 2 macro tiddlers ... the uni-link-macro a

[tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-21 Thread 'Mark S.' via TiddlyWiki
Part Deux, To make things easier, type $:/tags/EditTemplate into the "shadows" tab of the advanced search. Click on $:/core/ui/EditTemplate/title and clone it. Rename the clone as $:/core/ui/EditTemplate/subtitle and replace it's contents with: <$edit-text field="subtitle" class="tc-titl

[tw5] TW5 adaptation: Simple Note Index

2018-04-21 Thread David Gifford
Hi all Since a few of you helped me today, I am sharing the results here, a very specific adaptation of TiddlyWiki for quickly generating and automatically indexing simple notes on books and other sources by topic and subtopic. Easier to show it than to explain it. http://giffmex.org/tw.adapt

[tw5] Re: Faceted search

2018-04-21 Thread Miroslav Kalous
Hi @Brady77, Thinking about this topic from the beginning, I understood you identified an important wished-for feature for me as well. In the simplest, I see it as what I do in my gmail: limit my search to just emails I sent to someone and conduct search among those (e.g.: "in:sent booking"). I

Re: [tw5] Re: list filter problem

2018-04-21 Thread David Gifford
Hi Thomas Xanatos' solution worked for me. I assumed you saw that. I am all set. Blessings! David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateglobalmission.org On Sat, Apr 21, 2018 at

Re: [tw5] Re: list filter problem

2018-04-21 Thread Thomas Elmiger
Dave, I guess we miss some context here. Maybe this is closer to what you want? <$list filter="[!has[draft.of]field:1.topic[1 Peter structure]has[2.subtopic]sort[title]]" variable=tid><$view tiddler=<> field="2.subtopic" /> – <> All the best, Thomas -- You received this message because y

[tw5] Re: list filter problem

2018-04-21 Thread xanatoswetzel
Hi David, try subtopic_2 . hope that helps QuaraMan Am Samstag, 21. April 2018 15:52:15 UTC+2 schrieb David Gifford: > > Never mind, I have bigger problems than just that. > > On Saturday, April 21, 2018 at 8:32:01 AM UTC-5, David Gifford wrote: >> >> Hi all >> >> I worked hard on this, but c

Re: [tw5] Re: list filter problem

2018-04-21 Thread David Gifford
Thanks Thomas. I didn't clarify that 1 Peter structure was the current title I was trying to avoid. David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateglobalmission.org On Sat, Apr 21,

Re: [tw5] Re: filter needed: all tiddlers where a custom field is the title of the current tiddler

2018-04-21 Thread David Gifford
[topic1{!!title}] did the trick! Thank you so much! David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church resonateglobalmission.org On Sat, Apr 21, 2018 at 12:19 PM, wrote: > Hi David, > > thi

[tw5] Re: list filter problem

2018-04-21 Thread Thomas Elmiger
Hi Dave I tried this: Add variable=… to the filter and thus check what the resulting value is. <$list filter="[field:1.topic[1 Peter structure]each[2.subtopic]get[2.subtopic]sort[title]]" variable=tid><$view field="2.subtopic" /> – variable: <> And it turned out that the value of the variabl

[tw5] Re: filter needed: all tiddlers where a custom field is the title of the current tiddler

2018-04-21 Thread xanatoswetzel
Hi David, this should do the trick: [topic1{!!title}] or when the template get more complicated: at the beginning of the template: <$set name="title" value={{!!title}}> content <$list filter="[topic1]"> content after the list hope that helps QuaraMan Am Samstag, 21. April 2018 19:11

[tw5] filter needed: all tiddlers where a custom field is the title of the current tiddler

2018-04-21 Thread David Gifford
I am experimenting again, this time with Xlist. But I don't know the filter [[]] to get a list of all tiddlers in which the custom field topic1 is the title of the current tiddler. I don't want to just insert the name of the current tiddler because I want to create a template. Any love on a Sat

Re: [tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-21 Thread Jeremy Ruston
Hi Petr Thanks for the comments, much appreciated. You make a strong case for these improvements, and I take your point that it may require my attention to make them happen. I can’t promise to work on it immediately, but I’ll try to give it some time. In the meantime, the experiments by Mario

Re: [tw5] HammerWidgets UPDATE

2018-04-21 Thread BurningTreeC
> > Hi Simon, > I guess the bottom-right edge would be sufficient...and perhaps it only > adjusts the width leaving height to auto. > @Jan , the pan widget now has a demo that does moving + resizing > > I guess you already encountered Jeremies kind of secret cecilyView > https://github.com/Jer

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-21 Thread Mat
BTW, here 's a positive review from someone. <:-) -- 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 em

[tw5] Re: NoteSelf uses local browser storage seamlessly with a remote synching server

2018-04-21 Thread Mat
Something always glitches when attempt at getting NoteSelf to work properly. Maybe with Bluemix it will work so could someone please give some guidance? I successfully set up a new Bluemix account (via here ) and created a new db

[tw5] Re: HammerWidgets UPDATE

2018-04-21 Thread BurningTreeC
UPDATE II The widgets have undergone another update that changes their attributes instead of the "targets" attribute they now use "class" and "tag" Now they create the gesture-enabled element applying the class and the tag passed as attributes Before the element had to be created by the user

[tw5] Re: list filter problem

2018-04-21 Thread David Gifford
Never mind, I have bigger problems than just that. On Saturday, April 21, 2018 at 8:32:01 AM UTC-5, David Gifford wrote: > > Hi all > > I worked hard on this, but can't figure out what I am doing wrong. Can > anyone tell me why <$view field="2.subtopic" /> is not working in this list > filter?

[tw5] list filter problem

2018-04-21 Thread David Gifford
Hi all I worked hard on this, but can't figure out what I am doing wrong. Can anyone tell me why <$view field="2.subtopic" /> is not working in this list filter? http://giffmex.org/experiments/pow.experiment.html#1%20Peter%20structure -- You received this message because you are subscribed to

[tw5] Re: Importing lots of Markdown-Files

2018-04-21 Thread BJ
maybe you could show an example? (eg take a screenshot of one of these files in a text editor) On Saturday, April 21, 2018 at 12:52:48 PM UTC+2, Martin Hähnel wrote: > > Hey everyone, > > before switching to TiddlyWiki I relied heavily on a notes system based on > ikiwiki .

[tw5] Re: Transclusion in Markdown

2018-04-21 Thread BJ
Hi Martin, note that 'MDL' is not a markdown parser, It's just changes to parts of the tiddlywiki markup to make those parts more like markdown (for use when I am entering text into github and want to copy to tiddlywiki). It would be nice if some of the basic markup was the same, but it is not.

[tw5] Re: transclusion and tables

2018-04-21 Thread argasm
It works fine, thanks a lot !! Le vendredi 20 avril 2018 21:43:05 UTC+2, Mark S. a écrit : > > Well, I hope someone can give you a better answer than this, but whenever > I've needed to build a table this way I've ended up using HTML structures > in the template. So > you would invoke like: > >

[tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-21 Thread Brady77
@PMario Thank you Mario for all your comments and your plugin. To add a quick note: searching and filtering seem the most critical, now. There is no workaround I can imagine that can help here without touching the code. Don't know about transclusions since I don't use them yet. Can I (as non-co

[tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-21 Thread Brady77
Hi Tony, TonyM wrote: I am confident it is only if you use [[embedded links]] or > {{transclusions}} that you are likely to come across this problem because > you can rename titles with no loss. > Yes, you are right. Those are the critical spots. > > A Common technique I use is the new her

Re: [tw5] Re: [TW5] preventing tiddler-links to break by using ids as reference that translate into titles

2018-04-21 Thread Brady77
Hi Jeremy again, Jeremy Ruston wrote: OK, you’re describing what I think of as the “GUID approach”. It’s a nice > pattern, and definitely resonates with a lot of users. I don’t see it as > requiring a major change to the TW core design, though: it’s predominantly > high level UI entities that

[tw5] Importing lots of Markdown-Files

2018-04-21 Thread Martin Hähnel
Hey everyone, before switching to TiddlyWiki I relied heavily on a notes system based on ikiwiki . I therefore have a lot of individual markdown files that all look more or less like this: * * * [[!tag $Tag1 $Tag2]] # note 175: $Title [contents of note] # Links [links

[tw5] Re: Transclusion in Markdown

2018-04-21 Thread Martin Hähnel
Thanks for your help. I'll have to give bj's MDL parser a try, then. Although I'm a little worried: How future proof is it to use a parser like this? Will I be able to use this in five years still? And should a hint for bj's MDL or the limitations of the standard markdown parser be included in

[tw5] Re: Faceted search

2018-04-21 Thread Brady77
@Miroslav Kalous Hi Miroslav (your name seems to have roots in Czechia). Thank you for sharing your workflow, problems and expectations. Please have a look at the next few lines and let me know how you feel about my proposal. I think it may help you as well. @TonyM Thank you Tony for your detai

[tw5] Re: nodejs server - creating tiddler with text editors in folder rather than in browser. ??

2018-04-21 Thread kelsang sherab
Hi Mark. yes to all your questions. I shut the server ctrl C and restart it and I am executing my commands when in /home/sherab/ [i type the tiddlers in my /home/sherab/thunderwiki/tiddlers/NewTiddler.tid thanks. Could you please share with me your own way of writting tiddlers with a text edit