From 19129c3bf10eca17fe3c092fbc7b83faa4bc7cff Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 23 Apr 2022 03:47:27 +0200 Subject: [PATCH] tiddler astroport tag --- zen/new_file_in_astroport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zen/new_file_in_astroport.sh b/zen/new_file_in_astroport.sh index ef6d00f..7b5ba67 100755 --- a/zen/new_file_in_astroport.sh +++ b/zen/new_file_in_astroport.sh @@ -417,11 +417,11 @@ MIME=$(file --mime-type "$HOME/astroport/${TYPE}/${REFERENCE}/${file}" | cut -d if [[ $(echo "$MIME" | grep 'video') ]]; then TEXT="

"${TITLE}"

" MIME="txt/html" - TAGS="${CAT}" + TAGS="${CAT} astroport" CANON='' else TEXT='' - TAGS='$:/isAttachment $:/isIpfs '${CAT} + TAGS='$:/isAttachment $:/isIpfs astroport '${CAT} CANON="/ipfs/"${IPFSID} fi