Downloading and indexing media links-

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-04-02 14:16:48 -05:00
parent 6901ad18a6
commit 9e50d4836b
1 changed files with 5 additions and 0 deletions

View File

@ -186,6 +186,11 @@ Tiddler >> deleteUid [
self customFields deleteKey: 'uid'.
]
{ #category : #accessing }
Tiddler >> downloadAndIndexMediaLinksInto: aFolder [
^ self customFieldsWithMediaLinks
]
{ #category : #accessing }
Tiddler >> exportJSONFile [