Skip to content

Commit

Permalink
User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
noembryo committed Jan 29, 2025
1 parent 2f0c787 commit 1937aac
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
Binary file added docs/images/DropZone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/MenuDropZone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 28 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@
* [Truncate](#truncate)
* [Split](#split)
* [Rename](#rename)
* [DropZone](#dropzone)
* [Context Menus](#context-menus)
* [Playlist Track](#playlist-track)
* [Library Track](#library-track)
* [Library Collection](#library-collection)
* [Playlist menu](#playlist-menu)
* [Cover menu](#cover-menu)
* [Compact View menu](#compact-view-menu)
* [DropZone menu](#dropzone-menu)
* [Shortcuts](#shortcuts)
<!-- TOC -->

Expand Down Expand Up @@ -548,7 +550,7 @@ Change the font and the row height of the Library entries.
Change the font size of the track Title that is displayed of the **Compact View** layout.

**DropZone**
Enable the use of the DropZone and customize its appearance.
Enable the use of the [DropZone](#dropzone) and customize its appearance.


**Toolbar buttons** and **Show text labels**
Expand Down Expand Up @@ -720,6 +722,17 @@ Example: {7} {2}\\{0} - {1}

Produces: ..\\1998 NYC Live\\Portishead - Sour Times.mp3

### DropZone

![DropZone.png](images/DropZone.png)

The DropZone is this square image that is always on top of all the other windows.
You can drop YouTube urls from your browser to open them in KataLib, without the need to leave your browser and switch to KataLib.

We can change its size and transparency level from the **View** tab in **Preferences**, to make it less intrusive.
There are also some useful actions, that are available from a [menu](#dropzone-menu) that you get if you right-click on it.


___

## Context Menus
Expand Down Expand Up @@ -881,6 +894,20 @@ Right-clicking on the [Compact View](#compact-view)'s Cover Art will produce thi
- **About** opens the [About](#about) dialog
- **Exit from KataLib** exits the application


### DropZone menu

![MenuDropZone.png](images/MenuDropZone.png)

This is the menu that you get if you right-click on DropZone.

- **Paste from clipboard** searches the system's clipboard for any YouTube url and adds it to KataLib.
- **Show/Hide KataLib window** lets you totally hide all the app's other windows (even from the taskbar), without closing it.
- **DroZone** is a sub-menu that can change the DropZone's size or even totally hide it.
- **Compact View** toggles between the Normal and Compact views of the app.
- **Preferences** is a shortcut to the Preferences of the app.
- **Exit from KataLib** exits the application .

___

# Shortcuts
Expand Down

0 comments on commit 1937aac

Please sign in to comment.