Denis

Results 3 comments of Denis

I'm having the same issue, but with Firefox. My keyboard layout is french, if that's relevant. ```yaml - trigger: ":url" replace: "https://some-url.com/{{paste}}" vars: - name: paste type: clipboard ``` With...

No more issues on my side. I have `backend: Clipboard` enabled globally.

Until there is a solution, the workaround I found for this is: ```bash find source/ ../mymodule/ -name "*.rst" -o -name "*.py" | entr make html ``` I can launch a...