add to-review to tags

This commit is contained in:
Don Harper 2024-02-21 21:58:35 -06:00
parent 094537a27d
commit cbb5656921
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ rm -f /tmp/"${TITLE}".{md,html}
cp "${QUTE_HTML}" /tmp/"${TITLE}".html && \
echo "---
url: ${QUTE_URL}
tags: web-import
tags: web-import, to-review
---" > "${VAULT}/Inbox/${TITLE}".md && \
~/go/bin/html2md -A -F -S -T -V -Y -i /tmp/"${TITLE}".html >> "${VAULT}/Inbox/${TITLE}".md && \
echo "

View file

@ -5,7 +5,7 @@ TITLE=$(echo "${QUTE_TITLE}" | sed -e 's/\//-/g' -e 's/|/-/g' -e 's/\\/-/g' -e '
rm -f /tmp/"${TITLE}".{md,html}
echo "---
url: ${QUTE_URL}
tags: web-import
tags: web-import, to-review
---" > "${VAULT}/Inbox/${TITLE}".md && \
echo "
# ${TITLE}