Re: [tw] [TW5] How to create a button that replaces a field value based on the current field value?

2015-10-06 Thread infurnoape
How about  http://t5a.tiddlyspot.com/#%24%3A%2Fplugin%2Fajh%2Ftiddlytime%2FDateTime.js Happy Connecting. Sent from my Sprint Samsung Galaxy S® 5 Original message From: Antaeus Feldspar Date: 10/06/2015 7:13 PM (GMT-07:00) To: TiddlyWiki

[tw] Re: Exporting as "tid" only exports one tiddler?

2015-10-06 Thread 'Mark S.' via TiddlyWiki
What I was expecting was a single file with a separator between tids. One tid file per tiddler with each tiddler either being auto-numbered or named for the original tiddler would also work. Having them zipped might be a nice touch. The only thing I wouldn't expect is that, after seeing a

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-10-06 Thread Tobias Beer
Hi Jeremy, Because the mechanism works on draft tiddlers, and there’s no draft tiddler > involved when you use the edit-text widget directly. So, could we perhaps introduce a single state tiddler to... - store the information of any edit-text widget instance given focus - store the text

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Danielo Rodríguez
> > Posts to all three places come through to my inbox so I see them all. > > Tobias is correct: development questions belong in the tiddlywikidev > group, out of respect for newcomers who find them overwhelming. They also > give a misleading impression that all TiddlyWiki users need to have >

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-10-06 Thread Tobias Beer
@Jeremy, Now, I'm a little confused, again. Sorry. With this... I'd urge you to examine the implementation of the existing refresh > dampening mechanism: > > https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/startup/render.js ...how come this delay works well with the preview

Re: [tw] [TW5] How to create a button that replaces a field value based on the current field value?

2015-10-06 Thread Antaeus Feldspar
I absolutely plan to offer it for public consumption when I have it working well. I also have some ideas for some useful filter-operators, but since I'm just getting started with the macros, the filter-operators are some distance in the future! -- You received this message because you are

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Jeremy Ruston
Hi Danielo > What do you think that would be the best way to place a tiddler at the top of > the page and hide all the rest of the elements? Including story river, > sidebars and everything else. You can easily overlay the main page using a position: fixed div, just like the backdrop for the

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-10-06 Thread Jeremy Ruston
Hi Tobias > So, could we perhaps introduce a single state tiddler to... > store the information of any edit-text widget instance given focus > store the text being edited in it > only commit the text back to the tiddler (field) after the edit delay passed? You’re circling around the same point

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Jeremy Ruston
Hi Danielo > It is my fault because I am more or less lazy. > Then, Jeremy, If I place an element manually outside that template, and I > trigger an event, Will it be cached by the root widget? I suppose the answer > is yes, but I am not sure at all. The root widget only catches widget

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Jeremy Ruston
Hi Danielo > Hello Tobias, you're right. > But it is also hard for jeremy for checking on three different places, tw > group, tw dev group and github. People not interested on a topic does not > need to read it. Anyway, I understand what you say, and I agree with you. Posts to all three

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-10-06 Thread Jeremy Ruston
Hi Tobias > ...how come this delay works well with the preview in edit mode > but not when I edit a field of the current tiddler in view-mode? Because the mechanism works on draft tiddlers, and there’s no draft tiddler involved when you use the edit-text widget directly. Best wishes Jeremy.

[tw] Re: Exporting as "tid" only exports one tiddler?

2015-10-06 Thread Tobias Beer
Hi Mark, > If there is, it isn't under a title containing the word "export". > It might indeed be non-existent. I'm also not seeing any "Toolbars" tiddler explaining how toolbars are collections of buttons... and then perhaps listing or linking to further details about those. I suppose I

Re: [tw] TW5 get changed tiddlers

2015-10-06 Thread Danielo Rodríguez
> > So, at startup, and each time the user clicks the button, you’d scan the > changecounts of all the tiddlers in the store, and compare against the > record you kept from the last check. The difference tells you which > tiddlers have changed. You don’t need to change anything in the store;

Re: [tw] [TW5] using highlight.js for transcluded code

2015-10-06 Thread James
Hi Jeremy, Can I use codeblock for external file? For instance: <$codeblock language="vb" /> <> On Tuesday, 6 October 2015 20:42:29 UTC+8, Jeremy Ruston wrote: > > Hi Danielo > > That depends on the platform! I can import a tiddler as an external file > (like the Alicia's tiddler) and then

[tw] Re: [How to] [TW5] Multiple tag fields

2015-10-06 Thread Danielo Rodríguez
El domingo, 4 de octubre de 2015, 17:56:44 (UTC+2), Tobias Beer escribió: > > Hi Danielo and Jed, > > I'm wondering why you two chose to touch the fieldmangler for that. > > Best wishes, > > — tb > I have not touched the fieldmangler in any way. Field mangler widget remains untouched, I just

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Danielo Rodríguez
El martes, 6 de octubre de 2015, 21:53:12 (UTC+2), Tobias Beer escribió: > > @Danielo, > > I don't see why a widget should not be able to store a reference to its > context somewhere, no matter where it resides. Can it not? > Yes, it is possible. The problem is that I don't know deep enough TW

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-10-06 Thread Tobias Beer
Hi Jeremy, > We’ve discussed this before: it’s why the existing mechanism defers the > refresh cycle, and doesn’t try to defer updating the value of the tiddler. > If we managed to dynamically rebind the input to a state tiddler during editing — rather than the tiddler which we look at —

Re: [tw] Re: [TW5] Request: Refresh Delay in edit-text widget

2015-10-06 Thread Evan Balster
I'll get around to finishing the message I drafted two weeks ago here... I see a lot of sense in Jeremy's point about always editing the Tiddler store directly, and I won't contest that. My main objection to the tag / field approach to refresh delay is that the delay isn't a descriptor of the

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Tobias Beer
@Danielo, I don't see why a widget should not be able to store a reference to its context somewhere. Can it not? Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw] Re: bibTex

2015-10-06 Thread Jed Carty
I made something that is the start of what you are talking about. If you check out the citation library here you can see what I have. -- You received this message because you are subscribed to the Google

[tw] Re: bibTex

2015-10-06 Thread Tobias Beer
Hi Jed, > If you check out the citation library here > > > you can see what I have. > That's quite interesting,

[tw] Re: bibTex

2015-10-06 Thread BJ
see also this thread https://groups.google.com/forum/#!topic/tiddlywiki/kIbDTiXZqJk all the best BJ On Tuesday, October 6, 2015 at 5:35:49 PM UTC+1, Muad Abd El Hay wrote: > > I found this plugin from TW classic. I am fairly new to all of this so I > have no idea how to make this work under

[tw] Re: bibTex

2015-10-06 Thread Jed Carty
Tobias, The default is on bookmarks, switching to the citation library using the menu to the left will show the citation library. It uses bibtex stuff. Here is the direct link to it: http://inmysocks.tiddlyspot.com/#%24%3A%2Fplugins%2Finmysocks%2FCitations%2FCitation%20Library And the bug with

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread BJ
HI Danielo, It is possible to write a widget that created a dom element and attaches it outside of the page container - it can then listen for dom events - this is how tiddlyclip works: var messageBox = doc.getElementById("tiddlyclip-message-box"); if(!messageBox) { messageBox =

Re: [tw] Re: TiddlyMap v0.9.11 released

2015-10-06 Thread George ZP
Hello Felix, Everything updated fine. Thanks! On Monday, October 5, 2015 at 2:57:57 PM UTC+3, Felix Küppers wrote: > > I forgot to mention that I added and removed some style options so in case > of node colors, font-colors and border colors you might need to readjust a > bit. In any case I

[tw] Re: Exporting as "tid" only exports one tiddler?

2015-10-06 Thread Danielo Rodríguez
What you were expecting? One tid file containing all the tiddlers ? This is a multids file that it is very similar to JSON. One tid file for each tiddler? Then, how should it be managed? One download prompt per tiddler? One zip file containing the tiddlers? Please note that I'm asking

Re: [tw] [TW5] How to create a button that replaces a field value based on the current field value?

2015-10-06 Thread Antaeus Feldspar
Actually, perhaps I should share what my macro will do - I went looking to see if there was an existing plugin that handled such things, and didn't find one, but that could be just because I wasn't looking in the right places. My macro will take a 17-character string as used in a Date field as

[tw] Re: [How to] [TW5] Multiple tag fields

2015-10-06 Thread Jed Carty
I just made a new action widget. It will probably be put into the action-setfield widget if it does make it to the core but this allows things to be much more modular since this is a single file that adds a single widget. What I have is here

Re: [tw] Re: TiddlyMap v0.9.11 released

2015-10-06 Thread Felix Küppers
Hi George, Glad to hear that, thanks for teliing me :) -Felix On 10/06/2015 10:50 AM, George ZP wrote: > Hello Felix, > > Everything updated fine. Thanks! > > On Monday, October 5, 2015 at 2:57:57 PM UTC+3, Felix Küppers wrote: > > I forgot to mention that I added and removed some style

Re: [tw] [TW5] How to create a button that replaces a field value based on the current field value?

2015-10-06 Thread Tobias Beer
Hi Antaeus, Tobias, you're right that the best solution may end up being something > other than a macro, but to keep the project going, I have a deep need to be > able to update certain data fields easily in great numbers of tiddlers. An > imperfect solution now is tons better than a perfect

Re: [tw] The plugin listing (and I'm not dead yet!)

2015-10-06 Thread Erwan
Hi Jed, Thank you for updating your list of plugins. Did you look at http://erwanm.github.io/tw-community-search/#%24%3A%2FPluginIssues ? It might help you find issues in the list and potential new plugins. Let me know if there is something else I can do which would make your task easier.

[tw] [TW5] At which point does TW create the main container?

2015-10-06 Thread Danielo Rodríguez
Hello, I want to know when TW creates the main div container. That with the class tc-page-container-wrapper I know it should be on certain core module, but I would like to know the exact involved modules and logic behind it. I can make a search for that class, but that does not ensures that

[tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Danielo Rodríguez
I just realized that I can access the page container wrapper through $tw.rootWidget.domNodes. Cool! I'm one step closer. Regards -- 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: [tw] [TW5] using highlight.js for transcluded code

2015-10-06 Thread Tobias Beer
Hi Jeremy, > Try: <$codeblock language=“javascript” code={{MyJavaScriptTiddler}}/> > Of course. Always the basics. :D — tb -- 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,

[tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Tobias Beer
Hi Danielo, > I want to know when TW creates the main div container. That with the class > tc-page-container-wrapper > This is all very interesting to understand ...at least, for me it is. So, clearly, I have no wish to discourage discussion. Nonetheless, I would invite you and others to

Re: [tw] TW5 get changed tiddlers

2015-10-06 Thread Jeremy Ruston
Hi Danielo > I want to allow the user make all the changes he/she wants to the wiki. Then, > when he cliks one button, I want to generate a report with the tiddlers that > have been changed for the running sesion. Creation, deletion and update. At > that point, if the user decides to "save"

[tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Danielo Rodríguez
At the end I'm using $tw.pageContainer seems that all the Node creation stuff happens at render module of the core. -- 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

[tw] Re: [TW5] Add button to convert INPUT to TEXTAREA in tiddler edit mode, how?

2015-10-06 Thread Tobias Beer
Hi Mat, > There was a similar proposal in github > very recently. > I've started to look into it but it turned out to be more difficult (for > me) than I thought. If it is of any value, here's > how

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Jeremy Ruston
Hi Danielo As you’ve discovered, it is indeed the startup module render.js that creates the page container node. Best wishes Jeremy > On 6 Oct 2015, at 12:44, Danielo Rodríguez wrote: > > At the end I'm using $tw.pageContainer > > seems that all the Node creation stuff

[tw] Re: Exporting as "tid" only exports one tiddler?

2015-10-06 Thread Tobias Beer
Hi Danielo, > I want to know what your expectations were > As for me, this would be it... a multids file — tb -- 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

Re: [tw] [TW5] using highlight.js for transcluded code

2015-10-06 Thread Jeremy Ruston
Hi Danielo > That depends on the platform! I can import a tiddler as an external file > (like the Alicia's tiddler) and then transclude it with text. Can't I ? > And even if that is not possible, there is at least one project I am working > at that can make good use of this. What I’m trying

Re: [tw] Re: Exporting as "tid" only exports one tiddler?

2015-10-06 Thread Jeremy Ruston
Just to be clear, the multids file format is pretty limited at the moment. Although it allows multiple tiddlers in a file, each tiddler can only differ by their title and text, the other fields have to be the same. There has been some discussion recently about introducing a new file format

[tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Danielo Rodríguez
> > So, clearly, I have no wish to discourage discussion. > > Nonetheless, I would invite you and others to use the TiddlyWikiDev > group much more, > even if the (perceived) latency might be a bit higher (although I'm not > sure it is). >

Re: [tw] Re: Exporting as "tid" only exports one tiddler?

2015-10-06 Thread Tobias Beer
Hi Jeremy, > There has been some discussion recently about introducing a new file > format that permits multiple tiddlers in a file, Tobias can you find the > reference? > I think you may be referring to this one... *#1947 allow to save field-values containing linebreaks under node.js*

[tw] Re: [TW5] Add button to convert INPUT to TEXTAREA in tiddler edit mode, how?

2015-10-06 Thread Mat
Tobias, Could you update your example to... > I just wanted to inform Siniy-Kit about the github thread. My example isn't really intended to be shown. I was thinking that maybe some (very small) fragment of it might be useful for Siniy-Kit such as a clue about a tiddler name or the syntax for

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-06 Thread Danielo Rodríguez
Hello Jeremy You can easily overlay the main page using a position: fixed div, just like > the backdrop for the modals. > Now you mention the modals, that raised me an idea. My first intention was to hide the whole tc-page-container-wrapper div. Then I realized that if I set it's css property

[tw] Re: bibTex

2015-10-06 Thread Muad Abd El Hay
I found this plugin from TW classic. I am fairly new to all of this so I have no idea how to make this work under TW5. Any ideas? https://github.com/jonkje/bibtexplugin On Tuesday, February 2, 2010 at 8:10:40 AM UTC+1, alessio c wrote: > > Hi all, > > I was trying to design a macro that could