-
-
Notifications
You must be signed in to change notification settings - Fork 39
Note Editor
![noteEditor](https://user-images.githubusercontent.com/25262722/173203076-c9ba71e3-8351-47f2-9441-0728a44d6e50.png)
From top to bottom:
- Top Tool Bar - Buttons file operations, switching modes, etc. Right next to it is an entry field for quick search of a string in the opened text. Self-explanatory tooltips on buttons are available by hovering with a mouse cursor.
- Second Tool Bar - Buttons for formatting. Self-explanatory tooltips are available by hovering with a mouse cursor.
- Third Tool Bar - Text utilities for text-to-speech and translation features.
- Input Area - Users can type notes or insert images in this area.
We wrote a brief user manual.
Use our text editor to open the file "note_editor.uba" located in UniqueBible folder, like our screenshot above.
We wrote a brief description on available keyboard shortcuts.
Use our text editor to open the file "note_editor_key_combo.uba" located in UniqueBible folder.
This button below provides a handy way to show or hide UBA Note Editor.
![toggle_NoteEditor](https://user-images.githubusercontent.com/25262722/173203376-f60980f1-c5ab-40cf-b1e5-3c8dc0d269c6.png)
To insert text quickly, select text and click the button indicated in the following screenshot.
![insertText](https://user-images.githubusercontent.com/25262722/173203078-202085e2-0c81-4e29-bee8-1d1d0a0a1043.png)
To insert bible references quickly, select text, which contains bible references and click the button indicated in the following screenshot.
![insertBibleReferences](https://user-images.githubusercontent.com/25262722/173203082-e5a2ae25-aa58-4e6c-b4c2-d720ae01518a.png)
The quick insertion features mentioned above also work with clipboard text via system tray.
Simply copy some text from other applications and select these features from the System Tray menu.
![systemTray_noteEditor](https://user-images.githubusercontent.com/25262722/173203185-e6f1e8a8-fca8-4cac-8710-e24cc8c9ba87.png)
From version 30.61, users can dock around the main window or undock from it.
- When "Note Editor" if first opened, it is docked on the right side of the main window.
- The "Note Editor" can be undocked from the main window by dragging the "Note Editor" menu bar out of the main window.
- The docking position of the "Note Editor" can also be changed to the left, top, right or bottom of the main window by dragging.
- config.dockNoteEditorOnStartupOnStartup
Option config.dockNoteEditorOnStartupOnStartup is configurable via "Set Config Flags" window.
- Note Editor can be docked around the main window whether config.dockNoteEditorOnStartupOnStartup is set to True or False.
- The only difference is that Note Editor launches with a docked position when config.dockNoteEditorOnStartupOnStartup is set to True.
- In contrast, Note Editor launches as a floating window when config.dockNoteEditorOnStartupOnStartup is set to False.
![noteEditor_right](https://user-images.githubusercontent.com/25262722/173202456-08623f1b-d74c-4672-be9e-b0fbcec32dea.png)
![noteEditor_top](https://user-images.githubusercontent.com/25262722/173202460-8562d14d-6345-4ba8-8643-6656e89b86ea.png)
![noteEditor_left](https://user-images.githubusercontent.com/25262722/173202461-54646292-9898-41f7-b4c6-7d7b42c8e7e9.png)
![noteEditor_bottom](https://user-images.githubusercontent.com/25262722/173202463-e17224bf-e4bd-45dd-9adc-f5ac2e55a0f4.png)
![noteEditor_undocked](https://user-images.githubusercontent.com/25262722/173202464-004a93db-ff81-4cf1-8768-eba474711109.png)