Skip to content

v0.4.5

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 19:23
· 1214 commits to master since this release

Feature

2021-09-17.03.15.06.mov

( you may need to drag https://github.com/tiddly-gittly/tiddlywiki-plugins/tree/master/plugins/linonetwo/zx-script in to your plugins folder, if you are using an existing wiki. )

Example:

const result = await fetch(encodeURI('https://suggest.taobao.com/sug?code=utf-8&q=字节')).then(res => res.json()).then(res => res.result);
console.log(`
\`\`\`json
${JSON.stringify(result)}
\`\`\`
`)
console.log(`!! ${result[0][0]}`);
console.log(`${result[0][1]}`);

Bugfix

  • Edit workspace form now don't require restart if nothing changes

Refactor


新功能

  • 允许以 google/zx 脚本形式执行 tiddler
2021-09-17.03.15.06.mov

( 你可能需要手动将 https://github.com/tiddly-gittly/tiddlywiki-plugins/tree/master/plugins/linonetwo/zx-script 拖入你的现有 wiki 的 plugins 文件夹 )

错误修正

  • 如果没有改动,编辑工作区表单了现在不会叫你重启

重构