Browse Source

Upload files to 'HelpText'

master
DrewTechs 3 years ago
parent
commit
02f2b93956
  1. 11
      HelpText/Page11
  2. 27
      HelpText/Page12
  3. 5
      HelpText/Page13
  4. 5
      HelpText/Page14
  5. 21
      HelpText/Page15

11
HelpText/Page11

@ -0,0 +1,11 @@
2.2.3) Export Section:
--------------------------------------------------------------------------------
Export Section:
To export a section from the notebook, highlight the section on the notebook list and then click the Export Section button.
A file dialog shows up asking where to save the file. Select the directory where the file will be saved, the file name will automatically be the same in the file dialog though this can be changed.
Save the file and then the file is copied successfully.
Unlike the Import Section option, the Export Section option only copies the file from the notebook list and doesn't move it.

27
HelpText/Page12

@ -0,0 +1,27 @@
2.3) Section Group
--------------------------------------------------------------------------------
A Section Group is a directory within a Notebook. These are used to organize Sections into clusters. Section Groups are essentially subdirectories of Notebooks.
Unlike Notebooks, Section Groups can cascade, meaning a Section Group can contain a Section Group and a Notebook can contain a Section Group.
Much like Notebooks they also have a similar color scheme to choose from (the default color is "None/White").
--------------------------------------------------------------------------------
Create Section Group:
To create a Section Group, click on the New Section Group button. Then in the dialog select which Notebook/Section Group will the new Section Group be stored in.
Then enter the name of the Section Group as well as the color of choice (though the color can be ignored). If the Section Group already exists then nothing changes, otherwise the new Section Group is created.
--------------------------------------------------------------------------------
Remove Section Group:
To remove a Section Group, highlight the Section Group on the notebook list and click Delete Item. This will delete the item from the list and move the directory to the trash (not removing it permanantly). This will also delete any Section and Section Groups within the parent Section Group.
--------------------------------------------------------------------------------
Section Group Properties:
To check a Section Group's properties, highlight the Section Group on the notebook list and click Item Properties. This will load up the properties of the Section Group. The Section Group name and color can be changed here.
--------------------------------------------------------------------------------
Copy or Move Section:
To Copy a Section Group, highlight a Section Group and click the Copy Item button to open a dialog and enter where you want to copy the file and what to name the file. If the file already exists, a prompt will show asking if you want to replace the Section Group.
To Move a Section Group, highlight a Section Group and click the Move Item button to open a dialog and enter where you want to move the file and what to name the file. If the file already exists, a prompt will show asking if you want to replace the Section Group.

5
HelpText/Page13

@ -0,0 +1,5 @@
2.4) Unfiled Notes
--------------------------------------------------------------------------------
To create a file/note outside of the notebooks click on the Unfiled Notes button and an application launcher will be shown on which application to launch. This opens up the application.
This is also best suited for creating files/notes for certain applications as well such as Krita or LibreOffice for example, those programs do not directly support launching an application with the file name as a parameter if the file does not exist, which means the New Section button is not an option for those programs. But these files can be opened so Open Section still works normally.

5
HelpText/Page14

@ -0,0 +1,5 @@
3) Application Settings
--------------------------------------------------------------------------------
To access Application Settings, click the Settings button (though this help guide is in the Settings window so it's already opened if the user is seeing this guide).
These settings allows to tweak the location of config files and more importantly to manage the list of application launchers. This is essential for opening a section and creating a new section.

21
HelpText/Page15

@ -0,0 +1,21 @@
3.1) Configuration
--------------------------------------------------------------------------------
The first tab in the Settings window is the configuration settings. There is a fixed configuration file called settings.conf that is not allowed to be modified manually. This contains the location of the general settings configuration file so the file can be pointed to.
The first setting is the default directory for the notebook creation/open file dialog (notebooks can be created or opened outside this directory).
The second setting is the file path of the general settings configuration. This contains the following information about this program:
- Default Notebook Path
- Application Launcher Config
- Notebook List Config
- Icon Size
- Hide/Show Directory
- Hide/Show Size
These settings are to be reloaded everytime the program restarts so the user can continue where they left off.
The third setting is the application launcher config file. This file contains the list of application launchers to load up at the start of the program.
The last setting is the notebook list config file. This file contains the list of notebooks to open at start. If the list is blank, then no notebooks will be opened. If the notebook doesn't exist, skip opening it.
It is recommended to keep the settings as it is and not tweak them.
Loading…
Cancel
Save