scripts/dot-local/share/sav-quotes/format-qdb-quotes.sed
2023-10-23 15:16:31 +11:00

11 lines
209 B
Sed

# first we remove indentation from the start of lines
s/^ *//
# Convert the quote headers to %
1,$ s/^\#.*/%/
s/Comment:/\nComment:/
s/- \[.*//
/\[\s\+\]/d
1,/TodayLatestBestTopWorst/d
/save page/,$d
/^ *$/d