Levi Zim
Levi Zim
> @kxxt How could I run pasted content through it and get back the result? I am assuming you are asking about the `clipboardManager`. The simple answer is no. The...
> Smart join is incredible but it delete all the links and tabulations. Because smart join operates in pure text mode. And it is (almost) intended for pasting from PDF....
The following script might helps. It uses a simple regex. ```js export async function stripWhiteSpacesInLinks(input, { turndown }) { if (input.types.includes("text/html")) { const html = await input.getType("text/html"); const md =...
The script works for me.  It seems I can't expect this bug to be fixed on turndown's side: https://github.com/mixmark-io/turndown/pull/419 When I get more time I will fix...
Hi @half-adder , I am delighted to hear that you love my plugin. Does your pdf file lack hyphens? It seems that the raw text is missing hyphens where the...
By default, the plugin looks for the `advpaste` dir under the root dir of your vault. If it doesn't exist, then you need to create it.
FYI I maintain a fork[^1] of electron with riscv64 support, with up-to-date releases published in a separate repo[^2], which could be used until chromium and electron officially supports riscv64. And...
A prerequisite for this is to add riscv64 support to https://github.com/microsoft/ripgrep-prebuilt. I have opened a pull request https://github.com/microsoft/ripgrep-prebuilt/pull/41 and the new pipeline for riscv64 is green. Could anyone from microsoft...
> I'm on a Mac M2 > I have a feeling its the mac causing this issue. Yes, your feeling is right. I haven't published wheels for apple silicon Macs....
Fixed in 6.1.0