So in an effort to get more information, I tried the following... opened 
the last known good version of my TW in Chrome (PC is less than a week old, 
so definitely a current version of Chrome)... I clicked edit on the 
GettingStarted tiddler, then save on that tiddler, then save on the wiki... 
the resulting file won't open & is 9kb smaller (went from 3.86kB to 
3.85kB... in theory the should be identical)

diffing the files shows that all the & got unescaped to just &, 
including all the tiddler titles inside the "This <a 
class="tc-tiddlylink-external" href="https://tiddlywiki.com"; rel="noopener 
noreferrer" target="_blank">TiddlyWiki</a> contains the following 
tiddlers:" tiddler as well as a bunch of JS files embedded in a JSON object 
(which explains the JSON parse error... but not why the change happened)

example:

good:

        
&quot;$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint&quot;: {
            &quot;title&quot;: 
&quot;$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint&quot;,
            &quot;text&quot;: &quot;Use &amp;#91;&amp;#91;double square 
brackets&amp;#93;&amp;#93; for titles with spaces. Or you can choose to 
&lt;$button set=\&quot;$:/DefaultTiddlers\&quot; 
setTo=\&quot;[list[$:/StoryList]]\&quot;&gt;retain story 
ordering&lt;/$button&gt;&quot;
        },

bad:

        
&quot;$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint&quot;: {
            &quot;title&quot;: 
&quot;$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint&quot;,
            &quot;text&quot;: &quot;Use &#91;&#91;double square brackets
&#93;&#93; for titles with spaces. Or you can choose to &lt;$button 
set=\&quot;$:/DefaultTiddlers\&quot; 
setTo=\&quot;[list[$:/StoryList]]\&quot;&gt;retain story 
ordering&lt;/$button&gt;&quot;
        },


On Thursday, March 19, 2020 at 1:29:36 PM UTC-4, Mat wrote:
>
> I imported over 1000 bookmarks into TiddlyWiki from Evernote, and I'm 
>> still under 4MB (only about 40 or so have notes, the rest are just title & 
>> link)...
>>
>
> Should absolutely not be a problem. I think successful tests have been 
> made with 80.000 tiddlers and 4MB is pretty small.
>
>
> I tried to change the default Twiddler & got the JavaScript error
>>
>
> That's a basic thing to do so exactly what did you do?
>
>  
>
>> So I tried adding a Table of Contents, saved 2 tiddlers, hit F5, error... 
>> restore the backup again
>>
>
> Again, you're not really describing what you're doing but adding a ToC 
> should not cause any problems at all. 
>  
> You can put up a public wiki test case via e.g 
> http://tiddlywiki5.tiddlyspot.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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/91fbc801-4c9e-46ca-94de-6899c8cb1b78%40googlegroups.com.

Reply via email to