Collecting oracles from template wiki.
This commit is contained in:
parent
8a1d90d06f
commit
6815aa9158
@ -1,3 +1,6 @@
|
||||
accessing
|
||||
populateOracles
|
||||
^ wiki
|
||||
| oraclesTiddler |
|
||||
oraclesTiddler := self wiki templateWiki tiddlers
|
||||
detect: [:tiddler | (tiddler title) = 'Tablas Generadoras' ].
|
||||
^ oraclesTiddler text lines allButFirst collect: [:each | each splitOn: '|']
|
@ -1,7 +1,7 @@
|
||||
accessing
|
||||
wiki
|
||||
^ wiki ifNil: [
|
||||
wiki := (TiddlyWiki new)
|
||||
|
||||
^ wiki ifNil: [ wiki := TiddlyWiki new
|
||||
name: 'Firelights/Vivarium games wiki';
|
||||
template: 'https://vivarium.tiddlyhost.com/'
|
||||
]
|
||||
template: 'https://vivarium.tiddlyhost.com/'.
|
||||
]
|
Loading…
Reference in New Issue
Block a user