Matthias Endler
Matthias Endler
Hum... I don't know of any other CLI tool that does that. I can see however that this is a good use-case for CI. We could add it to lychee-action....
Thinking about this a little more, I don't know how to easily get the count of total links. The lychee output depends on the `--format` argument. It can be `markdown`,...
On that note, we also might want to add a "suggestion delay" config variable, which indicates how long vscode-snippet is going to wait before sending a query to cheat.sh.
My reasoning was that I want to avoid overloading the server, but maybe I was a bit too conservative here. Let's try without a delay and go from there.
The last comment in the linked issue mentions the new QuickPick API. https://github.com/microsoft/vscode/issues/21372#issuecomment-419864437 Maybe that can help us? Looks like it was done here? https://github.com/KnisterPeter/vscode-github/pull/234/files
See https://github.com/robinst/linkify/pull/17. The PR is not being worked on right now, but you might want to look into the remaining issues mentioned there.
Thanks for the detailed answer. 😃 Just for fun, I tried to find a workaround. What I came up with is neither practical nor elegant... but it works. Given a...
Cool! The previews and next links work for me. I guess I will end up with something like this: ```html Related posts: {% if previous %} {{ previous.title }} {%...
Forgot to say: each example should be executable as follows: ``` cargo run --example myexample ```
Sure we could expose that. Wanna make a PR? 🙂