From 15a2918e1ce3241ee5f684ca2dc1a4f9ea291d70 Mon Sep 17 00:00:00 2001 From: glacambre Date: Thu, 30 May 2019 11:10:26 +0200 Subject: [PATCH] troubleshooting.md: Stop asking users to open issues I was going to do this when I first wrote troubleshooting.md and just forgot. --- doc/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md index 804f9cb4..f54ec030 100644 --- a/doc/troubleshooting.md +++ b/doc/troubleshooting.md @@ -2,14 +2,14 @@ If changing one of these settings fixes your bug, please visit the corresponding Github issue and let us know you encountered the bug. -- `:seturl $URL_OF_THE_WEBSITE noiframe true` and then reload the page. This disables the Tridactyl commandline on a specific url. [CREATE CORRESPONDING ISSUE] +- `:seturl $URL_OF_THE_WEBSITE noiframe true` and then reload the page. This disables the Tridactyl commandline on a specific url. [#639](https://github.com/tridactyl/tridactyl/issues/639) - `:set allowautofocus true` and then reload the page. This allows website to use the javascript `focus()` function. [#550](https://github.com/tridactyl/tridactyl/issues/550) - `:set modeindicator false` and then reload the page. This disables the mode indicator. [#821](https://github.com/tridactyl/tridactyl/issues/821) - `:get csp`. If the value returned is "untouched", try `:set csp clobber`. If the value is "clobber", try `:set csp untouched`. In both cases, please reload the page. This disables (or prevents disabling) some security settings of the page. [#109](https://github.com/tridactyl/tridactyl/issues/109) # Native Editor/Messenger issues -If you're having trouble running your editor on OSX, you might be having $PATH issues: [#684](https://github.com/tridactyl/tridactyl/issues/684). The solution is to specify the absolute path to your editor, like this: `:set editorcmd /usr/local/bin/vimr`. +If you're having trouble running your editor on OSX, you might be having \$PATH issues: [#684](https://github.com/tridactyl/tridactyl/issues/684). The solution is to specify the absolute path to your editor, like this: `:set editorcmd /usr/local/bin/vimr`. If you're encountering problems on windows, you might want to try some of the workarounds mentioned here: [#797](https://github.com/tridactyl/tridactyl/issues/797).