flibbles / tw5-relink

Tiddlywiki5 plugin to better update all other tiddlers when renaming a tiddler.
https://flibbles.github.io/tw5-relink/
BSD 3-Clause "New" or "Revised" License
121 stars 6 forks source link

Relink fails to rename referred links in tiddlers with markdown format #45

Closed Darleey closed 1 year ago

Darleey commented 1 year ago

Tiddlywiki Version: 5.2.7

By the way, in earlier versions, Relink would convert Chinese character into basic code while it is executed in tiddlers with markdown format. For example [](#文字) would be converted ioto [](#%E6%96%87%E5%AD%97).

flibbles commented 1 year ago

I'll look into this, but out of question. Does that actually make the link break? If I know markdown, it should still be clickable.

flibbles commented 1 year ago

This will be fixed as of v2.3.2 pushed today. It should also be less aggressive about escaping Unicode characters.

You can upgrade through your tiddlywiki's plugin handler.

Darleey commented 1 year ago

Hey, there~ I updated the plugin, but it doesn't work neither in the mode of single file or node.js server.

flibbles commented 1 year ago

What's happening? Is it not loading? Or not relinking? Or giving an error screen?

Darleey commented 1 year ago

The problem seems to keep as the same as before.

image

if I changed the title Test-Source to Test-Source-1

image

flibbles commented 1 year ago

Oh.

The TiddlyWiki team are apparently allowing text/markdown MIME type now too, instead of just text/x-markdown.

I'll fix.

flibbles commented 1 year ago

Try it now. Just pushed 2.3.3. It should work.

Darleey commented 1 year ago

It works well now, thanks 😊