[tw5] Re: [TW5] Plugins updated: ToDoNow, Listreveal, Reminders

2018-05-13 Thread Shay Shaked
Dear Thomas, I'm playing around with your ToDoNow again. I might need some dumb-proof explanation to a couple of things (perhaps you have more documentation?) 1. How can I create subtasks inside a "ToDo" Tiddler, or, what would you suggest for a big project that has a breakdown of

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread 'Mark S.' via TiddlyWiki
I would be really worried about using this on a world-facing server. Or does WebBrick have security built in somehow? -- Mark On Sunday, May 13, 2018 at 5:29:38 PM UTC-7, TonyM wrote: > > Jim, > > My cpanel account permits the use of Ruby on Rails. Can you possibly > provide guidence on using

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread TonyM
Jim, My cpanel account permits the use of Ruby on Rails. Can you possibly provide guidence on using this to serve tiddlywiki files that can be saved? Regards Tony On Sunday, May 13, 2018 at 12:32:45 AM UTC+10, Jim wrote: > > I use Ruby and so always have it installed. If you do too, here's a

[tw5] Re: Page number in the bottom-middle of tiddler

2018-05-13 Thread TonyM
Mohammad, I have used html tables with three columns, one row and then Left centre and Right Justify the text in the cells, these can be given 33% width (or variations there of. Regards Tony On Friday, May 11, 2018 at 11:43:04 PM UTC+10, Mohammad wrote: > > This works > left:45%;

[tw5] Re: TiddlyWiki Focused Solution Areas - Please contribute

2018-05-13 Thread TonyM
Kelsang, Thanks for your input. I think a starters Q will help where we present key user perspective questions and perhaps a TiddlyWiki For Dummies section? I will review your feedback in some detail. Tony On Monday, May 14, 2018 at 6:31:06 AM UTC+10, kelsang sherab wrote: > > I hope this

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread 'Mark S.' via TiddlyWiki
I've made a PR: https://github.com/Jermolene/TiddlyWiki5/pull/3277 Thanks! -- Mark On Sunday, May 13, 2018 at 7:32:49 AM UTC-7, Jim wrote: > > > You should add this as a PR as saver #21 at TiddlyWiki.com > > I'm not against it, but have no idea. > > > -- You received this message because you

[tw5] Re: TiddlyWiki Focused Solution Areas - Please contribute

2018-05-13 Thread kelsang sherab
I hope this suggestion is applicable for this thread. There are two things that are very helpful and I wish there was more of them around 1. examples of how people use TW - although there are examples they feel more like a show case rather than how someone uses TW in their daily life.

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
> > do I need to give a special tag to this "$:/config/accessKey/new-journal > tiddler? > >> >> No, you only need to edit $:/core/ui/Buttons/new-journal and change the <$button ...> to <$button ... accessKey={{$:/config/accessKey/new-journal}}> if it's not already there also, to be able to

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Mohammad
Jed, Many thanks for your effort! I have downloaded the 32B version and use it with Chrome. The pallet can not be changed. When I select from example Blanca I have a tiddler ($__palette.tid) with this content title: $:/palette created: 20180513160046150 modified: 20180513160047382

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
do I need to give a special tag to this "$:/config/accessKey/new-journal tiddler? On Sunday, May 13, 2018 at 3:15:01 PM UTC+1, BurningTreeC wrote: > > ... then create a tiddler "$:/config/accessKey/new-journal" and put your > desired accesskey in the text field, like j > > On most browsers

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
Hi, as I explained in my 5th post: after importing, save the wiki and reload it. Changing the access key would also need to save and reload. the key defined in $:/config/accessKey/new-tiddler then is the key to use with your browser's defined key for accessing access-keys. On chrome it's "Alt"

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
@BurningTreeC - Hi - once I imported your three files - I am not sure what to do next. I cannot find any visible indication that the files did anything to the system. The files are on the system with the following names: 1. $:/core/modules/widgets/button.js

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
@Mohammad That's a great little sight!! On Sunday, May 13, 2018 at 5:30:34 PM UTC+1, Mohammad wrote: > > @BTC > You can have a look at > http://showroom.tiddlyspot.com/ > > Best > > On Sunday, May 13, 2018 at 8:59:44 PM UTC+4:30, Mohammad wrote: >> >> @BTC >> I use TiddlyDesktop and it

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
It looks like there is a bug where if you create a new folder in and put a new .tid file inside that folder it isn't found until a server restart. I haven't had any trouble creating tiddlers in folders that already existed and have at least one .tid file in them. One thing to watch out for is

Re: [tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Xavier Cazin
Hi Jed, Well done! This bug has ceased to exist! I may have one or two new ones for your consideration, unless I do something wrong: - When I create new .tid tiddlers on the filesystem while Bob is running, they don't appear in the wiki, and are even deleted if put at the root of the

[tw5] Re: What happened to my tiddler Type field?

2018-05-13 Thread BurningTreeC
Hi @Jim , yes this is a bug I've found a possible fix for it, see here In the meantime, enabling links to missing tiddlers doesn't show the bug and I hope the fix or a variant gets it to the core all the best, BTC -- You received this

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread Silverfox
Yesss ! I'm so happy it works Thank you so much for giving the solution and also for all the details that contribute to leverage my coding skill. I can go on improving my plugin now... Nicolas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
Let me to try that. Cheers Mohammad On Sunday, May 13, 2018 at 9:08:35 PM UTC+4:30, BurningTreeC wrote: > > It can be used with every button > > >- open the tiddler where the button is >- look for the <$button ...> >- make it <$button ... accesskey="u"> >- or make it <$button ...

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
Yes, I removed a lot of redundant messages, each one came from a different part of deleting a tiddler but now that it is mostly stable there should generally only be one. There is no in-wiki way to delete a child wiki. To delete a wiki delete the folder and in the Bob settings -> manual

[tw5] Showroom at http://showroom.tiddlyspot.com/

2018-05-13 Thread Mohammad
Showroom at http://showroom.tiddlyspot.com/ is a simple and useful presentation edition. I appreciate @Birthe the creator of this plugin. There are some issues right now with forward/backward and reordering the slides. Also it would be great if it supports the shortcut for navigation

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread Jim
Both of these work - a remote image and a local image: [img[https: //discourse-cdn-sjc1.com/sketchup/uploads/default/6259/f745c81b340274a6.png]] [img[00439.png]] On Sunday, May 13, 2018 at 12:18:33 PM UTC-4, Mark S. wrote: > > No, I meant images to external files. Adding images to TW

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
It can be used with every button - open the tiddler where the button is - look for the <$button ...> - make it <$button ... accesskey="u"> - or make it <$button ... accesskey={{$:/config/accessKey/mybutton}}> and create the tiddler $:/config/accessKey/mybutton and put "u" in the

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
@BTC You can have a look at http://showroom.tiddlyspot.com/ Best On Sunday, May 13, 2018 at 8:59:44 PM UTC+4:30, Mohammad wrote: > > @BTC > I use TiddlyDesktop and it works for me! > I just tried Alt+n and it creates a new Tiddler > > One question > I use Zoomin storyview with one tiddler at

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
@BTC I use TiddlyDesktop and it works for me! I just tried Alt+n and it creates a new Tiddler One question I use Zoomin storyview with one tiddler at a time on screen. I have added two small buttons at the bottom of tiddler to let me navigate to next/previous tiddler in the storyriver. Is it

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Stobot
Jed, Looks to be all fixed on my end after testing the 64-bit Windows executable. Also noticed that while delete used to generate 4 messages in the "terminal?", it now only does 1 - which makes activity much clearer - I assume that go fixed somewhere along the way. I should ask - what's the

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread 'Mark S.' via TiddlyWiki
No, I meant images to external files. Adding images to TW directly slows it down very quickly. -- Mark On Sunday, May 13, 2018 at 7:32:49 AM UTC-7, Jim wrote: > > I've updated the file to create a back-up file on save. It might slow > things down on large TW's but better to be safe than

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
@Mohammad , you're welcome! let me know if it works for you BTC -- 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

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Mohammad
Many thanks! Shortcut keys are very important specially when you use TW for presentation. Right now TW is heavily depend on mouse clicks. I hope Jeremy respond to this pull request soon! /Best On Sunday, May 13, 2018 at 5:20:17 PM UTC+4:30, BurningTreeC wrote: > > At the moment there are no

[tw5] Re: Announcing the release of TiddlyWiki v5.1.17

2018-05-13 Thread Ed
Many Thanks to Jeremy and the othersof the cool TiddlyWiki wizard gang! Awesome!! Cheers, Ed. = = = = = = . . Op zaterdag 12 mei 2018 13:39:05 UTC+2 schreef Jeremy Ruston: > > I’m delighted to announce the release of TiddlyWiki v5.1.17: > > https://tiddlywiki.com/ > > There are several important

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Ed
Jed, you're the man! 8-)) Op zondag 13 mei 2018 17:50:48 UTC+2 schreef Jed Carty: > > And that was the 'best' kind of error. Seemingly inconsistent, only > discovered after releasing version 1.0.0, caused by invisible whitespace, > it only appeared because I fixed another error that had been

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
And that was the 'best' kind of error. Seemingly inconsistent, only discovered after releasing version 1.0.0, caused by invisible whitespace, it only appeared because I fixed another error that had been hiding it and now that I know what happened it is completely obvious. Version 1.0.1 which

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
I've figured out that on firefox-esr it works out of the box, on the newest firefox it may need some tuning. If it doesn't work, one can try to open "about:config" in a new tab, then "accept the risks", then search for "chromeaccess" - only one entry should remain. double-click that entry and

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
As far as I can tell the current problem is that there are newlines being added to the end of tiddlers. The state tiddlers are saved correctly but they are checked against an exact match and the newline is preventing the match from working. I still need to find how to fix it. I switched to

[tw5] Re: What happened to my tiddler Type field?

2018-05-13 Thread Jim
Brilliant! Thank you. Is it a bug? On Sunday, May 13, 2018 at 10:37:57 AM UTC-4, Eric Shulman wrote: > > On Sunday, May 13, 2018 at 5:21:17 AM UTC-7, Jim wrote: >> >> Good morning. >> >> I'm not sure what I did but does anyone know how to fix this? >> > > In the Control Panel, Settings tab,

[tw5] Re: What happened to my tiddler Type field?

2018-05-13 Thread Eric Shulman
On Sunday, May 13, 2018 at 5:21:17 AM UTC-7, Jim wrote: > > Good morning. > > I'm not sure what I did but does anyone know how to fix this? > In the Control Panel, Settings tab, make sure that [x] Enable links to missing tiddlers is checked. enjoy, -e Eric Shulman TiddlyTools.com: "Small

[tw5] Re: Minimal Ruby Server

2018-05-13 Thread Jim
I've updated the file to create a back-up file on save. It might slow things down on large TW's but better to be safe than sorry. > You should add this as a PR as saver #21 at TiddlyWiki.com I'm not against it, but have no idea. > Will this also serve images? Images in a TW (which is just

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
... then create a tiddler "$:/config/accessKey/new-journal" and put your desired accesskey in the text field, like j On most browsers the key can be accessed by holding "Alt" and pressing the key On firefox it seems that that key can be configured - try "Alt" or "Alt+Shift" or "Ctrl+Alt" plus

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
you can simply import the three files here at the bottom, then save your wiki and reload it. Try it with an empty wiki first if you want to add keys to other buttons, you can open the button tiddler (for example $:/core/ui/Buttons/new-journal) and add

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread kelsang sherab
I would not mind trying this except I haven no techniacl knowledge of how to make it thanks On Sunday, May 13, 2018 at 1:50:17 PM UTC+1, BurningTreeC wrote: > > At the moment there are no keyboard shortcuts besides the ones you can > define using the keyboard widget, but they only work within

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread BurningTreeC
Silverfox, I've tested both variants and they both work. This is your widget with my changes: /*\ title: $:/plugins/tiddlywiki/d3/CirclePackWidget.js D3.js version: V5 plugin type: application/javascript module-type: widget A widget for displaying Zoomable Circle Packing. Derived from

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread BurningTreeC
... I use "invokeActionString" if I pass actions to the widget from within a tiddler like <$mywidget actions="<$action-dosomething/>"/> ... and dispatchEvent() if I want to do what you're trying to accomplish. just look at the widget.js tiddler. all the prototype functions are accessible from

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread BurningTreeC
alternativelly, as I've looked at d3circlepackclick.js now where you have: monAction = "<$action-navigate $to='" +d.data.name +"'/>"; you can use: self.invokeActionString(monAction,self,d,null); instead of dispatchEvent() if you have an action string like your "monAction" -- You received

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread BurningTreeC
I don't know if this works out-of-the-box but I'd try: //this on top: var self = this; //here your code //more code //then this .on("dblclick",function(d){ var targetTiddler = d.data.name; self.dispatchEvent({type: "tm-navigate", navigateTo: targetTiddler)}); }); dispatchEvent() is defined

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread BurningTreeC
... From within your clicclic function you can also: self.dispatchEvent({type: "tm-navigate", navigateTo: targetTiddler)}); -- 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

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread BurningTreeC
Hi Silverfox, I think there are different ways one can accomplish what you want to do. First, I think "this.invokeActions(...)" in your code should be "self.invokeActions(...)" and you should define a variable: var self = this on top of the scope: YourWidget.prototype.render =

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread Silverfox
Wahoo... thank you but honestly I'm a bit lost... On Sunday, May 13, 2018 at 2:01:44 PM UTC+2, Jed Carty wrote: > > Now that I am looking at what I did with SnapSVG it isn't as simple as I > had remembered. > > The simplest way would be to make a widget based on the button widget, for > the

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread BurningTreeC
At the moment there are no keyboard shortcuts besides the ones you can define using the keyboard widget, but they only work within a textarea or an input field I made a pull request for keyboard shortcuts today using the "accesskey" attribute (see here:

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
This is an odd bug. It is using the shadow tiddlers instead of the normal tiddlers overwriting them. It is either caused by a change in 5.1.17 or by the change that fixed the infinite loop when importing images. It may be a bit before I track down a fix that won't break something else. -- You

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Ed
Hear, hear, I really can understand you plea for the excecutable Also great Stobot, that you were trying out multi-acces feature.I will have 36 people in the audience end of May so I could divide them in groups, actually hope that everocy can bring his laptop in the theatre. If something is

[tw5] What happened to my tiddler Type field?

2018-05-13 Thread Jim
Good morning. I'm not sure what I did but does anyone know how to fix this? -- You received this message because you are subscribed to the Google Groups

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
Stobot, Thanks for testing! That is really good to hear, I was worried about that. And I should stop referring to the plugin version as the normal version. It is normal in the sense as being the closest to just tiddlywiki, but from the response to this plugin it isn't the most commonly used

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Stobot
Jed - again thank you so much I'm seeing the same thing as Ed with the settings - noticing on both toolbars and the "fluid story" setting which I always change. As far as users, the best I was able to test was at work with 8 of us. I setup a edit-text and button to add tiddlers and had all of

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread Jed Carty
Now that I am looking at what I did with SnapSVG it isn't as simple as I had remembered. The simplest way would be to make a widget based on the button widget, for the snapsvg plugin I made I created a new widget for it that was more general. Unfortunately neither of those is quick and both

[tw5] Re: How to click on a D3 (svg) object to open a tiddler ?

2018-05-13 Thread Silverfox
My skills are definitely too limited... Here is what I've done : D3 double click entent activates a "cliclic" function in this function I wrote : > function cliclic(targetTiddler) { // alert("node " + targetTiddler + " was double clicked");

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
I believe that the files that end with ~ are lock files that are meant to prevent multiple applications from changing the same file at the same time. But I am not certain. And the problem you are describing is the same as what Xavier mentioned, for some reason shadow tiddlers are not being

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
Xavier, Every time I fix something some old bug comes back. Thank you for letting me know, I will try and find it. We may get Bob 1.0.1 sooner than I hoped. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Xavier Cazin
Hi Jed, Thanks, I'm eager to test Bob further! One glitch I just noticed, though: after the update, I can't seem to be able to tweak the theme from the control panel, or even change the theme: the new value is saved, but it looks like it is then reversed to its previous state, as if the shadow

[tw5] Re: [TW5] Announcing Bob version 1.0.0 Sourdough (formerly MultiUser)

2018-05-13 Thread Jed Carty
I am answering the last questions from the previous MultiUser thread here to move to a shorter thread for people using this in the browser and because they are relevant here. So please put new replies in this thread instead. Ed, 1) I have added more default mime-types so as long as I didn't

[tw5] Re: [TW5] Updates to the MultiUser plugin and the Single Executable version

2018-05-13 Thread Jed Carty
New questions should move over to the thread about the release of Bob v 1.0.0 so that this is usable for people using the web interface. Ed, I will put your answers in the new thread. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: what's the keyboard shortcut for new tiddler???

2018-05-13 Thread Sebastián Ortega
If not, is there any way to set it up one? On Saturday, 12 May 2018 23:19:29 UTC+2, kelsang sherab wrote: > > is there a keyboard shortcut for new tiddler? > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

Re: [tw5] Re: The Art Of Memory -- Just a few thousand years of thoughts

2018-05-13 Thread 'Vytas' via TiddlyWiki
Thomas, it is a pleasure to read the thoughts and experience you share! It is great that you can share and show a part of process you go through. This makes the group richer! You mentioned *"In all my main wikis". *When do you know it is time to start a new wiki? It seemed to me that there