[tw5] List of plugins compatible with 5.2

2021-10-30 Thread taale...@gmail.com
As per the title.

Or, are there ways to identify which plugins will NOT be compatible?


-- 
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/5559d4d5-b4d4-4273-a2ef-4e3e0d716a2dn%40googlegroups.com.


[tw5] How can I set a default value to open with toc-tabbed-external-nav?

2021-10-30 Thread muynars...@gmail.com
Hi everyone,

I've successfully created a list of contents inside a toddler by using the 
following content:

```


<>


```

However, even though it's working fine. The default value is with 
everything closed:


I'd like to make the default value when it opens on the Linux tab as the 
following:

I've found this page 
https://tiddlywiki.com/static/Table-of-Contents%2520Macros.html 
saying that toc-tabbed-internal-nav accepts some parameters, but I didn't 
manage to make it work... How can I make this tiddler open inside a 
specific tab? The main purpose would be opening it as default, as shown on 
the last image

-- 
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/4d20c93a-2669-4813-bd1c-c98af0cc87a0n%40googlegroups.com.


[tw5] Interact with content in view mode

2021-10-30 Thread Anjar
Hi all,

I wondered if any of you have experimented with interaction with content in 
view mode? I am mainly thinking of hightligheted text, some examples:

   - make the highlighted text into a link
  - e.g., I highlight the text *this is a test* in view mode, use a 
  keyboard shortcut or button, and the text in the tiddler is replaced with 
*[[this 
  is a test]]*
   - reformat the highlighted text
  - e.g., I highlight the text *this is a test* in view mode, use a 
  keyboard shortcut or button, and the text in the tiddler is replaced 
  with *this is a test*
   - replace the highlighted text with a macro
  - e.g., I highlight the text *this is a test* in view mode, use a 
  keyboard shortcut or button, and the text in the tiddler is replaced with 
*<>*
   - create a new tiddler from the  highlighted text
  - e.g., I highlight the text *this is a test* in view mode, use a 
  keyboard shortcut or button, and a new tiddler is created in the 
background 
  with timestamp as title and *this is a test*  as content
   - create a new tiddler from the highlighted text
   - e.g. , I highlight the text *this is a test* in view mode, use a 
  keyboard shortcut or button, and a new tiddler is created in edit-mode 
with *this 
  is a test*  as title
   

Any thoughts?


Best regards,
Anders

-- 
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/7652a699-b1c5-4f80-acab-2160a3e0ff28n%40googlegroups.com.


[tw5] Re: [Plugin] Presenting TW5-Uglify! Plugin compression the TiddlyWIki way!

2021-10-30 Thread Flibbles
Hey All!

You know what TW5-Uglify was missing? A nice, easy-to-use uglify wizard 
.

Before, if you wanted to compress your standalone tiddlywiki file, you had 
to follow a whole bunch of steps like some kind of recovery program. Now, 
just visit the wizard  
and drag your files on. It's build from a retrofitted tiddlywiki updated, 
but it works pretty well. Also, I've revamped the demo site's presentation 
 in order to be much more concise 
and straight forward. Hopefully this'll help this plugin get the adoption 
it deserves.

Siniy-Kit: <1mb is super ambitious. But as it turns out, I've been 
considering compressing WikiText. I've thought a lot about it, and there 
are ways to do it, though I don't think we'll get nearly the trimming we 
get by compressing javascript.

On Friday, October 22, 2021 at 11:07:49 AM UTC-4 Siniy-Kit wrote:

> Thank you   Flibbles ! I use your plugin for TW 5.2.0 + replace svg icons 
> by fontawesome (I use it my projects) TW5 become 1.2 Mb
>
> Is it possible to compress it more an make 1 mb TW 5.2.0?
> вторник, 19 января 2021 г. в 23:26:32 UTC+3, Flibbles: 
>
>> Some people want a minified version of the TW5 core, but it'd be too much 
>> work to maintain.
>> Some people think it should remain uncompressed for the sake of editors, 
>> but TW5 continues to grow by the day.
>> Some developers compress their plugins, making efficient code, but it's a 
>> pain for anyone debugging it.
>> Some developers leave their plugins uncompressed, but that means it's 
>> larger than necessary for 90% of all end-users.
>>
>> Now there's a solution for everybody: TW5-uglify.
>>
>> This is a plugin primarily designed to be used by a Node.JS server. Your 
>> server has access to all your uncompressed and unpacked plugins, which is 
>> fine, since servers have the speed and memory for it. But what it sends to 
>> browsers are fully compressed plugins. Your little smart phones and tablets 
>> get the efficient TW5 they deserve.
>>
>> Or maybe you're a plugin developer who wants to minify their code. Now 
>> you no longer have to resort to using npm-gulp like some kind of chump. 
>> Your build process can remain an entirely TiddlyWiki process.
>>
>> Or maybe you want to miniify your standalone TiddlyWiki file. You can, 
>> but... think hard about this before you do it. Because unlike with 
>> TW5-Uglified server, compressing your standalone files is a one-way 
>> process. You'll forever have compressed code unless you download a new 
>> Tiddlywiki, redownload all your plugins, and transfer all your tiddlers 
>> from your old file. But hey! Maybe you're running TiddlyWiki on your 2000 
>> era Nokia phone in an wifi wasteland. Then go ahead.
>>
>> Check it out.
>> Here's the demo site. 
>> And here's the github page .
>>
>> Let me know what you all think.
>>
>>

-- 
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/df39b7c7-3fe4-4493-ae3d-1165472a4d8en%40googlegroups.com.


[tw5] suggestion. Replace tiddlyspot.com to tiddlyhost.com in next TW5

2021-10-30 Thread Siniy-Kit
tiddlyspot.com is no working for a log time. May be to delete it in future 
TW5?  

-- 
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/005d6ba3-6ff3-4d99-9da8-77f534181d77n%40googlegroups.com.


[tw5] Re: Tiddlywiki file suddently corrupted on save (commas missing in TW inner JSON file)

2021-10-30 Thread Eric N
FYI, in order to fix my issue, i.e. to overcome the TW's "match" vs 
Eucaly's "match" name conflit mentioned by Mario, here is what it did. 
Might be useful to anyone willing a have a table of content per tiddler

1/ create a new tiddler called $:/core/modules/filters/matcheucaly.js
2/ set type as application/javascript, and field module-type as 
filteroperator
3/ copy paste everything from http://eucaly-tw5.tiddlyspot.com/#MatchFilter 
's $:/core/modules/filters/match.js tiddler into the above tiddler
4/ replace exports.match = ... by exports.matcheucaly = ...
5/ import toc tiddler from http://tidtoc.tiddlyspot.com/#GettingStarted
6/ replace match by matcheucaly in the imported toc tiddler
7/ save, restart
8/ and tada! The TOC per tiddler by Tobias Beer is working again :)

Thanks for all the help,
Eric

On Saturday, October 30, 2021 at 5:33:02 PM UTC+4 Eric N wrote:

> Thanks Mario, I understand better why it wasn't working. 
> And indeed, I am very happy I could save my data !!
>
> On Saturday, October 30, 2021 at 5:25:15 PM UTC+4 PMario wrote:
>
>> It's probably the "match" filter operator that causes the problems. TW 
>> implemented it's own "match" with V5.1.20 and the old plugin probably 
>> overwrites it. 
>> IMO you are lucky, that it didn't "brick" the whole system. ...
>>
>> The "match" operator is used by the 
>> $:/core/templates/store.area.template.html which is responsible to save 
>> the tiddler store. ... Just a guess, but there may be the problem. .. 
>>
>> -mario
>>
>>

-- 
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/b876cb52-0129-4a22-89be-24454bae9d84n%40googlegroups.com.


[tw5] Re: Tiddlywiki file suddently corrupted on save (commas missing in TW inner JSON file)

2021-10-30 Thread Eric N
Thanks Mario, I understand better why it wasn't working. 
And indeed, I am very happy I could save my data !!

On Saturday, October 30, 2021 at 5:25:15 PM UTC+4 PMario wrote:

> It's probably the "match" filter operator that causes the problems. TW 
> implemented it's own "match" with V5.1.20 and the old plugin probably 
> overwrites it. 
> IMO you are lucky, that it didn't "brick" the whole system. ...
>
> The "match" operator is used by the 
> $:/core/templates/store.area.template.html which is responsible to save 
> the tiddler store. ... Just a guess, but there may be the problem. .. 
>
> -mario
>
>

-- 
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/2d87cced-dcdb-4d7b-8b77-bd0474984de7n%40googlegroups.com.


[tw5] Re: Tiddlywiki file suddently corrupted on save (commas missing in TW inner JSON file)

2021-10-30 Thread PMario
It's probably the "match" filter operator that causes the problems. TW 
implemented it's own "match" with V5.1.20 and the old plugin probably 
overwrites it. 
IMO you are lucky, that it didn't "brick" the whole system. ...

The "match" operator is used by the 
$:/core/templates/store.area.template.html which is responsible to save the 
tiddler store. ... Just a guess, but there may be the problem. .. 

-mario

-- 
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/535ad9d8-7687-479f-b577-596e6f401daan%40googlegroups.com.


[tw5] Re: Tiddlywiki file suddently corrupted on save (commas missing in TW inner JSON file)

2021-10-30 Thread strikke...@gmail.com
http://eucaly-tw5.tiddlyspot.com/ list matchfilter as *Old Plugins (not 
recommanded). *In a tab below is some explanation of changes in support of 
regexp.

On Saturday, October 30, 2021 at 8:53:17 AM UTC+2 Eric N wrote:

> Hi Jeremy, 
>
> thanks for your answer it was very helpful !!
>
> From your email I understood that my problem could come from a plugin or a 
> javascript module.
>
> I first tried to uninstall all the modules but that didn't help. So I 
> imported all my data (i.e. the tiddlers that I am the creator of) into a 
> fresh empty TW, and I imported the plugins one by one. Doing so, I found 
> the one that broke my TW. Following the instructions on 
> http://tidtoc.tiddlyspot.com/#GettingStarted:
> - install matchfilter from http://eucaly-tw5.tiddlyspot.com/#MatchFilter
> - then drag to my TW the toc snippet from 
> http://tidtoc.tiddlyspot.com/#GettingStarted
>
> I've double checked, tried to import other modules, and my TW is working 
> well, as long as I don't import the two elements above.
>
> From my side, the problem is thus solved.
>
> But if this needs to be investigated further, I"ll be happy to help.
>
> Best,
> Eric
>
> On Friday, October 29, 2021 at 9:29:59 PM UTC+4 jeremy...@gmail.com wrote:
>
>> Hi Eric,
>>
>> Thanks for the detailed report. There is some conditional logic in the 
>> JSON tiddler output template to handle including a comma before every 
>> tiddler except the first. It seems that that logic has got corrupted, but 
>> it's not immediately obvious how.
>>
>> Are you using any TW plugins? Does the wiki include any JavaScript 
>> modules (ie tiddlers with type "application/javascript")?
>>
>> Best wishes
>>
>> Jeremy
>>
>>
>> On Friday, October 29, 2021 at 4:19:43 PM UTC+1 Eric N wrote:
>>
>>> Hi all,
>>>
>>> Today I opened my TW file to work on it, and it was blank. Last time I 
>>> used it it was perfect.
>>>
>>> I tried to import that broken file into a fresh empty TW: error message 
>>> saying that the JSON file was broken, "missing , or ]".
>>>
>>> So I checked the file and I had approx 100 instances of "}{" instead of 
>>> "},{". Weird.
>>>
>>> Fixed them all, then I could open the file again and retrieved my work. 
>>> BUT… I added a new simple tiddler, and saved, and the file got broken 
>>> again. Was back with my 100 "}{".
>>>
>>> Tried to import the fixed file into a fresh empty TW, and add a simple 
>>> tiddler then saved: got a broken TW file with 100 "}{".
>>>
>>> Does anyone knows what is happening ?
>>>
>>> Versions:
>>> - MacOS 11.6
>>> - Firefox 93.0
>>> - TW 5.2.0
>>>
>>> Best,
>>> Eric
>>>
>>>
>>>

-- 
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/137fe3b4-8754-4b6b-b97d-f5155e87377an%40googlegroups.com.


[tw5] Re: Tiddlywiki file suddently corrupted on save (commas missing in TW inner JSON file)

2021-10-30 Thread Eric N
Hi Jeremy, 

thanks for your answer it was very helpful !!

>From your email I understood that my problem could come from a plugin or a 
javascript module.

I first tried to uninstall all the modules but that didn't help. So I 
imported all my data (i.e. the tiddlers that I am the creator of) into a 
fresh empty TW, and I imported the plugins one by one. Doing so, I found 
the one that broke my TW. Following the instructions on 
http://tidtoc.tiddlyspot.com/#GettingStarted:
- install matchfilter from http://eucaly-tw5.tiddlyspot.com/#MatchFilter
- then drag to my TW the toc snippet from 
http://tidtoc.tiddlyspot.com/#GettingStarted

I've double checked, tried to import other modules, and my TW is working 
well, as long as I don't import the two elements above.

>From my side, the problem is thus solved.

But if this needs to be investigated further, I"ll be happy to help.

Best,
Eric

On Friday, October 29, 2021 at 9:29:59 PM UTC+4 jeremy...@gmail.com wrote:

> Hi Eric,
>
> Thanks for the detailed report. There is some conditional logic in the 
> JSON tiddler output template to handle including a comma before every 
> tiddler except the first. It seems that that logic has got corrupted, but 
> it's not immediately obvious how.
>
> Are you using any TW plugins? Does the wiki include any JavaScript modules 
> (ie tiddlers with type "application/javascript")?
>
> Best wishes
>
> Jeremy
>
>
> On Friday, October 29, 2021 at 4:19:43 PM UTC+1 Eric N wrote:
>
>> Hi all,
>>
>> Today I opened my TW file to work on it, and it was blank. Last time I 
>> used it it was perfect.
>>
>> I tried to import that broken file into a fresh empty TW: error message 
>> saying that the JSON file was broken, "missing , or ]".
>>
>> So I checked the file and I had approx 100 instances of "}{" instead of 
>> "},{". Weird.
>>
>> Fixed them all, then I could open the file again and retrieved my work. 
>> BUT… I added a new simple tiddler, and saved, and the file got broken 
>> again. Was back with my 100 "}{".
>>
>> Tried to import the fixed file into a fresh empty TW, and add a simple 
>> tiddler then saved: got a broken TW file with 100 "}{".
>>
>> Does anyone knows what is happening ?
>>
>> Versions:
>> - MacOS 11.6
>> - Firefox 93.0
>> - TW 5.2.0
>>
>> Best,
>> Eric
>>
>>
>>

-- 
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/0090ed6e-c9aa-4963-a576-28b329840d0dn%40googlegroups.com.