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',
|
||||
'jsonFile',
|
||||
'tiddlers',
|
||||
'folder'
|
||||
'folder',
|
||||
'template'
|
||||
],
|
||||
#category : #'TiddlyWiki-Model'
|
||||
}
|
||||
@ -801,6 +802,11 @@ TiddlyWiki >> taggedWith: aTag [
|
||||
]
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
TiddlyWiki >> template: anUrl [
|
||||
template := anUrl
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
TiddlyWiki >> tiddlers [
|
||||
tiddlers ifNotNil: [ ^ tiddlers ].
|
||||
|
Loading…
Reference in New Issue
Block a user