Now wikis support a starting template, useful to update/populate shared functionality.
This commit is contained in:
parent
c9b7fba340
commit
005e128ce0
@ -13,7 +13,8 @@ Class {
|
|||||||
'remote',
|
'remote',
|
||||||
'jsonFile',
|
'jsonFile',
|
||||||
'tiddlers',
|
'tiddlers',
|
||||||
'folder'
|
'folder',
|
||||||
|
'template'
|
||||||
],
|
],
|
||||||
#category : #'TiddlyWiki-Model'
|
#category : #'TiddlyWiki-Model'
|
||||||
}
|
}
|
||||||
@ -801,6 +802,11 @@ TiddlyWiki >> taggedWith: aTag [
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
TiddlyWiki >> template: anUrl [
|
||||||
|
template := anUrl
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
TiddlyWiki >> tiddlers [
|
TiddlyWiki >> tiddlers [
|
||||||
tiddlers ifNotNil: [ ^ tiddlers ].
|
tiddlers ifNotNil: [ ^ tiddlers ].
|
||||||
|
Loading…
Reference in New Issue
Block a user