const pages = dv.pages()
const emoji = '🍅'
dv.table(
["Task", "Pomodoros", "Time"],
pages.file.tasks
.filter(task => task.children.some(child=> child[emoji]))
.map(task=> {
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #MaxHotkeysPerInterval 200 | |
| ModActivateDelay := 100 | |
| *Space:: | |
| If SpacePressed ; AutoRepeat defense | |
| Return | |
| SpacePressed:=true | |
| SetTimer ModActivate, % "-" ModActivateDelay | |
| Return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "input": "http://s3.amazonaws.com/zencodertesting/test.mov", | |
| "outputs": [ | |
| { | |
| "label": "mp4-1500k", | |
| "prepare_for_segmenting": ["hls", "dash"], | |
| "audio_bitrate": 128, | |
| "video_bitrate": 1100, | |
| "size": "1280x720", | |
| "url": "s3://my-bucket/mp4/1500.mp4" |
OlderNewer