We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug I tried running following custom "externalimages" build process on local machine:
"externalimages": [ "--setfield", "[is[image]]", "_canonical_uri", "$:/core/templates/canonical-uri-external-image", "text/plain", "--setfield", "[is[image]]", "text", "", "text/plain", "--rendertiddler", "$:/plugins/tiddlywiki/tiddlyweb/save/offline", "index.html", "text/plain" ],
And it makes xx.jpg 's content changed to �w^~)�
�w^~)�
To Reproduce Steps to reproduce the behavior:
npm i
npm run build
./MemeOfLinonetwo/tiddlers/webcatalog-tiddlywiki-menu-app.jpg
Expected behavior The build process should not change the file inside tiddlers, it should be a pure function without side effect.
tiddlers
Screenshots
Desktop (please complete the following information):
Additional context I use image uploaded to Github as src for img, so I just let generated HTML have _canonical_uri.
_canonical_uri
The text was updated successfully, but these errors were encountered:
Possible duplicate of #4484
Sorry, something went wrong.
Sorry for duplicate...
No branches or pull requests
Describe the bug
I tried running following custom "externalimages" build process on local machine:
And it makes xx.jpg 's content changed to
�w^~)�
To Reproduce
Steps to reproduce the behavior:
npm i
npm run build
./MemeOfLinonetwo/tiddlers/webcatalog-tiddlywiki-menu-app.jpg
Expected behavior
The build process should not change the file inside
tiddlers
, it should be a pure function without side effect.Screenshots
Desktop (please complete the following information):
Additional context
I use image uploaded to Github as src for img, so I just let generated HTML have
_canonical_uri
.The text was updated successfully, but these errors were encountered: