Browse Source

Upload files to 'HelpText'

master
DrewTechs 3 years ago
parent
commit
4a6f3a4dbb
  1. 23
      HelpText/Page16

23
HelpText/Page16

@ -0,0 +1,23 @@
3.2) Application Launchers
--------------------------------------------------------------------------------
In order to create New sections and Open existing sections, as well as Unfiled Notes. An Application Launcher for certain file types is essential. If the user wants to open up a text file for instance, then the application launcher list should include a launcher for text files (Kate, vim, Notepadpp, etc.)
--------------------------------------------------------------------------------
Create Application Launcher/Add Application Launcher to List:
To create a new Application launcher in the list of launchers, click on Settings and go to the Application Launchers Tab. There the user will see a list of application launchers, the list comes empty by default hence the user will have to add some launchers for file types of choice. Next is to click Add Application to open up a Application Launcher creation menu.
Once the menu is opened there are a few parameters, the first one is the Application Name, enter the name of the application.
The second text field is the Application Location, find the location of the executable of the file by browsing for it with the "Select Directory" button (Kate for example would have a default location of /usr/bin/kate under Linux).
On the bottom there is a list of file extensions to add. To insert a valid extension, the first charaacter should always be a "." as the "." in a file name is where an extension begins for regular files. Document.txt for example, the extension would be ".txt". To insert an extension to this enter the extension and click Add Extension button and the extension will be added to the list. To remove an extension, select the extension on the extension list and click Remove Extension button.
Then click okay and the Application Launcher is created.
--------------------------------------------------------------------------------
Edit Application Launcher:
To edit an Application Launcher already on the list, highlight an Application Launcher and click Edit Application button to edit the Application Launcher. Useful for adding or removing extensions as well as updating other information.
--------------------------------------------------------------------------------
Remove Application Launcher:
To remove an Application Launcher, highlight an Application Launcher and click Remove Application button to remove the Application Launcher from the list.
Loading…
Cancel
Save