Who is still tinkering with the theme on a holiday night?
Oh, it's me, then it's fine (
IPFS Image Hosting#
When uploading images, EXIF information is automatically cleared, which is great,
but removing transparency when uploading PNGs is a bit excessive (
Later, I solved it by converting to SVG before uploading.
Traditional and Simplified Recognition#
This recognition has always been quite strange (
This article is entirely written in Traditional Chinese, and the backend editor is in English, let's see what it recognizes as ()
Related Formats of Built-in Editor#
I rarely used it before (it feels more convenient to use HTML directly)
It looks like this: :p[Example]{.center}
(centered)
Converted to HTML: <p class="center">Example</p>
Similarly, the one for adjusting image size is:
:::div{style="max=width: 300px"}
![Image Name](ipfs://a long string of hash)
:::
Corresponding to:
<div style="max=width: 300px">
<img src="https://ipfs.crossbell.io/ipfs/a long string of hash" alt="Image Name">
</div>
This is how the mutual conversion works, though it doesn't feel much more convenient (
As long as we don't know, it doesn't count as to
About xLog#
Use the browser extension Wappalyzer to check:
Streamlined: Written with TailwindCSS
The Chinese documentation linked above can be learned, which is beneficial for XL's theme development work