See here for a description of what this proposal is all about.
Required settings
- Time format (default
HH:mm
, see moment's formatting options)
#btrfs benchmark for daily used desktop OS |
See here for a description of what this proposal is all about.
Required settings
HH:mm
, see moment's formatting options)The goal of this proposal is to enable compatibility between plugins that combine dates and tasks.
Currently, most plugins implement their own structured date format.
Kanban plugin: - [ ] task 1 @[[2021-11-01]] @@{8:35}
Tasks plugin: - [ ] task 1 📆2021-11-1
Reminders: - [ ] task 1 ([[2021-11-01]] 8:35)
#!/usr/bin/env python3 | |
""" | |
The Finnish death metal band Demilich released an album in 1993 called | |
"Nespithe". The liner notes, as well as the album title and one song title, | |
are written in code: start at the end of the phrase, group the letters in | |
three, and reverse the groups' order. | |
""" | |
from sys import argv, stdin |