Progress bar
Hi!
I have a long running custom markdown script. It would be great if marked would show a spinner or something when doing a refresh that takes longer than a second or so. Right now I just wait until marked gets responsive again.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 04 Mar, 2012 04:58 PM
I currently trigger the progress spinner with a javascript hook when page load starts. When using custom scripts, sometimes I can't load the JS into the template, so it's never triggered. I'll look into a way to start and stop it without depending on DOM status.