Closed Naereen closed 8 years ago
I added (experimental) desktop notifications, on Ubuntu only, cf. 6e7411c.
Thanks to these explanations, I quickly remembered how to use GTK desktop notification (libnotify
) cleanly (instead of Popen
to a notify-send
call, what I used to do before...).
So far, the HTTP server sends a notification when starting and refreshing, and when a new note or blog is entered by the user.
See this interactive demo, added by 520f732.
6571e11 added a NProgress.js (thanks @rstacruz) loading bar to the HTML UI.
c74ae59, ccf056a 7417505 and 4ecb2ea added support and documentation for keyboard shortcuts.
274f328 fixed the issue about the style of the blogentry.
.html
,.css
and.js
files in the render/ folderImprovements on the HTML templates
<a title='...' ..>..</a>
)Improvements on javascript
notify-send
from bash, or in-browser WebNotifyAPI). Done, see 6e7411c.Add in-browser notification, with noty.js maybe ?Nope, it would be redundant with desktop notification.Improvements on the CSS styles