Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-07 Thread Chuck R.
Jeremy, that sounds great! If I create that bookmarklet for a TW5 on 
Tiddlyspot, can the user navigate or even see the other tiddlers in the TW5 
file that are not part of the bookmarklet filter? 

On Monday, November 11, 2019 at 6:46:45 AM UTC-5, Jeremy Ruston wrote:
>
>
>
> A JavaScript bookmarklet cannot in general read files from the local disk. 
> I’ve knocked up a macro that does the next best thing: it can generate 
> bookmarklets containing an arbitrary set of tiddlers identified by a filter.
>
> This example generates a bookmarklet labelled “MyTiddlers” containing all 
> the tiddlers with the tag “HelloThere”:
>
> <>
>
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/21e6f63c-5611-4394-a296-3b73e582b76d%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-05 Thread TonyM
Arlen,

Thanks, I had assumed only the link would be stored in the bookmarks when 
dragged to the bookmarks. 

If we had a new plugin to install in a number of wikis dropping it on the 
bookmarks and dragging and dropping to each target wiki is a nice workflow.

Regards
Tony

On Sunday, January 5, 2020 at 11:26:47 PM UTC+11, Arlen Beiler wrote:
>
> A link to a tiddler can be dragged into a different wiki, or dragged to 
> the bookmarks bar then dragged into another wiki for import. Also the best 
> way to load an external file would probably be to append a script tag with 
> src to the body. Haven’t tested it but it should work.
>
> On Thu, Jan 2, 2020 at 08:57 TiddlyTweeter  > wrote:
>
>> TonyM
>>
>> Some comments.
>>
>> I have become very aware that you are keen on leverage of (a) browsers 
>> and (b) Windows to better support working with TW.
>>
>> These are things I am much in harmony with.
>>
>> I tried a few times to document some parts of this I know about. It is 
>> not as easy as it first looks to derive something that is comprehensible if 
>> you not been through it.
>> Documentation is very time consuming & prone to error, so I tend to not 
>> publish it.  
>>
>> The Bookmarklet by Jeremy is an elegant example of "just doing it" that 
>> is nicely contained.
>>
>> I continue to work on Polly, which is basically using shell functions to 
>> provide a management interface to save, backup, clone, fetch, launch, order 
>> etc wikis.
>>
>> BTW, Timimi (FF only) is interesting for single wiki in the way Bob is 
>> for file wike. It is quite easy in Timimi to launch scripts to do things. 
>> Closing the gap so you can do OS things via TW is real leverage
>>
>> New year thoughts.
>> Best, Josiah  
>>
>>> -- 
>> 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 tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/baaf8dae-f964-4a48-bfa3-869489a73250%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f006902d-c194-414a-8820-c652460da607%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-05 Thread Mohammad
Added to TW-Scripts

https://kookma.github.io/TW-Scripts/#Inject%20or%20Import%20Tiddlers%20through%20Bookmarklets



On Monday, November 11, 2019 at 3:16:45 PM UTC+3:30, Jeremy Ruston wrote:
>
> > I did a little research such as here 
> 
>  and 
> is seems plausible that we could make a bookmarklet that would allow me to 
> drop a specified json file onto a tiddlywiki from the bookmarks I would not 
> even need to go looking for my json file to drag and drop it, just select 
> from the bookmarks. If we can point to json files on our local disk or on a 
> server such as provided by TiddlyServer it would be an easy way to 
> distribute tools, tiddlers, data, plugins and macros to one or more wikis.
>
> A JavaScript bookmarklet cannot in general read files from the local disk. 
> I’ve knocked up a macro that does the next best thing: it can generate 
> bookmarklets containing an arbitrary set of tiddlers identified by a filter.
>
> This example generates a bookmarklet labelled “MyTiddlers” containing all 
> the tiddlers with the tag “HelloThere”:
>
> <>
>
> Drag the bookmarklet link to the browser address bar to install it, and 
> then visit another TiddlyWiki. Clicking the bookmarklet will inject the 
> payload tiddlers into the target wiki.
>
> The text of the macro:
>
> \define save-as-bookmarklet-href()
> (function() {
> $tw.wiki.addTiddlers($(json-tiddlers)$);
> })()
> \end
>
> \define save-as-bookmarklet(title,filter)
> <$wikify name="json-tiddlers" output="text" text="""<$text 
> text=<>/>""">
>  [encodeuricomponent[]addprefix[javascript:]] 
> }}}><$text text=<<__title__>>/>
> 
> \end
>
> Let me know how you get on,
>
> Best wishes
>
> Jeremy
>
>
> On 11 Nov 2019, at 10:36, Ton Gerner > 
> wrote:
>
> Hi Tony,
>
> Thanks. Yes I remember this work. Do you think it could point to a file or 
>> contain a payload to drop on a wiki?
>>
>> I will look more closely but I need to depend on the templates. Good 
>> start though
>>
>>
>> I really don't know.  My knowledge of Javascript is almost nihil. I just 
> used Stephan Hadrek's idea, see 
> https://groups.google.com/forum/#!msg/tiddlywiki/cUUXichiwdU/8gTL3lsO0MUJ
>
> Cheers,
>
> Ton
>
>
> -- 
> 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 tiddl...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/ee45dc80-e025-48f5-ac12-bbdc45ef5cb5%40googlegroups.com
>  
> 
> .
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/813568ae-2ba6-4d98-9fde-1753dee54cd6%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-05 Thread Mohammad
Added to TW-Scripts

Wow!

 This is amazing Arlen!
 Why few people only know these useful tips and tricks :-)
 
Tiddlywiki is endless...

--Mohammad

On Sunday, January 5, 2020 at 3:56:47 PM UTC+3:30, Arlen Beiler wrote:
>
> A link to a tiddler can be dragged into a different wiki, or dragged to 
> the bookmarks bar then dragged into another wiki for import. Also the best 
> way to load an external file would probably be to append a script tag with 
> src to the body. Haven’t tested it but it should work.
>
> On Thu, Jan 2, 2020 at 08:57 TiddlyTweeter  > wrote:
>
>> TonyM
>>
>> Some comments.
>>
>> I have become very aware that you are keen on leverage of (a) browsers 
>> and (b) Windows to better support working with TW.
>>
>> These are things I am much in harmony with.
>>
>> I tried a few times to document some parts of this I know about. It is 
>> not as easy as it first looks to derive something that is comprehensible if 
>> you not been through it.
>> Documentation is very time consuming & prone to error, so I tend to not 
>> publish it.  
>>
>> The Bookmarklet by Jeremy is an elegant example of "just doing it" that 
>> is nicely contained.
>>
>> I continue to work on Polly, which is basically using shell functions to 
>> provide a management interface to save, backup, clone, fetch, launch, order 
>> etc wikis.
>>
>> BTW, Timimi (FF only) is interesting for single wiki in the way Bob is 
>> for file wike. It is quite easy in Timimi to launch scripts to do things. 
>> Closing the gap so you can do OS things via TW is real leverage
>>
>> New year thoughts.
>> Best, Josiah  
>>
>>> -- 
>> 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 tiddl...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/baaf8dae-f964-4a48-bfa3-869489a73250%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c27052b-ee68-4ba5-850e-641f36a22d8c%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-05 Thread Arlen Beiler
A link to a tiddler can be dragged into a different wiki, or dragged to the
bookmarks bar then dragged into another wiki for import. Also the best way
to load an external file would probably be to append a script tag with src
to the body. Haven’t tested it but it should work.

On Thu, Jan 2, 2020 at 08:57 TiddlyTweeter  wrote:

> TonyM
>
> Some comments.
>
> I have become very aware that you are keen on leverage of (a) browsers and
> (b) Windows to better support working with TW.
>
> These are things I am much in harmony with.
>
> I tried a few times to document some parts of this I know about. It is not
> as easy as it first looks to derive something that is comprehensible if you
> not been through it.
> Documentation is very time consuming & prone to error, so I tend to not
> publish it.
>
> The Bookmarklet by Jeremy is an elegant example of "just doing it" that is
> nicely contained.
>
> I continue to work on Polly, which is basically using shell functions to
> provide a management interface to save, backup, clone, fetch, launch, order
> etc wikis.
>
> BTW, Timimi (FF only) is interesting for single wiki in the way Bob is for
> file wike. It is quite easy in Timimi to launch scripts to do things.
> Closing the gap so you can do OS things via TW is real leverage
>
> New year thoughts.
> Best, Josiah
>
>> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/baaf8dae-f964-4a48-bfa3-869489a73250%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSTaG%3DnyEnQ67eBKUG%2BeT99N%3DFBBahWOVYp3BuGZe5d%3DgQ%40mail.gmail.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-02 Thread TiddlyTweeter
TonyM

Some comments.

I have become very aware that you are keen on leverage of (a) browsers and 
(b) Windows to better support working with TW.

These are things I am much in harmony with.

I tried a few times to document some parts of this I know about. It is not 
as easy as it first looks to derive something that is comprehensible if you 
not been through it.
Documentation is very time consuming & prone to error, so I tend to not 
publish it.  

The Bookmarklet by Jeremy is an elegant example of "just doing it" that is 
nicely contained.

I continue to work on Polly, which is basically using shell functions to 
provide a management interface to save, backup, clone, fetch, launch, order 
etc wikis.

BTW, Timimi (FF only) is interesting for single wiki in the way Bob is for 
file wike. It is quite easy in Timimi to launch scripts to do things. 
Closing the gap so you can do OS things via TW is real leverage

New year thoughts.
Best, Josiah  

>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/baaf8dae-f964-4a48-bfa3-869489a73250%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2020-01-01 Thread TonyM
Observations on Bookmarklets

I use my config bookmarklet daily now. I am working on a generic tool and a 
config management one that captures manually set configs and toggles.

In another area I am looking at bundles and plugins and realised the plugin 
build in the browser see tiddlywiki.com/dev uses the javaconsole and looks as 
if it could also be triggered by bookmarklet. 

It seems to me automating the build of bookmarklets from tiddlywiki that can 
perform JavaScript functions on any wiki or further browser utilities is a 
whole new mechanisium even ecosystem tiddlywiki can also play in.

There are so many directions in which tiddlywiki can extend almost to infinity 
we have not yet explored yet.

Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e36e8375-6f7f-451a-96a0-9ea97188d1d8%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-13 Thread TonyM
Jeremy et al,
 
As you say;

A JavaScript bookmarklet cannot in general read files from the local disk.
>

However node and TiddlyServer as an example can host files at local urls 
and I found the following that I am not sufficiently skilled to use
 
Reference External Resources from your Bookmarklets 


I wonder if it were possible to publish raw JSON or tid files via 
TiddlyServer or like static tiddlers that could then be dropped on a wiki 
from a bookmarklet. When I drop items found on file://C:/ or TiddlyServer 
browsing it only imports the link as an untitled tiddler which is good for 
importing URL's but not to import the content.

Continuing the conversation
Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/aaaeb86f-dedb-4664-ac4d-4a3725647c80%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-12 Thread TonyM
Jeremy,

It works so well and without interaction beyond a click I thought it was 
not working for a moment. Thanks a lot. This is a really productive method.

I used my Quick-config.json in the original post and it works like a dream 
to reconfigure tiddlywiki.com to be more usable with close all, more page 
control and other preferences.

There are various ways to build the set of tiddlers to include as the 
payload from monitor and capture changes, using existing json files and 
more. 

   - It is of course possible to have two bookmarklets one which sets a 
   number of tiddlers and one which resents the same tiddlers. 
   - I will have to find a way to encode both in set and reset in fixed 
   json files and bookmarklets so I can distribute them in the wiki on which 
   they operate.
   - With a little further crafting it could be an easy way of copy and 
   paste (multiple times) sets of tiddlers. 

Thanks for your help Jeremy
Tony

On Monday, November 11, 2019 at 10:46:45 PM UTC+11, Jeremy Ruston wrote:
>
> > I did a little research such as here 
> 
>  and 
> is seems plausible that we could make a bookmarklet that would allow me to 
> drop a specified json file onto a tiddlywiki from the bookmarks I would not 
> even need to go looking for my json file to drag and drop it, just select 
> from the bookmarks. If we can point to json files on our local disk or on a 
> server such as provided by TiddlyServer it would be an easy way to 
> distribute tools, tiddlers, data, plugins and macros to one or more wikis.
>
> A JavaScript bookmarklet cannot in general read files from the local disk. 
> I’ve knocked up a macro that does the next best thing: it can generate 
> bookmarklets containing an arbitrary set of tiddlers identified by a filter.
>
> This example generates a bookmarklet labelled “MyTiddlers” containing all 
> the tiddlers with the tag “HelloThere”:
>
> <>
>
> Drag the bookmarklet link to the browser address bar to install it, and 
> then visit another TiddlyWiki. Clicking the bookmarklet will inject the 
> payload tiddlers into the target wiki.
>
> The text of the macro:
>
> \define save-as-bookmarklet-href()
> (function() {
> $tw.wiki.addTiddlers($(json-tiddlers)$);
> })()
> \end
>
> \define save-as-bookmarklet(title,filter)
> <$wikify name="json-tiddlers" output="text" text="""<$text 
> text=<>/>""">
>  [encodeuricomponent[]addprefix[javascript:]] 
> }}}><$text text=<<__title__>>/>
> 
> \end
>
> Let me know how you get on,
>
> Best wishes
>
> Jeremy
>
>
> On 11 Nov 2019, at 10:36, Ton Gerner > 
> wrote:
>
> Hi Tony,
>
> Thanks. Yes I remember this work. Do you think it could point to a file or 
>> contain a payload to drop on a wiki?
>>
>> I will look more closely but I need to depend on the templates. Good 
>> start though
>>
>>
>> I really don't know.  My knowledge of Javascript is almost nihil. I just 
> used Stephan Hadrek's idea, see 
> https://groups.google.com/forum/#!msg/tiddlywiki/cUUXichiwdU/8gTL3lsO0MUJ
>
> Cheers,
>
> Ton
>
>
> -- 
> 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 tiddl...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/ee45dc80-e025-48f5-ac12-bbdc45ef5cb5%40googlegroups.com
>  
> 
> .
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7f5f1e56-8cf3-4248-b9cc-85dc9d63121f%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread @TiddlyTweeter
UPDATE: for those on email:

@TiddlyTweeter wrote:
>
> On both Chrome & Edge (Chromium Dev version) it failed. 
>
> UPDATE: Got it working in Chrome. The issue for me was an extension 
> blocking it.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c0ba9338-a9d0-44ce-94e6-aa874eb86cff%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread @TiddlyTweeter
Ciao Jeremy & others

Very nice on Firefox latest! Useful!

On both Chrome & Edge (Chromium Dev version) it failed. 
I think its being blocked on those? Maybe a setting could change that 
behaviour? 
If I confirm its that (rather than find its just my specific setup) I'll 
report back.

Best
TT

On Monday, 11 November 2019 12:46:45 UTC+1, Jeremy Ruston wrote
>
>
> A JavaScript bookmarklet cannot in general read files from the local disk. 
> I’ve knocked up a macro that does the next best thing: it can generate 
> bookmarklets containing an arbitrary set of tiddlers identified by a filter.
>
> This example generates a bookmarklet labelled “MyTiddlers” containing all 
> the tiddlers with the tag “HelloThere”:
>
> <>
>
> Drag the bookmarklet link to the browser address bar to install it, and 
> then visit another TiddlyWiki. Clicking the bookmarklet will inject the 
> payload tiddlers into the target wiki.
>
> The text of the macro:
>
> \define save-as-bookmarklet-href()
> (function() {
> $tw.wiki.addTiddlers($(json-tiddlers)$);
> })()
> \end
>
> \define save-as-bookmarklet(title,filter)
> <$wikify name="json-tiddlers" output="text" text="""<$text 
> text=<>/>""">
>  [encodeuricomponent[]addprefix[javascript:]] 
> }}}><$text text=<<__title__>>/>
> 
> \end
>
> Let me know how you get on,
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/93c3e841-3b16-41e3-aae6-d9283344b874%40googlegroups.com.


Re: [tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-11 Thread Jeremy Ruston
> I did a little research such as here 
> 
>  and is seems plausible that we could make a bookmarklet that would allow me 
> to drop a specified json file onto a tiddlywiki from the bookmarks I would 
> not even need to go looking for my json file to drag and drop it, just select 
> from the bookmarks. If we can point to json files on our local disk or on a 
> server such as provided by TiddlyServer it would be an easy way to distribute 
> tools, tiddlers, data, plugins and macros to one or more wikis.

A JavaScript bookmarklet cannot in general read files from the local disk. I’ve 
knocked up a macro that does the next best thing: it can generate bookmarklets 
containing an arbitrary set of tiddlers identified by a filter.

This example generates a bookmarklet labelled “MyTiddlers” containing all the 
tiddlers with the tag “HelloThere”:

<>

Drag the bookmarklet link to the browser address bar to install it, and then 
visit another TiddlyWiki. Clicking the bookmarklet will inject the payload 
tiddlers into the target wiki.

The text of the macro:

\define save-as-bookmarklet-href()
(function() {
$tw.wiki.addTiddlers($(json-tiddlers)$);
})()
\end

\define save-as-bookmarklet(title,filter)
<$wikify name="json-tiddlers" output="text" text="""<$text text=<>/>""">
encodeuricomponent[]addprefix[javascript:]] 
}}}><$text text=<<__title__>>/>

\end

Let me know how you get on,

Best wishes

Jeremy


> On 11 Nov 2019, at 10:36, Ton Gerner  wrote:
> 
> Hi Tony,
> 
> Thanks. Yes I remember this work. Do you think it could point to a file or 
> contain a payload to drop on a wiki?
> 
> I will look more closely but I need to depend on the templates. Good start 
> though
> 
> 
> 
> I really don't know.  My knowledge of Javascript is almost nihil. I just used 
> Stephan Hadrek's idea, see 
> https://groups.google.com/forum/#!msg/tiddlywiki/cUUXichiwdU/8gTL3lsO0MUJ
> 
> Cheers,
> 
> Ton
> 
> 
> -- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/ee45dc80-e025-48f5-ac12-bbdc45ef5cb5%40googlegroups.com
>  
> .

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/06022EEF-D846-4E1A-98FC-F4D72C9041E2%40gmail.com.


[tw5] Anyone good with bookmarklets? QUick config of tiddlywikis

2019-11-10 Thread TonyM
Folks,

I have a nice little JSON of settings to drop on a tiddlywiki to see things 
how I like it. Drop the attached json on tiddlywiki.com or an empty.html to 
see.

I did a little research such as here 

 and 
is seems plausible that we could make a bookmarklet that would allow me to 
drop a specified json file onto a tiddlywiki from the bookmarks I would not 
even need to go looking for my json file to drag and drop it, just select 
from the bookmarks. If we can point to json files on our local disk or on a 
server such as provided by TiddlyServer it would be an easy way to 
distribute tools, tiddlers, data, plugins and macros to one or more wikis.

I use FireFox and Windows 10 but unfortunately do not know yet how to write 
bookmarklets so thought I would put it out there.

The Next release of Tiddlywiki will reduce the need to save and reload some 
plugins as well, so in combination with such a bookmarklet effort it may be 
quite easy to make any readonly wiki open with your prefered settings.

Thanks and regards in advance if you can help.

Tony

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cbe0c238-a631-48ca-8851-7b61a3d77039%40googlegroups.com.


Quick-config.json
Description: application/json