Adding notebook save and loading structure

This commit is contained in:
2023-03-29 21:44:57 -05:00
parent c5d80b6c25
commit fb3564a3aa
11 changed files with 217 additions and 38 deletions

View File

@@ -1,5 +1,5 @@
# Python-With-Gtk-Template
A template project for Python with Gtk applications.
# Coherence
Coherence is like a OneNote sibling that lets you store notes, images, links, etc.
### Requirements
* PyGObject
@@ -7,14 +7,4 @@ A template project for Python with Gtk applications.
* pyxdg
### Note
There are a "\<change_me\>" strings and files that need to be set according to your app's name located at:
* \_\_builtins\_\_.py
* user_config/bin/app_name
* user_config/usr/share/app_name
* user_config/usr/share/app_name/icons/app_name.png
* user_config/usr/share/app_name/icons/app_name-64x64.png
* user_config/usr/share/applications/app_name.desktop
For the user_config, after changing names and files, copy all content to their respective destinations.
The logic follows Debian Dpkg packaging and its placement logic.
* n/a