[tw] Copy-to-clipboard button in Tiddlywiki?

2016-08-08 Thread Ilmari Kumpula
Hello! I'm trying to create a copy-to-clipboard button for my company's tiddlywiki. I have tried with multiple google solutions like clipboard.js and most recently with this code (found on google!): Copy Some Other Text Copy Click in this Field and hit Ctrl+V to see what is on clipboard

[tw] Re: adding comments after global macros

2016-08-08 Thread 'Mark S.' via TiddlyWiki
About #2, maybe you could make a global macro that never gets invoked: \define comment1() THE PRECEDING MACRO WILL DELETE ALL TIDDLERS ON THURSDAYS On Monday, August 8, 2016 at 6:28:56 PM UTC-7, Rustem wrote: > > Is it ok to have text at the end of a tiddler that has the tag > "$:/tags/Macro"?

[tw] adding comments after global macros

2016-08-08 Thread Rustem
Is it ok to have text at the end of a tiddler that has the tag "$:/tags/Macro"? Also, is there a way to have text that is ignored, other than enclose it as HTML comment? And while I'm at it, is there a way to have text displayed as is, not wikified and not monospaced? Thanks! --R

[tw] help with filter please

2016-08-08 Thread Rustem
Tiddlers have a field "when" that is a space separated list of tiddler titles. Tiddler A has "when" set to `morning [[day time]] evening` Tidddler B has "when" set to `morning` Tiddler C has "when" set to `[[day time]]` Tiddler D has "when" set to `evening` Tiddlers "morning" and "day time"

[tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-08 Thread Dave
I think I can probably achieve what I want in nodejs/TW5 (not sure of details), but I was just wondering if TW5 has the ability yet to automatically load / import on startup a list of tiddlers from another TW file , say all tagged with "include" or something like that. Here's the use-case: TW

[tw] Re: Like Mixing Evernote and Tiddliwiki: NoteSelf

2016-08-08 Thread 'Mark S.' via TiddlyWiki
I notice that the "Pack Database" option doesn't have a button associated with it. At least not on mine. I can include a snapshot if that is helpful. Also, if there was a "Pack Database" button, would there also be a "Unpack Data Tiddler" somewhere? Thanks! Mark -- You received this message

[tw] Re: Presenting: StretchText - an alternative to links or popups

2016-08-08 Thread Thomas Elmiger
Thank you, c pa, for reviewing my solution and suggesting an alternative! Your version resembles my first try (TextStretch 0.7.1) in many ways. Let me point out some differences: 1) Using the $id$ supplied by the user makes this parameter mandatory for many cases. As soon as you have two or

[tw] Re: [TW5] Is there a TW5 version of TiddlyPacking available

2016-08-08 Thread 'Birthe C' via TiddlyWiki
Hi J Mc Did you find a solution? I did try but without the different packing lists you wanted. http://tw5-suitcase.tiddlyspot.com/ Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: Is it possible to turn off CTRL+I in tw5?

2016-08-08 Thread leeand00
Thank you! On Tuesday, 2 August 2016 09:18:17 UTC-4, Jed Carty wrote: > > If you open the control panel there is a keyboard shortcutstab, you can > change or remove the shortcuts there -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread Mat
Ok, updated to work in FF also. A bit css hacky tho with pushing and pulling to left and right. pmario wrote: No .. definitely plugin-territory. > You're right and I deleted my yelling about core just a minute after, when I realized what should be obvious;

[tw] Re: Widget to get data from external source with ajax call to include on tw - How to do it?

2016-08-08 Thread Paulin Gjini
Thenks a lot Mario. I modify my macro and now it's ok. I will try again to implement it but the result it's fine for the moment. In this example in a tiddler I call the macro with a url > and after I will have a new tiddler loaded asynchronously

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread PMario
On Monday, August 8, 2016 at 3:15:12 PM UTC+2, Mat wrote: > > In my update (...which ATM doesn't work in FF) I'm doing something like > that, but a bit more subtle. > Mine didn't either at the beginning :) .. The link needs to be outside the button, because it eats the click event. Moving the

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread Mat
Ok, I solved it (albeit a bit css hackishly) but something urgent came up so must post later. <:-) > -- 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

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread Mat
@Mario I was thinking about something like show in the image below. > It's much more intrusive as Mat's version. So would need an On/Off switch. > In my update (...which ATM doesn't work in FF) I'm doing something like that, but a bit more subtle. BTW, apropos On/Off, the premise clearly

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread PMario
On Monday, August 8, 2016 at 3:07:56 PM UTC+2, PMario wrote: > > > I was thinking about something like show in the image below. > It's much more intrusive as Mat's version. So would need an On/Off switch. > It seems to be extremely useful, if you need to debug a tabbed UI. -m -- You received

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread PMario
On Monday, August 8, 2016 at 2:42:01 PM UTC+2, Ton Gerner wrote: > > Have a look at https://gist.github.com/Jermolene/8377452 > Hi Ton, The gist seems to break the system tabs if used with tiddlywiki.com. I was thinking about something like show in the image below. It's much more intrusive as

[tw] Re: How to get save to use same filename?

2016-08-08 Thread Chris Jordan
> > The old version used to be a little tricky -- but the new version seems to > be straightforward to use. > Thanks. Are official instructions for use to be found anywhere? Once installed into Chrome -- open the app. and load your wiki (note its a > Chrome App, not an extension.) > Thanks

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread Ton Gerner
Hi Mat & Mario, Have a look at https://gist.github.com/Jermolene/8377452 Cheers, Ton On Monday, August 8, 2016 at 2:22:13 PM UTC+2, PMario wrote: > > On Monday, August 8, 2016 at 2:00:12 PM UTC+2, PMario wrote: >> >> Interesting! .. Why didn't you add it to the tab itself, which would >>

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread PMario
On Monday, August 8, 2016 at 2:00:12 PM UTC+2, PMario wrote: > > Interesting! .. Why didn't you add it to the tab itself, which would allow > to open a tab tiddler with one click, without selecting the tab first? > Just had a look at the tabs macro code and saw, the implementation actually

[tw] Re: How to get save to use same filename?

2016-08-08 Thread Matabele
Hi Chris The old version used to be a little tricky -- but the new version seems to be straightforward to use. Once installed into Chrome -- open the app. and load your wiki (note its a Chrome App, not an extension.) The only issue I've had is an error message when I first open a wiki -- I

[tw] Re: Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread PMario
Hi Mat, Interesting! .. Why didn't you add it to the tab itself, which would allow to open a tab tiddler with one click, without selecting the tab first? -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

Re: [tw] Edit deep indexes in a JSON tiddler

2016-08-08 Thread Jeremy Ruston
Hi Danielo > As far as the text reference is able to understand the JSON dot notation, > there is no need to modify anything else, or I am missing something? I have > to admit that I get lost easily with the code of the editor widget. The text reference implementation isn’t fully

Re: [tw] Re: [TW5] Plugins files not saved

2016-08-08 Thread Olivier Tripet
Hi Mario, 6.3.1 -o On Monday, 8 August 2016 11:56:16 UTC+2, PMario wrote: > > Hi Oliver, > > Which node --version do you use? > > -m > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Presenting: Tablinks - to access the tid showing in the tab

2016-08-08 Thread Mat
No biggie but solving a repeated annoyance for me Tablinks <:-) -- 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

[tw] Re: How to get save to use same filename?

2016-08-08 Thread Chris Jordan
> > I use the TiddlyChrome extension > -- > works great. > Thanks. Are instructions for use to be found anywhere? The readme file https://github.com/Arlen22/tiddly-chrome-app/blob/master/README.md has just instructions for

[tw] Re: How to get save to use same filename?

2016-08-08 Thread Chris Jordan
> > If you don't mind a thirdparty addon based solution you may look into the Downloads > Router > < https://chrome.google.com/webstore/detail/downloads-router/fgkboeogiiklpklnjgdiaghaiehcknjo > > It allows setting personalized folders on a per-rule basis. You could set > your TiddlyWiki to

Re: [tw] Re: [TW5] Plugins files not saved

2016-08-08 Thread PMario
Hi Oliver, Which node --version do you use? -m -- 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 post to this group,

Re: [tw] Re: [TW5] Plugins files not saved

2016-08-08 Thread Jeremy Ruston
Hi Olivier > The upgrade to 5.1.13 didn’t take place. When using the upgrade command > below, it gets back to the prompt very quickly. > > tiddlywiki --version still returns 5.1.12 You could try: sudo npm --verbose update -g tiddlywiki Best wishes Jeremy > > But it doesn't really matter

[tw] Re: Widget to get data from external source with ajax call to include on tw - How to do it?

2016-08-08 Thread PMario
Hi Paulin, Sorry for the late reply. .. TW has a basic callback based ajax utility built in: see: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/utils/dom/http.js usage can be seen here:

Re: [tw] Re: [TW5] Plugins files not saved

2016-08-08 Thread Olivier Tripet
Hi Jeremy, that was a quick response! The upgrade to 5.1.13 didn’t take place. When using the upgrade command below, it gets back to the prompt very quickly. tiddlywiki --version still returns 5.1.12 But it doesn't really matter at this point as my main concern is to be able to start the

Re: [tw] Re: [TW5] Plugins files not saved

2016-08-08 Thread Jeremy Ruston
Hi Oliver > Hi all, I'm running TW5.1.12 under node.js on ubuntu 16.04. I get exactly the > same error message as Sylvain when starting the server. > > Upgrading to 5.1.13 (in order to benefit from Jeremy's fix) with > > sudo npm update -g tiddlywiki > > doesn't work apparently. Do you mean

[tw] Re: [TW5] Plugins files not saved

2016-08-08 Thread Olivier Tripet
Hi all, I'm running TW5.1.12 under node.js on ubuntu 16.04. I get exactly the same error message as Sylvain when starting the server. Upgrading to 5.1.13 (in order to benefit from Jeremy's fix) with sudo npm update -g tiddlywiki doesn't work apparently. Is there any way I can fix this by

[tw] Re: Widget to get data from external source with ajax call to include on tw - How to do it?

2016-08-08 Thread Paulin Gjini
Thank you very much Danielo for your help. You was very clear in your respone. Have a nice day. Paulin Il giorno giovedì 4 agosto 2016 17:52:30 UTC+2, Danielo Rodríguez ha scritto: > > I'm surprised that you got Promises working without any library. You are > probably using a very modern