C-k
- org-agenda-kill
C-n
- org-agenda-next-line
In order to browse YAML
tags just search for the verbatim structure with
ripgrep
, in this context YAML
tags are only used to set up notebook
directories, so they will always be nested with /
characters, hence the number
of false positives will be small enough to justify this simplicity:
cat 00tags.csv | rg '[a-zA-Z0-9]+/[a-zA-Z0-9/]+' | fzf | xargs rg -l > /tmp/kdkdjaksd;
cat /tmp/kdkdjaksd
# I couldn't get a pipe to work so I had to save to /tmp
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
#!/bin/bash | |
# Don't forget to adjust the permissions with: | |
#chmod +x ~/somecrazyfolder/script1 | |
## Program | |
### Description | |
# This will use fzf to find filenames that might correspond to a path from a broken link in the clipboard. |
Tue 21 Jan 2020 08:20:34 PM
Custom CSS can be used in Notable by using the ! important
specification in the CSS.
First download and extract the .AppImage
with: [^1]
wget https://github.com/notable/notable/releases/download/v1.8.3/Notable-1.8.3.AppImage
chmod +x ./Notable-1.8.3.AppImage
NewerOlder