sasasqt

Results 12 comments of sasasqt

well, if you insist, here is the nginx code that redirect yourdomain/archivebox/ to 127.0.0.1:8000 ``` http { map "$http_referer$request_method" $archivebox_post { default 0; "~.*/archivebox/.*POST" 1; } map "$http_referer$request_method" $archivebox_get {...

i have the same issue ``EntryNotFound (FileSystemError): Error: ENOENT: no such file or directory, open ... \0ea88b042d041d36889cebb14ea77e77_1.svg?0.1653175875535262`` the svg file is there, but without strings after ? mark ![image](https://github.com/shd101wyy/vscode-markdown-preview-enhanced/assets/56587914/f4915749-f0bd-473f-b246-3bde9108ce9a) latex...

@blackgolfer @NeoVerto add `latex_zoom=xx` or `latex_width=xx` or `latex_height=xx` is a workaround. As the logic is handled differently: https://github.com/shd101wyy/crossnote/blob/b64a355d496a6380f61bd76473f7b1f691bbafe5/src/tools/pdf.ts#L111 ![image](https://github.com/shd101wyy/vscode-markdown-preview-enhanced/assets/56587914/3f5f9d94-4c86-492d-a040-f8f567e3e042)

btw how to specify the latest snapshot first in ``--sort`` when outputing static html? ``--sort=timestamp`` does the opposite

singlefile exported option be like: ``` { "profiles": { "__Default_Settings__": { "acceptHeaders": { "audio": "audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5", "document": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", "font": "application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8", "image": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8", "script": "*/*", "stylesheet": "text/css,*/*;q=0.1", "video": "video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5" }, "addProof": false,...

can we change the source url to the mircosoft one? here is a online tool to get the download link from ms store: https://store.rg-adguard.net/ ![image](https://github.com/ScoopInstaller/Extras/assets/56587914/b35d521b-8ee1-446e-8035-a7bd4c002310) [Retail (final version), RP (Release...

试试这个 https://rsshub.app/wechat/ershicimi/Y3K8J9Oq

i have figured it out, ``` http { ... server { ... #redirect localhost/wallabag, localhost/wallabag/ to localhost/wallabag/app.php location =/wallabag { return 302 /wallabag/app.php; } location =/wallabag/ { return 302 /wallabag/app.php;...

> > 试试这个 https://rsshub.app/wechat/ershicimi/Y3K8J9Oq > > 请问Y3K8J9Oq是如何拿到的 登录后搜索公众号名字 部分id可以通过 谷歌 `site:cimidata.com` 获得

is it possible to only import some sections/from line x to line y of file.md? some thing likes: @import "file.md#section1#section3" some thing likes: @import "file.md#linex-liney"