How to save the save options for $:/plugins/cdr/external-js from the browser console

Dear friends

I started to worry about my productivity on tiddlywiki. I found that it was much faster for me to take advanced math notes in a paper notebook than to type bit by bit on tiddlywiki, despite my familiarity with katex grammar. I am a single file wiki user (not a node.js user) and I like the portability of single files, so I started spending a lot of time optimizing the save speed of single file wikis in python. When I press ctrl+s to trigger $:/plugins/cdr/ externaljs save the page myplugins-5.3.5.js, tiddlywikicole-5.3.5.js, mytiddlywiki.html, How do I save them in the browser console with javascript code because it’s easy to call javascript code in python

Any reply would be greatly appreciated

I am not sure if I do understand what you want. the tiddlywikicore-5.3.5.js and myplugins-5.3.5.js only need to be downloaded once. There is no need to download them again and again – except you changed any plugins.

What is $:/plugins/cdr/external-js ?? Can you provide a link?

I do not understand this question. There is no python in the browser console.

What do you want to save from the dev-console?

I want to save js and html files through javascript code instead of manually clicking

$__plugins_cdr_external-js.json (27.2 KB)

You can read this reply of mine. Do not use cdr/external-js. this way you don’t need to click. Only ctl-s is needed.

You’re right. I split the core of tiddlywiki into three files for data security using $:/plugins/cdr/external-js, 112kb smaller than the single file. I thought I could use the single file version of the wiki and use python directly to monitor the keyboard shortcut ctrl+s. I can quickly update my tiddlywiki