mirror of
https://github.com/chetscmd/Hover-Tooltips-Obsidian.git
synced 2026-07-22 06:43:03 +00:00
2.2.0 — global dictionaries
Added section on global dictionaries for tooltips
This commit is contained in:
parent
55f33648c6
commit
0a6d9e5d5f
1 changed files with 20 additions and 2 deletions
22
README.md
22
README.md
|
|
@ -10,6 +10,7 @@ A plugin for Obsidian that adds interactive popup hints with Markdown support.
|
|||
- **Click to pin** — left-click tooltips to keep them open
|
||||
- **Full Markdown support** — use bold, italic, code, links
|
||||
- **Internal/external links** — clickable links within tooltips
|
||||
- **Global dictionaries** — write tooltips once and see them across all notes
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
@ -30,9 +31,17 @@ Tooltips support full Markdown formatting:
|
|||
- Line breaks (converted to `/` separators)
|
||||
<img width="198" height="224" alt="image" src="https://github.com/user-attachments/assets/b9cf7626-b7b0-4f2d-a189-3d0d3af52e46" />
|
||||
|
||||
## Global Dictionaries
|
||||
|
||||
### Within a single note
|
||||
https://github.com/user-attachments/assets/eab2b749-0d93-4ea5-bad2-1bb39e8718bd
|
||||
|
||||
### Globally in a folder
|
||||
https://github.com/user-attachments/assets/49464469-fdfd-4883-8245-83f038716874
|
||||
|
||||
## Settings
|
||||
|
||||
You can assign hotkeys to call the tooltip menu in the settings.
|
||||
In the settings, you can assign hotkeys to call the tooltip menu and also configure dictionaries.
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -48,6 +57,7 @@ You can assign hotkeys to call the tooltip menu in the settings.
|
|||
- **Клик для закрепления** — кликните левой кнопкой мыши для фиксации подсказки
|
||||
- **Полная поддержка Markdown** — используйте жирный, курсив, код, ссылки
|
||||
- **Внутренние/внешние ссылки** — кликабельные ссылки в подсказках
|
||||
- **Глобальные словари** — написать подсказки один раз и видеть во всех заметках
|
||||
|
||||
## Использование
|
||||
|
||||
|
|
@ -68,6 +78,14 @@ You can assign hotkeys to call the tooltip menu in the settings.
|
|||
- Переносы строк (конвертируются в разделители `/`)
|
||||
<img width="253" height="238" alt="image" src="https://github.com/user-attachments/assets/25362f8d-7d14-4588-b3d3-ed882a637720" />
|
||||
|
||||
## Глобальные словари
|
||||
|
||||
### В пределах одной заметки
|
||||
https://github.com/user-attachments/assets/eab2b749-0d93-4ea5-bad2-1bb39e8718bd
|
||||
|
||||
### Глобально в папке
|
||||
https://github.com/user-attachments/assets/49464469-fdfd-4883-8245-83f038716874
|
||||
|
||||
## Настройки
|
||||
|
||||
В настройках можно назначить горячие клавиши для вызова меню подсказки
|
||||
В настройках можно назначить горячие клавиши для вызова меню подсказки, а также настроить словари
|
||||
|
|
|
|||
Loading…
Reference in a new issue