You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Basically `yarn && yarn build`. See [CONTRIBUTING.md](./CONTRIBUTING.md) to get
47
47
48
48
1. Launch your favorite text editor.
49
49
2. Start GhostText server in your text editor (e.g. with `:GhostTextStart` in Vim).
50
-
3. Press the gray Ghostbird button <imgsrc="./ext/gray.svg"width="24"height="24"border="1"> in the Thunderbird mail compose window. (The default shortcut is `Ctrl-E`)
50
+
3. Press the gray Ghostbird button <imgsrc="./ext/gray.svg"width="24"height="24"border="1"> in the Thunderbird mail compose window. (The default shortcut is <kbd>Ctrl</kbd>+<kbd>E</kbd>)
51
51
* If the connection is successful, the button will turn blue <imgsrc="./ext/blue.svg"width="24"height="24"border="1">.
52
52
* If the connection fails, the button will turn red <imgsrc="./ext/red.svg"width="24"height="24"border="1">. Make sure that the GhostText server is listening. See [Troubleshooting page of original GhostText](https://ghosttext.fregante.com/troubleshooting/#unable-to-connect).
53
53
4. Write your email in the text editor.
@@ -157,8 +157,8 @@ If you liked the idea, please:
157
157
We need help with:
158
158
159
159
*[Website](https://exteditor.github.io/ghostbird/) and materials (Please post [screenshots to the wiki](https://github.com/exteditor/ghostbird/wiki/Screenshots))
160
-
*[Testing with various text editors](https://github.com/exteditor/ghostbird/wiki/Text_editors_known_to_work_with)
161
-
*[Testing with various OSes](https://github.com/exteditor/ghostbird/wiki/OSes_known_to_work_with)
160
+
*[Testing with various text editors](https://github.com/exteditor/ghostbird/wiki/TextEditorsKnownToWorkWith)
161
+
*[Testing with various OSes](https://github.com/exteditor/ghostbird/wiki/OSesKnownToWorkWith)
162
162
* Wiki pages for [user guides](https://github.com/exteditor/ghostbird/wiki/HowTo) and [troubleshooting](https://github.com/exteditor/ghostbird/wiki/Troubleshooting)
163
163
* Developing the server counterpart so that this can be used as an External Editor replacement ([GhostText-Any](https://github.com/newsch/GhostText-Any/) or [Helix-Ghost][helix] can be a good starting point)
164
164
* Creating a testing checklist for testing and debugging ([This page](https://github.com/exteditor/exteditor/wiki/Things-to-test) can be a good starting point)
Copy file name to clipboardExpand all lines: doc/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
### What text editors are supported?
21
21
22
22
* See [Requirements section in README.md](../README.md#requirements), but it isn't the official list. If your favorite editor isn't listed, try searching for it.
23
-
* If you tried the add-on, please add your text editor to [the wiki page](https://github.com/exteditor/ghostbird/wiki/Text_editors_known_to_work_with).
23
+
* If you tried the add-on, please add your favorite text editor to [the wiki page](https://github.com/exteditor/ghostbird/wiki/TextEditorsKnownToWorkWith) if it's not there.
24
24
25
25
### How do I install it?
26
26
@@ -53,7 +53,7 @@
53
53
<imgwidth="400"height="194"title="profile-wide email format config"alt="profile-wide email format config"src="https://github.com/user-attachments/assets/cbbe7494-1cce-4da8-944f-f5b99d925de4" />
54
54
55
55
* You can set per-account option at `Account Setting`>`Composition & Addressing`>`Composition` section. Check or uncheck the `Compose messages in HTML format` checkbox.
56
-
56
+
57
57
<imgwidth="400"height="184"alt="per-account email format config"title="per-account email format config"src="https://github.com/user-attachments/assets/9305cec5-dc83-4893-8128-bdbaadaa9f6f" />
58
58
59
59
* After adjusting the option, you have to start a `New Message`.
0 commit comments