more detailed tiddler

This commit is contained in:
fred 2022-04-22 17:24:29 +02:00
parent 50583fc411
commit d4e820b393
1 changed files with 6 additions and 3 deletions

View File

@ -418,12 +418,15 @@ echo '[
{
"text": "",
"title": "'${TITLE}'",
"type": "'$MIME'",
"type": "'${MIME}'",
"cat": "'${CAT}'",
"mediakey": "'${MEDIAKEY}'",
"ipns": "'${IPNS}'",
"tags": "$:/isAttachment $:/isIpfs",
"_canonical_uri": "/ipfs/'$IPFSREPFILEID'/'$URLENCODE_FILE_NAME'"
"_canonical_uri": "/ipfs/'${IPFSREPFILEID}'/'${URLENCODE_FILE_NAME}'"
}
]
' > ~/astroport/${TYPE}/${REFERENCE}/${MEDIAKEY}.tiddler.json
' > ~/astroport/${TYPE}/${REFERENCE}/${MEDIAKEY}.dragdrop.json
fi