[tw5] Re: [TW5] [TW-jsoneditor] Json Editor for Tiddlywiki Open Beta v0.0.5

2019-04-03 Thread Mohammad
Hi Joshua This is awesome! Many thanks! Many examples are given which shorten the learning curve! One suggestion: The size and font of button is better to fit the theme you use! --Mohammad On Tuesday, April 2, 2019 at 4:02:50 AM UTC+4:30, Joshua Fontany wrote: > > This is NOT an April Fools

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Birthe C
Tony, In my settings, "wikisPath": "./Wikis", "wikiPathBase": "/home/lenovo/Dokumenter/TWfolders", Then it finds what is under that path. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread TonyM
Birthe, The setting you mention reads "wikiPathBase": ".", With "wikisPath":"./Wikis", With each wiki defined link this "wikis": { "5.1.18-PreRelease": { "__path": "5.1.18-PreRelease" }, I tried making "wikiPathBase": ".", like "wikisPath":"./Wikis", but no change

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Birthe C
Mine too, Tony. With each wiki defined link this > "wikis": { >"5.1.18-PreRelease": { > "__path": "5.1.18-PreRelease" >}, > the "__path" is that not the short way of repeating the path in "wikiPathBase" Birthe -- You received this message because you are subscribed

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Jed Carty
The __path entries are the path for a wiki that is at that level, nothing more. The reason is that if you have an entry like "foo": "/path/to/foo" in the settings than you can't list any wikis under foo, so now it is "foo":{ __path:"path/to/foo", bar: { __path:"path/to/bar" } }

[tw5] [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread Jed Carty
I think I sort of buried the lede in the last release post for Bob, but one of the new features is that it can now get plugins directly from GitHub repos. You can just give it the URL and it will fetch the plugin and save it to your library of plugins so it is available to all of your wikis. I

Re: [tw5] [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread Jeremy Ruston
Hi Jed I’ve been meaning to experiment along similar lines. I had my eye on unpkg.com, an independent project that provides a gateway to files stored in npm. It’s intended so that scripts can reference things like: https://unpkg.com/tiddlywiki@5.1.19/boot/boot.js

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread TonyM
Jed et al.. My master wiki has all my wikis listed as "http://127.0.0.1:8084/Registry/__path; and opens that path http://127.0.0.1:8084/Registry/__path Removing "/__path" from the address in the browser opens the intended wiki. All wikis but the master wiki have the correct available wikis

[tw5] Button to edit current tiddler

2019-04-03 Thread Bruno Loff
Hey guys, I wanted to create a button, within the tiddler, that would allow me to edit the tiddler. It might seem redundant since all tiddlers in the story view have such a button, but actually I am showing the tiddler as a header above the storyline ($:/tags/abovestory), and when it appears

[tw5] Re: Button to edit current tiddler

2019-04-03 Thread Birthe C
Hi Bruno, <$button> <$action-sendmessage $message="tm-edit-tiddler" $param="Top"/> edit Birthe -- 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

Re: [tw5] [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread @TiddlyTweeter
Dear Jeremy and Jed and Bob :-) Anything that eases plugin install is good! Bob's various mechanisms for fetch, plugin install (local) etc are really superb. Its also worth mentioning Quinoid, Mark S's baby on Android, has an excellent fetch, customisable, mechanism to install remote TW onto

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread TonyM
Bithe, Do you mean "the "__path" is *now* the short way repeating the path in "wikiPathBase" ? Can I assume your Bob.exe is located in the folder "/home/lenovo/Dokumenter/TWfolders" I placed "C:\Data\TW5\Instances\Bob" in the wikiPathBase with no change. Sad Tony On Wednesday, April 3,

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Jed Carty
Tony, Try deleting the tiddler '$:/plugins/OokTech/Bob/Wiki Listing', it may be a template problem. Because that tiddler has a tag added to it to make it appear in the sidebar it is no longer a shadow tiddler and isn't updated when Bob is updated. I am looking into how to fix this. -- You

[tw5] Re: [TW5] Bob and BobEXE version 1.2.2 Friend Potatoes

2019-04-03 Thread Birthe C
Tony, You need the path to were your wiki folders are. My wikis are in "/home/lenovo/Dokumenter/TWfolders" wikiPathBase, the base path for wiki..at least I think. Hope you find a solution, Tony Birthe onsdag den 3. april 2019 kl. 09.13.19 UTC+2 skrev TonyM: > > Bithe, > > Do you mean

[tw5] Re: TW Components

2019-04-03 Thread Mohammad
Glad you find them useful, Josiah! I hope I have time to add more components there! --Mohammad On Wednesday, April 3, 2019 at 2:57:26 PM UTC+4:30, @TiddlyTweeter wrote: > > Ciao Mohammad > > I just wanted to comment that TW Components is a great resource! The two > "select" macros on there I

[tw5] Re: TW Components

2019-04-03 Thread @TiddlyTweeter
Ciao Mohammad I just wanted to comment that TW Components is a great resource! The two "select" macros on there I have used. Its a good resource, not just because it reduces the need to "reinvent the wheel", but also, importantly for me, is it practically helps me understand the TW coding.

[tw5] Re: [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread Jed Carty
And for the future of TWederation, I am working on inter-server communication with Bob, which could give us fully federated wikis. The node versions could act as relays for the single file wikis to get around many of the problems we had before, both in terms of speed and access. Inter-server

[tw5] Re: How to export a multifile tiddlywiki (bob) as a multifile small website with material?

2019-04-03 Thread Jed Carty
Ok. It is going to be easier to do this if I just make an action-widget that will move things around for you. This is something I have been planning for a while anyway to make using external files easier and it shouldn't take too terribly long. Once this is finished what you are going to do is

Re: [tw5] Re: How to export a multifile tiddlywiki (bob) as a multifile small website with material?

2019-04-03 Thread Stefan Pfister
Sounds really cool. I'm verry impressed. :-) Jed Carty schrieb am Mi., 3. Apr. 2019, 20:55: > Ok. It is going to be easier to do this if I just make an action-widget > that will move things around for you. This is something I have been > planning for a while anyway to make using external files

[tw5] Re: How to export a multifile tiddlywiki (bob) as a multifile small website with material?

2019-04-03 Thread Jed Carty
To be any real help I need to know a few things, First, when you say multi-file do you mean one html file and then all of the attachments (pdfs, images, etc.) are separate files? Or do you mean each tiddler is it's own .tid file? And second, how are these going to be hosted? If it is a

[tw5] Re: [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread Ste Wilson
TWEDERATION! Long live the tiddlyweb! Twiddlers talking to twiddlers! -- 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.

[tw5] Re: [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread Jed Carty
That is the thing, it exists and I have mentioned it a lot since I put it up. It is almost the entire purpose of the TWederBob plugin. -- 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: How to export a multifile tiddlywiki (bob) as a multifile small website with material?

2019-04-03 Thread Stefan Pfister
I have each tiddler in its own tid. file. I copy the html files in a folder and then it is accessible. I need one index.html file (name can be different) which points to the other files. This works. In the Bob wiki I make dragging and drop them in the wiki. No uri-fields. Thanks for the quick

[tw5] Re: [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread @TiddlyTweeter
Ciao Jed Jed Carty wrote: > > I have set up the secure server version of Bob so that it can be a plugin > repository that people can submit plugins to be served there, but it has > gotten next to no interest. > I seen that. I'm not good here as I'm not quite yet able to do a plugin so am

[tw5] How to export a multifile tiddlywiki (bob) as a multifile small website with material?

2019-04-03 Thread Stefan Pfister
Hi folks, I tried the zim wiki and had success with creating a bunch of linked html-files with the attached pdf-files in a subfolder as the result of a export-process. I had a small video file too as a single file. But I would prefer to use tiddlywiki for tasks like this. How can I export a

[tw5] Re: [TW5] Some string manipulation filters

2019-04-03 Thread TonyM
FyI The only list of possible maths operators I can find are here https://groups.google.com/forum/?hl=en#!searchin/tiddlywiki/maths$20operators%7Csort:date/tiddlywiki/T_v5vSiCEDA/n7Rdw6fMHQAJ In Jeremy's first post, I have underliened matching ones to jeds. *negate* - negation *abs* - absolute

[tw5] can't save tw in my own php server

2019-04-03 Thread 李晨
hi I put my tiddlywiki file in my own server with name "index.html" I set saving parameters like this: wiki name: lichen password: 123456 Server URL: http://212.129.142.212/store.php upload filename: index.html upload Directory: . upload backup Directory: . my php

[tw5] Re: Button to edit current tiddler

2019-04-03 Thread passingby
I had to find an online text compare tool, to see what is being pointed. But I caught it now. For future reference the difference is: tm-edit-tiddler instead of tw-edit-tiddler. On Wednesday, April 3, 2019 at 2:36:08 AM UTC-7, Birthe C wrote: > > Hi Bruno, > > <$button> > <$action-sendmessage

[tw5] Re: [TW5] Getting plugins directly from GitHub, Bob, and some questions

2019-04-03 Thread Jed Carty
I have set up the secure server version of Bob so that it can be a plugin repository that people can submit plugins to be served there, but it has gotten next to no interest. But it would work for non-github plugins. Also while I just said fetch plugins from GitHub the mechanism can get them

[tw5] Re: Tiddlywiki on Node.js: Backup

2019-04-03 Thread Mohammad
Hi again RA, I found Synkron (http://synkron.sourceforge.net/) to create backup! It also support file version system! It is portable, work on local machine and support different OS! --Mohammad p.s Only for windows user: https://portableapps.com/apps/utilities/synkron_portable -- You received