Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethfair/logseq-focus-mode
The Focus Mode plugin for Logseq allows you to quickly switch into a distraction-free "zen" mode by toggling into full-screen and hiding elements like the sidebar or properties section.
https://github.com/sethfair/logseq-focus-mode
logseq logseq-plugin
Last synced: 3 months ago
JSON representation
The Focus Mode plugin for Logseq allows you to quickly switch into a distraction-free "zen" mode by toggling into full-screen and hiding elements like the sidebar or properties section.
- Host: GitHub
- URL: https://github.com/sethfair/logseq-focus-mode
- Owner: sethfair
- License: mit
- Created: 2021-11-18T05:21:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T07:17:54.000Z (9 months ago)
- Last Synced: 2024-06-21T13:35:25.421Z (5 months ago)
- Topics: logseq, logseq-plugin
- Language: JavaScript
- Homepage:
- Size: 4.36 MB
- Stars: 34
- Watchers: 1
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - sethfair/logseq-focus-mode - The Focus Mode plugin for Logseq allows you to quickly switch into a distraction-free "zen" mode by toggling into full-screen and hiding elements like the sidebar or properties section. (others)
README
# Focus Mode
The Focus Mode plugin for Logseq allows you to quickly switch into a distraction-free "zen" mode by toggling into full-screen and hiding elements like the sidebar or properties section.# Settings
Settings -> Plugin Settings -> Focus Mode
> ⚠️ REQUIRED: You must configure the focus plugin before using it by clicking on the options you want to change, otherwise nothing will be affected.| Name | Mode | Description |
|:-----------------------|:------------|:------------------------------------------------------------------------------|
| Enter Focus Mode | On Startup | Set focus mode on startup or page refresh. |
| Toggle Fullscreen Mode | On Toggle | Toggle full screen mode based on the focus state. |
| Toggle Page Properties | On Toggle | Toggle properties block at the top of the page based on the focus state. |
| Toggle Line Highlight | On Toggle | Toggle line highlight where focus will show 100%, and other lines at 35%. |
| Toggle Top bar | On Toggle | Toggle visibility of top bar. Still visible upon hover. |
| Hide Left Side Bar | On Focus | Hide the left sidebar when you enter into focus mode. |
| Hide Right Side Bar | On Focus | Hide the right sidebar when you enter into focus mode. |
| Hide Help | On Focus | Hides the help icon in the lower right corner when you enter into focus mode. |
| Custom Hide Elements | On Focus | Custom CSS selector to hide elements when enter into focus mode. |
| Zoom | On Focus | Applys custom zoom factor when enter into focus mode. |
| Show Left Side Bar | On Unfocus | Show the right sidebar when you exit from focus mode. |
| Show Right Side Bar | On Unfocus | Show the right sidebar when you exit from focus mode. |
| Show Help | On Unfocus | Shows the help icon in the lower right corner when you exit from focus mode. |
| Custom Show Elements | On Unfocus | Custom CSS selector to show elements when you exit from focus mode. |
| Unzoom | On Unfocus | Removes custom zoom factor when you exit from focus mode. |## License
[MIT License](./LICENSE)