Write.as GTK desktop app https://write.as/apps/desktop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 5 години
преди 5 години
преди 5 години
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # User Guide
  2. Write.as GTK is a lightweight, distraction-free editor for getting your thoughts down as soon as they come to you.
  3. It launches in an instant to a blank page, ready for your words. As you type, your writing is automatically saved, and will be there waiting for you every time you open the app. If you want to share your writing, you can anonymously publish it to Write.as, where you'll get a simple URL you can share on social media, in an email, or anywhere else.
  4. [Write.as](https://write.as) is a simple, privacy-focused blogging platform that lets you publish without ever signing up. There's no ads, no tracking you around the web, and no profiting from your personal data. It's a space where you can write freely, for free, without worrying about who's watching.
  5. ## Writing
  6. Write.as GTK automatically saves your writing as you type, so you don't have to worry about losing your data (see [File locations](#file-locations) for where the draft is stored).
  7. ## Customizing the editor
  8. **Font**. Change this by selecting from the _Document font_ menu in the top-left corner of the window. You can choose between three fonts: Serif (Lora), Sans-serif (Open Sans), or Monospace (Hack). The selected font will determine how text looks while you write, as well as what the post looks like when published on Write.as.
  9. **Text size**. Change this by pressing Ctrl and + or - to increase or decrease the text size, respectively. This only affects the appearance of the editor, and not posts published on Write.as.
  10. **Dark mode**. When a desktop theme defines a dark mode, you can change into it by clicking the _Dark mode_ button in the top-right corner of the editor, next to the _Publish_ button -- or by pressing Ctrl + T. This only affects the appearance of the editor, and not posts published on Write.as.
  11. ## Keyboard shortcuts
  12. | Shortcut | Command |
  13. | -------- | ------- |
  14. | Ctrl + T | Toggle light / dark theme (where supported) |
  15. | Ctrl + - | Decrease text size |
  16. | Ctrl + + | Increase text size |
  17. | Ctrl + S | Save file as... |
  18. | Ctrl + Enter | Publish file to Write.as |
  19. **Standard shortcuts**
  20. | Shortcut | Command |
  21. | -------- | ------- |
  22. | Ctrl + A | Select all |
  23. | Ctrl + C | Copy |
  24. | Ctrl + X | Cut |
  25. | Ctrl + V | Paste |
  26. | Ctrl + Z | Undo |
  27. | Ctrl + Shift + Z | Redo |
  28. | Ctrl + W / Q | Quit |
  29. | F11 | Full-screen |
  30. ## Publishing to Write.as
  31. Write.as GTK lets you share what you've written with anyone by publishing to [Write.as](https://write.as).
  32. Once you've finished writing, press the _Publish_ button in the top-right corner of the editor (or press Ctrl + Enter) to publish your post.
  33. Your browser will open to the post on Write.as, and its URL will be copied to your clipboard so you can paste it wherever you want to share it.
  34. Behind the scenes, the CLI will store the special information needed to edit or delete the post in the future (see [Managing posts](#managing-posts) below for how to do this).
  35. After the post is published, you can press Ctrl + S to permanently save the file on your computer, or delete everything in the file to start fresh.
  36. ## Managing posts
  37. Published posts are managed by [writeas-cli](https://github.com/writeas/writeas-cli). See its [User Guide](https://github.com/writeas/writeas-cli/blob/master/GUIDE.md) for how to update and delete posts on Write.as via the command-line.
  38. ## File locations
  39. Files from the GTK app are stored in the same folder that the CLI uses: `~/.writeas`
  40. Your auto-saved draft is located at: `~/.writeas/draft.txt`
  41. Preferences for the appearance of the editor and publishing settings are stored here: `~/.writeas/prefs.ini`