Now wikis support a starting template, useful to update/populate shared functionality.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-11-28 12:55:14 -05:00
parent c9b7fba340
commit 005e128ce0
1 changed files with 7 additions and 1 deletions

View File

@ -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 ].