Downloading and indexing media links-
This commit is contained in:
parent
6901ad18a6
commit
9e50d4836b
@ -186,6 +186,11 @@ Tiddler >> deleteUid [
|
|||||||
self customFields deleteKey: 'uid'.
|
self customFields deleteKey: 'uid'.
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
Tiddler >> downloadAndIndexMediaLinksInto: aFolder [
|
||||||
|
^ self customFieldsWithMediaLinks
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
Tiddler >> exportJSONFile [
|
Tiddler >> exportJSONFile [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user