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
* Make absolutely super sure the window is deleted (some of it stays in memory urg)
* add more specific class
* use more specific class naming, and use % instead of em
* Forgot this
* Programmatical to_class
* forgot comma
* metainfo
* Trim README
* sweep out deprecated theme
* retire from_string
* move libportal out
* Correct wrong zoom class name
* forgor semicolons
* oops
* bin unused function, make random the default
* bin static functions, use an enum for zoom
* Introduce a ZoomController to deal with this shit
* Retire old now unused zomconvert
* use static stylesheets
* DRY and future proof by making a custom widget
* do not keep hidden preferences
* retire old themer service as we now statically do the stylesheets
* move debounce to the manager
* Avoid agressively theming everything
* Fully clickable editablelabel
* update PO
* remove unused
* Restore padding
* Add a ctrl+scroll thingy
* LETS GOOOOO
* woops
* hmmmm
* try make it build
* handler
* introduce a scribblycontroller
* Cast as widget
* fix build mistake
* skip the on focus gtk settings bullshit
* Zoom which now functions
* Update PO and restore some theming bullshit
* this should be a debug
* remove old strings
* remove unused
* this one too
* Rebuild
* updated size and branding
* auto version
* Avoid not being allowed to keep writing
* fix some pissy bug where ctrl blocks text editing
* fix menus changing size and line spacing
---------
Co-authored-by: yournamem <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+15-44Lines changed: 15 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,38 +18,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
-
[<imgsrc="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
-
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
-
If you want to quit everything at once, use Ctrl+Q
41
21
22
+
[<imgsrc="https://flathub.org/assets/badges/flathub-badge-en.svg"width="160"alt="Download on Flathub">](https://flathub.org/apps/io.github.ellie_commons.jorts)
42
23
43
-
### Where close note
44
24
45
-
Theres none. If you dont need a note you delete it, theyre supposed to be ephemeral.
46
-
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
25
+
On Windows:
26
+
Grab the Exe installer in Release
47
27
48
28
49
-
### Where Bold/Italic/etc
29
+
##❓ Questions, building, etc
50
30
51
-
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.
52
-
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.
31
+
[Check the wiki, lol](https://github.com/ellie-commons/jorts/wiki/%F0%9F%8F%A1Home)
53
32
54
33
55
34
@@ -68,26 +47,9 @@ On the right you can donate to various contributors:
68
47
- lains, the initial creator of the app (It was Notejot, now something very different)
69
48
70
49
71
-
## 🏗️ Building
72
-
73
-
Installation is as simple as installing the above, downloading and extracting the zip archive, changing to the new repo's directory,
74
-
and run the following command:
75
-
76
-
On elementary OS or with its appcenter remote installed
0 commit comments