José Cabo
José Cabo
I'm happy to share some work I've done on this amazing project. There are still pieces that need attention before merging, but the base is ready. Originally the changes were...
This is such an incredible project I still can't believe it's real. The documentation is very good and I really like the approach the repo's owners is taking to manage...
Hi all! I have specified the change callback as follows: ``` javascript $textarea.wysihtml5({ "stylesheets": ["[...........]/plugins/bootstrap-wysihtml5/wysiwyg-color.css"], "color": true, "events": { change: function () { var newValue = $textarea.val(); console.log(newValue); }, focus:...
The Gunicorn `timeout` configuration setting doesn't seem to have affect when using gevent workers. If by any chance the worker thread gets put to sleep enough time and it never...
**Issue description** The "Format" setting in the Periodic Notes Obsidian plugin is causing the `{{date}}` variable in the configured template to use the user-specified format instead of the system default...
**Is your feature request related to a problem? Please describe.** The plugin uses the so-called Inline Issue Prefix (default: `JIRA:`) to detect jira issues and do the magic. However, multiple...
Hi all! I have specified the change callback as follows: ``` javascript $textarea.wysihtml5({ "stylesheets": ["[...........]/plugins/bootstrap-wysihtml5/wysiwyg-color.css"], "color": true, "events": { change: function () { var newValue = $textarea.val(); console.log(newValue); }, focus:...