-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User-defined layout configurations #238
Comments
There is some tuning that can be done from the I think the highlighting widget needs to be made a bit more first-class as it seems more used than I anticipated. Ideally there should be 2 highlighting layouts: highlight, and highlight + notes. That’s a bit of work though, so it won’t happen right away. However, while it is not well tested to add a notes view to the highlighting mode, it can be done by modifying the config file. The feature is documented in the Layouts section of the docs. Roughly:
|
In fact I wonder if we could extend the editing dialog configuration to allow for
The only tricky thing is to determine what happens when you click the “notes” or “highlight” actions. Maybe we could simply have them go to the pre-defined layouts? Possibly add configurable shortcuts for other layouts? |
Thanks for your quick and kind reply to my issue. I tried your approach and unsurprisingly it worked. I quite like your idea of user-defined custom configurations. For now your "workaround" is fine. |
If I'm in the highlighter-mode, I want my notes.
There are generally two options to choose from I guess:
I think the second option is preferable for people with tablets that want to draw on the presenter screen, but I have a common two monitor-desktop setup and can easily draw on the presenting screen, so I would prefer the first option.
This is my current note-view:
but as soon as I switch to the highlighter-mode, my note-view is completly gone:
I tried to fix it by editing the layout, but I can't find any way select and add non-present items to the highlighter-mode list.
The text was updated successfully, but these errors were encountered: