add to-review to tags
This commit is contained in:
parent
094537a27d
commit
cbb5656921
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ rm -f /tmp/"${TITLE}".{md,html}
|
||||||
cp "${QUTE_HTML}" /tmp/"${TITLE}".html && \
|
cp "${QUTE_HTML}" /tmp/"${TITLE}".html && \
|
||||||
echo "---
|
echo "---
|
||||||
url: ${QUTE_URL}
|
url: ${QUTE_URL}
|
||||||
tags: web-import
|
tags: web-import, to-review
|
||||||
---" > "${VAULT}/Inbox/${TITLE}".md && \
|
---" > "${VAULT}/Inbox/${TITLE}".md && \
|
||||||
~/go/bin/html2md -A -F -S -T -V -Y -i /tmp/"${TITLE}".html >> "${VAULT}/Inbox/${TITLE}".md && \
|
~/go/bin/html2md -A -F -S -T -V -Y -i /tmp/"${TITLE}".html >> "${VAULT}/Inbox/${TITLE}".md && \
|
||||||
echo "
|
echo "
|
||||||
|
|
|
||||||
|
|
@ -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}
|
rm -f /tmp/"${TITLE}".{md,html}
|
||||||
echo "---
|
echo "---
|
||||||
url: ${QUTE_URL}
|
url: ${QUTE_URL}
|
||||||
tags: web-import
|
tags: web-import, to-review
|
||||||
---" > "${VAULT}/Inbox/${TITLE}".md && \
|
---" > "${VAULT}/Inbox/${TITLE}".md && \
|
||||||
echo "
|
echo "
|
||||||
# ${TITLE}
|
# ${TITLE}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue