Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-22 Thread Ste
This is sounding exciting! All I need to do now is get my IT to host:( :D On Thursday, 22 April 2021 at 09:23:21 UTC+1 Jan wrote: > Hi Saq, > I think that your plugin is great for educational scenarios - and there > CORS won't be a problem because as student's and teacher's wikis are >

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-22 Thread Jan Johannpeter
Hi Saq, I think that your plugin is great for educational scenarios - and there CORS won't be a problem because as student's and teacher's wikis are likely to be hosted in the same domain. I found the $filter in the widget - thanks for the hint. I would like to build / use a set of wikis

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-21 Thread Jean-Pierre Rivière
Thank you for your answer. Well, now the POC is working from this link with chromium and firefox, both on linux. If I get back the bug, I'll look at the console. I should have thought about it. I had tried a few things before discovering the "imteractive import" tiddlers but not this time.

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-21 Thread Saq Imtiaz
> I have got a look at > https://saqimtiaz.github.io/sq-tw/temp/get-remote-tiddlers.html but in > the "Interactive import" tiddler, the button reads "fetch Undefined widget > 'action-getremotetiddler'" and does nothing. I tested it on a recent > chromium. > > That is pretty odd, it works

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-21 Thread Jean-Pierre Rivière
I have got a look at https://saqimtiaz.github.io/sq-tw/temp/get-remote-tiddlers.html but in the "Interactive import" tiddler, the button reads "fetch Undefined widget 'action-getremotetiddler'" and does nothing. I tested it on a recent chromium. I can't see any plugin or macro for the magic.

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-20 Thread Saq Imtiaz
Hi Jan, I'll reiterate from my first post that this is just a quick and messy POC with a very narrow usage window because of the CORS requirement. Also note that apparently Twederation is supposed to be able to silently import content in the background as well, as pointed out by Jeremy above.

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-20 Thread TW Tones
Folks, I have long sought something similar, and wonder if the following approach would help with remote tiddlers, loading/importing and performance. - Provide a utility to save filtered tiddlers (json) to another filename on the host, not index.html or wikiname.html, a bit like rss

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-17 Thread Jan Johannpeter
Hi Saq, thank you very much for this widget! This is a great help, I have looked for something like this for a long time. This is a very important puzzlepiece to use TW as an interactive Learning Management System. For this usecase it is great that it has a silent mode, which makes it mor

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Saq Imtiaz
Hi Jeremy, A little background: I have a couple of ideas in mind for projects to do with education with some of the organizations I work with, for which I am considering TiddlyWiki. One of them would be very similar to the syncing educator and student notebooks project that was based on

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Jeremy Ruston
Hi Saq > I briefly looked at twederation but it didn't meet this particular > requirement which would be very helpful for my intended purposes: > "...preferably without needing to have extra plugins installed on the wiki > that is the content source". > > It also wasn't clear to me from the

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Saq Imtiaz
Thanks @Ste I briefly looked at twederation but it didn't meet this particular requirement which would be very helpful for my intended purposes: "...preferably without needing to have extra plugins installed on the wiki that is the content source". It also wasn't clear to me from the ReadMe

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Ste
Jumps in, mentions twederation , jumps out again. On Sunday, 4 April 2021 at 10:28:31 UTC+1 Mohammad wrote: > On Sun, Apr 4, 2021 at 1:38 PM Saq Imtiaz wrote: > >> Hi Mohammad, > > > Hi Saq, > >> >> So a lot of things are still up in the air. As I

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Mohammad Rahmani
On Sun, Apr 4, 2021 at 1:38 PM Saq Imtiaz wrote: > Hi Mohammad, Hi Saq, > > So a lot of things are still up in the air. As I mentioned this is a quick > prototype without a lot of pre-planning and I haven't had the chance to > figure out a good workflow yet even for my specific needs. I'll

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Saq Imtiaz
Hi Mohammad, So a lot of things are still up in the air. As I mentioned this is a quick prototype without a lot of pre-planning and I haven't had the chance to figure out a good workflow yet even for my specific needs. I'll try to answer your questions as well as I can at this point, but some

Re: [tw5] Fetching tiddlers from one wiki to another

2021-04-04 Thread Mohammad Rahmani
Hi Saq, This is very exciting and opens a lot of new windows for Tiddlywiki. One question: In Searchwikis (https://github.com/kookma/TW-Searchwikis) it uses index tiddlers from target wikis to search them The question is: Can I use Get Remote Tiddlers plugin to automatically update the indeed

[tw5] Fetching tiddlers from one wiki to another

2021-04-03 Thread Saq Imtiaz
I've been contemplating a project where if I were to use TiddlyWiki, I would need to be able to fetch content from other wikis on startup, and preferably without needing to have extra plugins installed on the wiki that is the content source. I've created a quick and messy proof of concept.