RE: [tw] Re: [TW5] ActionListopsWidget questions

2016-01-15 Thread infurnoape
Thank you for suggestions. Still trying to decide on a direction to go. Widget that returns selected so it can be used as the marker in ActionListops or hijacking ActionListops to create another operator? I've come across http://www.javascriptkit.com/javatutors/copytoclipboard.shtml but

[tw] Re: [TW5] A tool to create and import schools (swarms? Groups? whatever) of tiddlers (move multiple tiddlers between wikis easily)

2016-01-15 Thread Jed Carty
I made a version that uses javascript for both packing and unpacking. This means that you have to have the plugin in a wiki in order to create a bundle which I don't like, but I couldn't find any way to get around the problems from trying to copy too bundle together too many tiddlers using

[tw] [TW5] New Plugin: tobibeer/plantuml 0.5.0

2016-01-15 Thread Tobias Beer
As hinted at yesterday to Richard, I created a new plugin-wrapper for plantuml . Here is version 0.5.0 of tobibeer/plantuml

[tw] Re: [TW5] A tool to create and import schools (swarms? Groups? whatever) of tiddlers (move multiple tiddlers between wikis easily)

2016-01-15 Thread Mat
@Jed - great developments. Just curious; why is it less desirable that your creation is itself a plugin? I mean, it is still something that the user must install into their TW to use? I hope it is ok for me to ask without being rude; Is json included in the bit about "not wanting to get into

[tw] Re: Two plugin requests

2016-01-15 Thread Tobias Beer
Hi David, Popups that come up when hovering over internal links. After some brainstorming I created tobibeer/preview as announced here . Best wishes, Tobias. -- You

[tw] New Plugin: tobibeer/preview

2016-01-15 Thread Tobias Beer
Hi everyone, After David's request here I did some tests and ended up creating a new plugin called tobibeer/preview now released as version 0.5.2

[tw] Re: Two plugin requests

2016-01-15 Thread Tobias Beer
Hi Eric, > I guess you missed this one: > http://www.tiddlytools.com/#PopupPreviewPlugin > Indeed have, mhhh. :| Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: Two plugin requests

2016-01-15 Thread Tobias Beer
Hi Dave, > I knew you could do it, Tobias! :-) > > This adds value to my life. Very nice. Thank you! > Happy to see you like it. :-) I've been wanting this for TW2 for a long time. Actually seeing it at work makes me think that it can be quite useful as it allows you to stay where you are

[tw] Re: Two plugin requests

2016-01-15 Thread Eric Shulman
On Friday, January 15, 2016 at 8:51:53 AM UTC-8, Tobias Beer wrote: > > Hi Dave, > > >> I knew you could do it, Tobias! :-) >> >> This adds value to my life. Very nice. Thank you! >> > > Happy to see you like it. :-) > > I've been wanting this for TW2 for a long time. > I guess you missed this

Re: [tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread Alex S. Garcia
On Friday, January 15, 2016 08:42:59 'Mark S.' via TiddlyWiki wrote: > Are you using tiddlyfox? Nope. > If not, how are you saving? Just the 'normal' way, ie. clicking 'save changes' under 'admin tools' in the sidepanel, while the file is loaded from /var/www/html. > If you launch your

[tw] Re: Two plugin requests

2016-01-15 Thread David Gifford
Woo hoo!!! I knew you could do it, Tobias! :-) This adds value to my life. Very nice. Thank you! Dave On Friday, January 15, 2016 at 9:22:40 AM UTC-6, Tobias Beer wrote: > > Hi David, > > Popups that come up when hovering over internal links. > > > After some brainstorming I created

[tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread 'Mark S.' via TiddlyWiki
Are you using tiddlyfox? If not, how are you saving? If you launch your browser as root, then can you save? I'm guessing that your plugin can't/won't navigate those directories owned by root. As a workaround, can you edit on your server as http://localhost...tw.html ? Mark On Thursday,

Re: [tw] Re: [TW5] ActionListopsWidget questions

2016-01-15 Thread Matabele
Hi Andrew A quick look through the code suggests that it may be possible to implement this in the form of a widget -- perhaps an event listener, triggering a widget message that passes the selected text to a listener in an enclosing widget (which then deals with the contents of the message.)

[tw] [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-15 Thread Chester Cho
Hi All, I wanted to try to embed some commenting features to my TW5, so far I have been successfully implement Google+ comment on tiddler basis, however, DISQUS is extremely tricky to implement, so far I have come cross 2 solution but they are not so perfect solution, do you guys have any

Re: [tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread Alex S. Garcia
> > - your browser doesn't support saving (Firefox, Internet Explorer, > > Safari and Opera all work if properly configured) > > Note the phrase "if properly configured". All major browsers have > blocked javascript from performing direct file I/O with the local > filesystem. TiddlyFox is a

Re: [tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread Eric Shulman
On Friday, January 15, 2016 at 9:28:54 AM UTC-8, Alex S. Garcia wrote: > > On Friday, January 15, 2016 08:42:59 'Mark S.' via TiddlyWiki wrote: > > > Are you using tiddlyfox? > > Nope. > > > > > If not, how are you saving? > > Just the 'normal' way, ie. clicking 'save changes' under 'admin

[tw] Re: [TW5] New Plugin: tobibeer/preview 0.5.2

2016-01-15 Thread David Gifford
Now if there were a way to create "static bundles" - where you create a static of one tiddler, but any tiddlers that it references are also available. So that hovering over a link in a static opened the popup to the bundled tiddler, or clicking on a tab opens it up... Dave On Friday, January

Re: [tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread 'Mark S.' via TiddlyWiki
Doesn't the "normal" way force you to pick a path and save every time? Your firefox path has to be read/writeable. If you restored your old FF profiles, it might be pointing to a directory that you can't currently write to. What is your default download path in FF? If it's not under /var...

[tw] Running Bash and Python scripts from within TiddlyWiki

2016-01-15 Thread jimbuffat
Hi, I am working on the organisation of images that are more or less randomly distributed over my file system in the moment. What I want is to create a tiddlywiki (node) that allows tagging and linking the images that will be placed in a central directory. So far I've written a script that

[tw] Re: [TWC] Line breaks between consecutive sliders

2016-01-15 Thread Robert Edwards
Thanks Tobias but you're stepping out of my realm of experience. Will need to consider this a bit On Thursday, January 14, 2016 at 4:53:00 PM UTC-5, Tobias Beer wrote: > > I'd recommend using a > > {{classWrapper{ > content > }}} > > and the appropriate styles in your StyleSheet tiddler. > >

Re: [tw] Re: [TW5] ActionListopsWidget questions

2016-01-15 Thread infurnoape
Thank you for your suggestion. A Widget sounds like the best direction to go, but would it have to be an event listener? Couldn't it just be returned via module-type macro and just return it from a macro call and then just use it as the marker in an ActionListopWidget entry. I want to try

[tw] Re: [TW5] New Plugin: tobibeer/preview 0.5.2

2016-01-15 Thread Jon
Very useful, thanks Tobias. Jon On Friday, 15 January 2016 15:20:10 UTC, Tobias Beer wrote: > > Hi everyone, > > After David's request here > I > did some tests and ended up creating > a new plugin called tobibeer/preview >

[tw] Re: [TW5] New Plugin: tobibeer/preview 0.5.2

2016-01-15 Thread Jon
Hi Tobias, When I changed tc-popup-keep to tc-popup (and saved & re-loaded), the behaviour hasn't changed - still need to click away for pop-up to close. Also, what does the modifier key do? Great plug-in - I'll be using this a lot! Thanks Jon On Friday, 15 January 2016 19:59:06 UTC, Jon

[tw] Re: [TW5] New Plugin: tobibeer/preview 0.5.2

2016-01-15 Thread Jon
Hi Tobias, Noticed that the popup is translucent so if link is within some text, it's unreadable. Regards Jon On Friday, 15 January 2016 20:35:40 UTC, Jon wrote: > > Hi Tobias, > > When I changed tc-popup-keep to tc-popup (and saved & re-loaded), the > behaviour hasn't changed - still need to

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-15 Thread Jed Carty
I implemented comments on my tiddlywiki site using hashover, I did some DISQUS stuff here but I never got it working well, I did an intense debate demo

Re: [tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread Hegart Dmishiv
Okay, that was interesting. Well done Eric for coming up with the solution which helped Alex. I'm confused by the answer though, as I use TiddlyWiki to save locally from Firefox under Linux myself, and have never had such a permissions problem before, and I don't use, nor need, the TiddlyFox

Re: [tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread Alex S. Garcia
On Friday, January 15, 2016 13:24:53 Hegart Dmishiv wrote: > Okay, that was interesting. Well done Eric for coming up with the > solution which helped Alex. I'm confused by the answer though, as I use > TiddlyWiki to save locally from Firefox under Linux myself, and have > never had such a

[tw] Re: [TW5] A tool to create and import schools (swarms? Groups? whatever) of tiddlers (move multiple tiddlers between wikis easily)

2016-01-15 Thread Mat
It just struck me that tiddler bundling would (eventually) be a nice addition to the Advanced Search feature, in the Filter section. It fits very well with the export tiddler(s) concept... even very well, IMO. I.e the filter result is automatically a link that really is a bundle with all those

Re: [tw] Re: Saving TW files locally fails on a linux box

2016-01-15 Thread Hegart Dmishiv
Ah, that makes sense, thanks for clarifying that Alex. On Saturday, 16 January 2016 10:31:01 UTC+13, Alex S. Garcia wrote: > > On Friday, January 15, 2016 13:24:53 Hegart Dmishiv wrote: > > > Okay, that was interesting. Well done Eric for coming up with the > > > solution which helped Alex. I'm

[tw] Re: [TW5] A tool to create and import schools (swarms? Groups? whatever) of tiddlers (move multiple tiddlers between wikis easily)

2016-01-15 Thread Jed Carty
For why I wanted it to be all wikitext: I was just thinking that it would be better if the packaging tool could be imported into a wiki without having to reload. It isn't a big concern but having to install a plugin in order to export tiddlers from an existing wiki doesn't sound like a good

[tw] Re: Running Bash and Python scripts from within TiddlyWiki

2016-01-15 Thread Jed Carty
This probably isn't a useful response, but I played with a similar idea trying to run perl scripts from a local tiddlywiki and never managed to get it working. If you find a way to make this work please share it. -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: Running Bash and Python scripts from within TiddlyWiki

2016-01-15 Thread 'Andreas Hahn' via TiddlyWiki
Hi guys, I have had similiar ideas in the past and gave it a few tries. The (more or less) best thing I could come up with is extending the nodejs-server command with a CGI interface. That way the execution of an external program turns into a http-request, more specifically a tiddler

[tw] Fwd: Tiddlyspace Service Update

2016-01-15 Thread Handoko Suwono
On Tuesday, January 12, 2016 at 4:00:11 PM UTC+7, TiddlySpace wrote: > > *Tiddlyspace Service Update* > > The hosting arrangement that supports the tiddlyspace service was renewed > in December of last year, assuring that the service will be in place > throughout 2016. However, it is unlikely

[tw] Missing WikiText Solutions

2016-01-15 Thread Scott Simmons (Secret-HQ)
As I've begun using TiddlyWiki5 for day-to-day operations, it strikes me there are three quirks of its wikitext that may be worth revisiting: 1. *There's no wikitext for an image wrapped in a link. *Jeremy addressed this in an earlier thread

[tw] Re: Missing WikiText Solutions

2016-01-15 Thread Matabele
Hi Point (2): @@background-color:red;accomplish this@@ -- but might be easier to create a css style for the task (in a stylesheet): .highlight { background-color:red; } -- then: @@.highlight accomplish this@@ regards On Saturday, 16 January 2016 03:47:35 UTC+2, Scott Simmons (Secret-HQ)

[tw] Re: Passing a Transcluded Field Value to a Filter

2016-01-15 Thread Scott Simmons (Secret-HQ)
<$setvars> to the rescue! > After playing around with if-then statements unsuccessfully, I managed to dial it back to just using <$setvars> to scoop up and parse the input *AND* to build the filter string for the <$list> widget as a variable, which I could then pass in to <$list>. That seems

[tw] Re: Missing WikiText Solutions

2016-01-15 Thread Scott Simmons (Secret-HQ)
Good point! I'd forgotten @@.highlight this@@ and had been typing this every time. Though neither one is nearly as convenient when you're jotting down notes as @@this@@ ;) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] TW5 - Remove "Save Changes, Settings" icon, and "Tools, More" tabs

2016-01-15 Thread Robert Wong Tek Kong
Hello All! I am a new Tiddywiki user, and wanted to create an information database for use within my company. When I release a version to the public, I would like to remove the option to save or view settings within the wiki to clean up the look of it and subtly prevent any changes. With my

[tw] Re: link to external (local) tiddlers

2016-01-15 Thread Wilmer González
the new support it's exactly what i was looking for, just need '_canonical_uri' attribute and the relative path to the '.tid' file and it works. Although, i don't understand what mean this: "... saving changes in the browser doesn't work as expected: if edited, the external text tiddler is

[tw] Re: emulating TiddlyWikiClassic behavior in TiddlyWiki5

2016-01-15 Thread Scott Simmons (Secret-HQ)
Hi, Jean — I can relate. I too keep a running TiddlyWiki, which I archive out each year. I don't exactly start fresh, but I do offload my journal tiddlers, finished project tiddlers, and anything that isn't "current" to last year's archive. The good news for folks like us us that the

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-15 Thread Chester Cho
Haha, actually I was referring your solution as one of the solution, what I think why comment plugin is rather to implement on TW5 is simply because those JS are not so friendly to static html and they offer little customization option.

[tw] Re: [TW5] tiddler naming conventions

2016-01-15 Thread Hegart Dmishiv
Following some advice I read elsewhere (apologies to whomever came up with this, I cannot attribute you properly, as I've been reading quite widely since starting to use TW), I use the following nomenclature, which keeps all my custom system tiddlers together at the top of the System list,

[tw] Re: TW5 - Remove "Save Changes, Settings" icon, and "Tools, More" tabs

2016-01-15 Thread Matabele
Hi There's a readonly theme available ($:/ControlPanel/Appearance/Theme tab) -- this will remove the edit and save buttons. To remove tabs in the sidebar, delete the $:/tags/SideBar' tag from the tabs: -- e.g. '$:/core/ui/SideBar/More' and '$:/core/ui/SideBar/Tools' (AdvancedSearch/Shadows

[tw] Re: Passing a Transcluded Field Value to a Filter

2016-01-15 Thread Scott Simmons (Secret-HQ)
Of course! I had setvars in the 5.1.9 TiddlyWiki I'd been playing around with for the last couple of months, but I started fresh with 5.1.10 and hadn't thought to bring it over. (To be honest, I thought it was a core widget I just hadn't dug into yet!) Looking at the documentation, it's more

[tw] Re: Missing WikiText Solutions

2016-01-15 Thread Matabele
Hi If this is something you use often, a keyboard shortcut could be configured to add the markup around selected text -- and/or the class could be given a shorter name e.g. .ho -- highlight orange, .hr -- highlight red .hg -- highlight green regards On Saturday, 16 January 2016 06:46:32

[tw] emulating TiddlyWikiClassic behavior in TiddlyWiki5

2016-01-15 Thread Jean Ogryzalov
I've been using TiddlyWiki since 2007 and I really like it. I've done only light modifications, didn't really poke around in the source code and stayed away from plugins. I've only used it for one purpose - keeping a diary. Every year I would make a copy of the file, clear out the entries from

[tw] Re: Running Bash and Python scripts from within TiddlyWiki

2016-01-15 Thread Hegart Dmishiv
Another non-useful response, but I'm interested in the answer as well. Much of what I'm doing with TW is for documenting my network installation in preparation for deploying the next Lubuntu LTS version due in April this year, and I was intending to just copy the relevant BASH scripts from my

[tw] [TW5] tiddler naming conventions

2016-01-15 Thread Scott Simmons (Secret-HQ)
I appreciate Jeremy including some guidance on nomenclature in the main TiddlyWiki documentation. Given the changes to TW5 over the last couple of years,

[tw] Re: link to external (local) tiddlers

2016-01-15 Thread TiddlyWiker
On Wednesday, January 13, 2016 at 5:54:30 AM UTC+1, Wilmer González wrote: > > Hey guys! > > i've been thinking: there's a way to link external tiddlers and see them > in the tiddlywiki from where i just call it? > for example: > > we have index.html(as tiddlywiki) > and inside of it we create

[tw] Re: [TW5] tiddler naming conventions

2016-01-15 Thread Scott Simmons (Secret-HQ)
So far, the only plugins I've put together are just collections of related, reuseable tiddlers that I might want to install in new TiddlyWikis as a set of shadows. But how does one get by without at least *a couple* of /tobibeer plugins? :) -- You received this message because you are

[tw] Re: Passing a Transcluded Field Value to a Filter

2016-01-15 Thread Tobias Beer
Hi Scott, Ok, if you're not so puritan as to only want to rely on core features, I think with some rudimentary studies of how tobibeer/setvars works, you will have your required conditional logic

[tw] Re: Checkbox for removing tags?

2016-01-15 Thread Casey Allan
Thanks :) I changed things to "active", "waiting" and "done" . All is happy on the tasklist front. Cheers, -C On Wednesday, January 13, 2016 at 4:33:18 PM UTC, Tobias Beer wrote: > Hi Casey, > > >> I can't get the correction with the button to work, though, Tobias - it >> doesn't list

[tw] Re: Checkbox for removing tags?

2016-01-15 Thread Casey Allan
Oh, this is cool. Thanks, Matabele. Cheers, -C On Thursday, January 14, 2016 at 4:59:45 AM UTC, Matabele wrote: > Hi Casey > > An alternative approach which might suit your usage case: > -- each click of the button will choose the next tag in the list from the > 'list' field of the

Re: [tw] TW5 Default type

2016-01-15 Thread Daniel
Also thanks from my side - this works nicely. I made that button use the Markdown logo from https://de.wikipedia.org/wiki/Markdown#/media/File:Markdown-mark.svg using this content for the button tiddler: <$button class="tc-btn-invisible" title="Create new Markdown Tiddler"

[tw] Re: [TW5] Tiddler visible between two dates

2016-01-15 Thread Philippe Renders
Hello Tobias, The tiddlers displayed at startup are all tagged 'News'. My idea is to have the possibility to prepare 'News' and have them published in the news even if I am not present at work. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Re: Checkbox for removing tags?

2016-01-15 Thread Matabele
Hi Casey You might like to have a look at my new cycle[] filter operator from here . If you like this solution, copy across the modified version of the '$:/core/modules/filters/x-listops.js <#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fx-listops.js>' filters to your

Re: [tw] TW5 Default type

2016-01-15 Thread Tobias Beer
Hi Daniel, I think using the *action-sendmessage* widget makes this process easier: <$button class="tc-btn-invisible" title="Create new Markdown Tiddler"> <$action-sendmessage $message="tm-new-tiddler" type="text/x-markdown"/> Best wishes, Tobias. -- You received

[tw] Re: [TW5] Tiddler visible between two dates

2016-01-15 Thread Tobias Beer
Hi Philippe, The tiddlers displayed at startup are all tagged 'News'. My idea is to have > the possibility to prepare non visible 'News' (maybe with a '$' prefix ?) > and have them published in the news even if I am not present at work. > Ah, now this makes things much clearer. For one, you