Samuel Hutchinson
Samuel Hutchinson
### Discussed in https://github.com/minbrowser/min/discussions/2008. I would like to add a `-t` argument to request specific tasks from the command-line. This may be an opportunity to look at the code structure...
Added search url (for english only). Tentatively disabled search engine check in instantAnswerPlugin
From https://github.com/minbrowser/min/issues/909#issuecomment-1007962847##export-task-to-file So here is a bit of a shower thought I had. This could be like bookmarks V2. Say you have spent all day in one task doing your...
The world needs more Plum-O-Meters! Thanks for the good laugh! PS: Can confirm it works on limes as well https://user-images.githubusercontent.com/34013162/137485581-25ca5ab8-8d4b-447c-8323-7a045f4efd9a.mov .
Problem: Slider (Vertical) appears completely horizontal. Fix: slider.lua and theme.lua both set the slider for a special vertical case if "vertical" is in the opt table when calling the slider...
Vertical sliders have to be accessed within the opt.id table, not just opt. Made modifications to slider.lua and theme.lua.
### Describe the bug If the string that is being passed to the `draw_text()` function is above a certain font size the text to be drawn for that font size...
**What is the feature:** Implement BetterDisplay to be able to stream a virtual display to two destinations (with per-display custom cropping available). For an extra bonus, bundle this into a...
I love this plugin and have been experimenting linking some of my project files (.odt/.docx) with some of my notes and todos. Obviously if the filesystem changes then the link...
This is a working PR so far it is a minimum viable product and lacks preferences. How to run, install mozilla-tts with python as in [these instructions](https://github.com/mozilla/TTS?tab=readme-ov-file#install-tts) (`pip install TTS`)....