|
13 | 13 |
|
14 | 14 | <br/> |
15 | 15 |
|
16 | | -## Installation |
| 16 | +## 🦺 Installation |
17 | 17 |
|
18 | 18 | You can download and install Jorts from various sources: |
19 | 19 |
|
20 | 20 | [](https://appcenter.elementary.io/io.github.ellie_commons.jorts) |
21 | 21 | [<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="160" alt="Download on Flathub">](https://flathub.org/apps/io.github.ellie_commons.jorts) |
22 | 22 |
|
| 23 | +## ❓ FAQ |
| 24 | + |
| 25 | +### Where settings |
| 26 | + |
| 27 | +- Right-click on the app icon, and it is in the menu that appears |
| 28 | +- You can also Ctrl+P to show the dialog |
| 29 | +- Or run in a terminal: |
| 30 | + |
| 31 | +```bash |
| 32 | +flatpak run io.github.ellie_commons.jorts --preferences |
| 33 | +``` |
| 34 | + |
| 35 | + |
| 36 | +### Where tray icon |
| 37 | + |
| 38 | +Theres none. The app closes on its own when no window is open. Doesn't make sense to use resources if unused. |
| 39 | + |
| 40 | + |
| 41 | +### Where close note |
| 42 | + |
| 43 | +Theres none. If you dont need a note you delete it, theyre supposed to be ephemeral. |
| 44 | +You can still alt+F4 or right-click->Close, but there is no reopen mechanism, and i dont wanna make one. Everything shows upon reopening the app anyway |
| 45 | + |
| 46 | + |
| 47 | +### Where Bold/Italic/etc |
| 48 | + |
| 49 | +I really want to avoid UI noise and resource usage. Notes are just, notes. The more complicated they become the less they are ephemeral notes and the more this looks like some notekeeping app. Which is what NoteJot, this was forked from, became. |
| 50 | +Now i know i added some stuff when maintaining the old version of NoteJot, but it doesn't mean it should have more, or everything. |
| 51 | + |
| 52 | + |
| 53 | + |
23 | 54 | ## 🛣️ Roadmap |
24 | 55 |
|
25 | | -Jorts is a cute simple little notes app, and i wanna keep it this way |
| 56 | +Jorts is a cute simple and lightweight little notes app, and i wanna keep it this way |
| 57 | +Top priority is to have the clearest, simplest, most efficient code ever |
26 | 58 |
|
27 | | -right now im working on: |
28 | | -- Maybe an option to show window title buttons, because now this is on flathub i may get flak from users about the lack of it |
29 | | -- Probably some cleaner code if i come around to it |
30 | | -- Maybe a toggle lists if i find how to do it without more UI noise |
31 | 59 |
|
32 | | -Feel free to check [the project board](https://github.com/orgs/ellie-commons/projects/4) |
33 | 60 |
|
34 | 61 | ## 💝 Donations |
35 | 62 |
|
@@ -67,4 +94,6 @@ You can get it all by entering in a terminal: |
67 | 94 | cp ~/.var/app/io.github.ellie_commons.jorts/data ~/ |
68 | 95 | ``` |
69 | 96 |
|
70 | | -"saved_state.json" contains all notes in JSON format |
| 97 | +"saved_state.json" contains all notes in JSON format. The structure is quite simple, if not pretty. |
| 98 | + |
| 99 | +The app reads from it only during startup (rest of the time it writes in) so you could quite easily swap it up to swap between sets of notes. |
0 commit comments