[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Hi David, The code uses state tiddler, so if everything is on the screen that means the forward key (here the Right arrow) has been pressed already and you should back to start. I saved it again to hide sections at start and you could reveal things bye pressing the Right arrow key. Many

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Thank you Tony! That is right, we need to have some snippet to be used, but I don't know how to add a new editor button to tollbar. That would be great! /Mohammad On Friday, June 22, 2018 at 4:00:40 AM UTC+4:30, TonyM wrote: > > Mohammad, > > One way to simplify the workflow for this would be to

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Jed, I think the solution you proposed is better than me. And the <$list filter=<>> One is fine in comparison to <$part p 01> One What I learned here is, there is no need to use *reveal *widget, but *list *can do the same! The problem is now, we cannot determined when all hidden parts

[tw5] Re: Import and add prefix

2018-06-21 Thread TonyM
Diego, That sounds interesting, and I imagine I could use it at some point in the future to build a PDF repository, PDF being a valuable resource today. I was hoping for a solution on any type of tiddlywiki file or folder, without external requirements if possible, I want to add this feature

[tw5] Re: Import and add prefix

2018-06-21 Thread Diego Mesa
Hey Tony, I accomplish this with my node version using a bash script and "Folder Actions" on OSX. When I ever I place a new PDF into a folder, my bashscript runs and creates a .tid file and opens it in my text editor with prespecified tags and titles. If this interests you Id be happy to

[tw5] Import and add prefix

2018-06-21 Thread TonyM
Folks, I would like to know if anyone knows "prior art" or existing solutions that may help me develop the ability to import tiddlers and add a prefix or suffix during import? This would permit the safe import of new and edited tiddlers that could be difference analysed and optionally replace

[tw5] Re: Is there a way to format the display of returned links, when using "list-links filter"?

2018-06-21 Thread ReneY
Hi TonyM: Oh i was hooked on TW Classic yet! I'm a returnee and fell in love with TW5 the instant i saw it ;) Thank you again! On Friday, June 22, 2018 at 7:01:25 AM UTC+8, TonyM wrote: > > My Pleasure Rene, > > Thanks for the confirming it helped. > > Just please excuse my contributing to

[tw5] Re: A Song for the Joy of It

2018-06-21 Thread David Gifford
Critalchay https://www.youtube.com/watch?v=3RRoxF-FeYM On Tuesday, January 2, 2018 at 1:27:14 PM UTC-6, @TiddlyTweeter wrote: > > Jodlerklub Wiesenberg & Francine Jordi mit Das Feyr vo dr Sehnsucht > > https://www.youtube.com/watch?v=1pY0xb9PrbY > -- You received this message because you are

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread David Gifford
Hi Mohammad This is a cool idea! You need to get your tiddler 'Test Gradual Reveal 01' to hide by default, since you presume to demo gradual reveals. As it stands, the parts that should be hidden are showing, so hitting the right arrow key appears to do nothing. It was only after I hit the

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread TonyM
Mohammad, One way to simplify the workflow for this would be to make an editor toolbar button to wrap a section eg <> or perhaps <> to account for Quotes in the text. In fact if you follow the model of the more drop-down in the editor toolbar you could have an editor button that drops down to

[tw5] Re: Is there a way to format the display of returned links, when using "list-links filter"?

2018-06-21 Thread TonyM
My Pleasure Rene, Thanks for the confirming it helped. Just please excuse my contributing to your, potential obsession with TiddlyWiki, its addictive and I am hooked. Tony :) On Thursday, June 21, 2018 at 10:19:56 PM UTC+10, Rene wrote: > > Hi TonyM: > > I'm happy to confirm to you that your

[tw5] Re: A Song for the Joy of It

2018-06-21 Thread @TiddlyTweeter
Brain Eno & Rick Holland, GLITCH https://www.youtube.com/watch?v=vPv84fP4FX0 -- 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] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Jed Carty
I may have spoken a bit too soon, it isn't quite as simple as just and , it is <$list filter=<>> and where you increment the number in the macro and it will reveal things in order. The problem I ran into is that any solution is either going to be specific to one wiki or have to point to the

[tw5] Re: arrays in field manipulation

2018-06-21 Thread 'Mark S.' via TiddlyWiki
Here's a file you can drag and drop into your TW demonstrating the 2nd method I mentioned. I'm not saying it's the best method, but it was easiest to create ;-) Notice that you don't need a "relatives" field -- all the relative information is already contained in the roles fields. It prevents

[tw5] Re: arrays in field manipulation

2018-06-21 Thread Ste Wilson
"I tried also to write a table associating relatives and roles and also that was not so easy (I used a technique from stephenteacher.tiddlyspot.com)" You did? AWESOME! I did that... AWSOME!! (I think it came with a lot of help from the good people here) :) -- You received this message

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Thank you Jed! I wait for you to get a better internet connection! I have uploaded a demo on http://revealgradually.tiddlyspot.com/ and I send the pass in a private email to be able to directly edit and implement your idea! Cheers Mohammad On Thursday, June 21, 2018 at 9:03:08 PM UTC+4:30,

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Jed Carty
I think that you can do this without a new javascript widget. You can make a list widget that uses first{!!position} and then put a number in the position field of the tiddler and increment that number. I think that this can be done with only core widgets and filter operators. My internet

Re: [tw5] Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Hi Jeremy Thank you for your comment! Seems I have to learn JS :-). I found some resources on developing widget for TW. I appreciate to have your advise! Or if you think there is a simpler solution for reveal content gradually. Cheers Mohammad On Thursday, June 21, 2018 at 8:06:13 PM UTC+4:30,

Re: [tw5] Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Jeremy Ruston
Hi Mohammad > On 21 Jun 2018, at 15:17, Mohammad wrote: > > How can I pass content like a widget! (or like html tags) I mean how can I > use a syntax like this > > > Contents goes here! > > > > I dont want to develop a full widget with JS! I’m afraid that you would need to write a widget

[tw5] Re: Escaping double quotes in search string that is part of a filter

2018-06-21 Thread Hubert
Mark, thank you very much!! It works brilliantly. I wasn't aware of this syntax. It's so simple and seems powerful. There's always something new to learn thanks to this amazing community. Thanks again! Best regards, Hubert On Thursday, 21 June 2018 16:00:13 UTC+1, Mark S. wrote: > > This

[tw5] Re: arrays in field manipulation

2018-06-21 Thread @TiddlyTweeter
Paul, its a very interesting question I find. I have no skill for a detailed answer. The one thing I would advise is to consider in using arrays that though TW can emulate a "flat-file" database, emulating a relational or hierarchical database would be pretty complicated and likely not worth

[tw5] Re: Escaping double quotes in search string that is part of a filter

2018-06-21 Thread 'Mark S.' via TiddlyWiki
This version seems to work: <$list filter="""[search:title{$:/search!!note}]"""> <> -- Mark On Thursday, June 21, 2018 at 4:45:34 AM UTC-7, Hubert wrote: > > Hello, > > I have an edit-text box that, when typed into, populates the note field of > a $:/search tiddler. > > That value is then

[tw5] Re: arrays in field manipulation

2018-06-21 Thread 'Mark S.' via TiddlyWiki
I think I would start by restructuring the data differently. Even in a robust language like javascript I would avoid storing data in two parallel "arrays" like you are doing. It would be so easy to get them out of synch. Maybe keep the list of family members, but then have the field "roles"

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
Thank you Josiah! If I can use tag like Contents then it would be much easier to use. Credits go to BurningTreeC for his great help and also people like you in this forum which are quite helpful. Cheers Mohammad On Thursday, June 21, 2018 at 6:57:10 PM UTC+4:30, @TiddlyTweeter wrote: > >

[tw5] Re: Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread @TiddlyTweeter
Brilliant idea! Many uses! Just as great you can reverse it too! Best wishes Josiah Mohammad wrote: > > http://revealgradually.tiddlyspot.com/ > > > I have developed a small code to gradually reveal contents of tiddler > using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com

Re: [tw5] KeeBoord plugin - shortcut for reveal things

2018-06-21 Thread Mohammad
Continue this discussion here: https://groups.google.com/d/msg/tiddlywiki/ZPFJ3DP4H7g/V7MYyMUuCQAJ On Wednesday, June 20, 2018 at 9:02:20 AM UTC+4:30, Mohammad wrote: > > Hello BTC > The code works, there is one problem > I added a zero state to hide everything and there other states 1, 2, 3 as

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-21 Thread Mohammad
This is very true! I hope Jeremy bundle it with TW 5.1.18 On Thursday, June 21, 2018 at 6:29:44 PM UTC+4:30, Abraham Samma wrote: > > Hi BurningTreeC, > > This is the plugin of my dreams!! Fantastic. Encountered no issues so far > but I am inclined to believe that this should be the plugin of

[tw5] Reveal Gradually The Contents of a Tiddler

2018-06-21 Thread Mohammad
*Announcement* http://revealgradually.tiddlyspot.com/ I have developed a small code to gradually reveal contents of tiddler using shortcut keys by *KeeBoord *pluging (here keeboord.tiddlyspot.com by BTC is used) An example is created to show the concept. By pressing Arrow keys - Right

[tw5] Re: KeeBoord - global keyboard shortcuts

2018-06-21 Thread Abraham Samma
Hi BurningTreeC, This is the plugin of my dreams!! Fantastic. Encountered no issues so far but I am inclined to believe that this should be the plugin of the month. Infact, I dare say TW5 should come bundled with this plugin because it augments it so very well. On Tuesday, June 5, 2018 at

[tw5] arrays in field manipulation

2018-06-21 Thread Paul Netsaver
Hi, I'm trying to have multiple fields whose content is an array, and I need help on how to manipulate them. Let's have a tiddler about a person (tiddler) *Alfred*, having *Burt, Connie, Danny* as relatives. The relationship of B,C,D to A is respectively: *son, wife, brother*. So I would like to

[tw5] Re: Is there a way to format the display of returned links, when using "list-links filter"?

2018-06-21 Thread Rene
Hi TonyM: I'm happy to confirm to you that your solution worked *very* nicely...

Re: [tw5] Re: export to ebook format (epub)

2018-06-21 Thread Paul Netsaver
Hi, maybe it was a wrong impression, but my understanding was that javascript code, in addition to being avoided in html tiddlers, has to be executed before DOM creation, so cannot be propagated (or not resolved) up to the end of the chain, so to be executed by the browser after TW rendering.

[tw5] Escaping double quotes in search string that is part of a filter

2018-06-21 Thread Hubert
Hello, I have an edit-text box that, when typed into, populates the note field of a $:/search tiddler. That value is then part of a list filter. It works great except when I type double quotes (") in the edit-text box -- that obviously breaks the list filter syntax by introducing the extra

[tw5] Re: next previous operator

2018-06-21 Thread Mohammad
Hi Jed, I am learning TW coding and I am curious to see how these operators are used! I had a look at your great Wiki reference and those by Tobias Beer /Mohammad On Thursday, June 21, 2018 at 3:17:36 PM UTC+4:30, Jed Carty wrote: > > Is there something specific you need? > > They act like

[tw5] Re: next previous operator

2018-06-21 Thread Jed Carty
Is there something specific you need? They act like the 'before' and 'after' operators but they take the current filter input and return values for each of the inputs. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Re: Material Theme for TW5 (sort of)

2018-06-21 Thread @TiddlyTweeter
Right the combination of "responsive CSS" and TW "Startup State Sensing" is promising. CSS is a really potent area of TW usage. As is we have great example results (JD, Telmiger, Riz and likely more) that simplify & clarify how to make TW look better. Some kind of synoptic overview of how to

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

2018-06-21 Thread @TiddlyTweeter
"@TiddlyWiki is my favorite app that does not assume online connection..." -- @csageland -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Literal transclusion of a field value?

2018-06-21 Thread Hubert
OK, I've found a way -- <$view field=list format=htmlencoded>{{!!list}} will render the value of the list field literally. Thanks, Hubert On Thursday, 21 June 2018 09:57:57 UTC+1, Hubert wrote: > > Hello, > > What's the correct syntax for transcluding a field without wikifying it? > I've

[tw5] Literal transclusion of a field value?

2018-06-21 Thread Hubert
Hello, What's the correct syntax for transcluding a field without wikifying it? I've searched in the documentation but failed to find a working solution (so, apologies if I've overlooked something obvious). What I'm trying to do is list specific tiddlers in a table with the exact (literal)

[tw5] next previous operator

2018-06-21 Thread Mohammad
Except the tiddlywiki.com short description where can I find good examples /descriptions for "next" and "previous" operator? /Mohammad -- 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: Migration from TWC to TW5

2018-06-21 Thread Reto
> > Maybe just make the "All" value equal to "ExtendedBrain", since all > results should match that. > Thanks, Mark, this works ... although I don't understand why. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

Re: [tw5] Re: Material Theme for TW5 (sort of)

2018-06-21 Thread Mohammad
Hi JD, Impressive theme, it should be bundled with TW release. Why not? /Mohammaf On Wednesday, June 20, 2018 at 7:17:13 PM UTC+4:30, JD wrote: > > Hi Kevin, > > Oh my, sorry for the delay, it's been a rough few weeks at work and I > haven't been able to do backdoor TW stuff for a while now.