Synchronizing local changes after getting "Detached..." warning at Iceberg. #1
@ -1,9 +1,9 @@
|
||||
converting
|
||||
abilitiesAsWikiText
|
||||
abilitiesAsWikiText
|
||||
| output |
|
||||
output := '' writeStream.
|
||||
output
|
||||
nextPutAll: '<ul style="list-style-type:none;">'; cr;
|
||||
output
|
||||
nextPutAll: '<ul style="list-style-type:none;">'; lf;
|
||||
nextPutAll: (self abilitiesAsWikiTextFor: self currentAbilities marked: '⬢');
|
||||
nextPutAll: (self abilitiesAsWikiTextFor: self pendingAbilities marked: '⬡');
|
||||
nextPutAll: '</ul>'.
|
||||
|
@ -1,3 +1,7 @@
|
||||
accessing
|
||||
asJsonTiddler
|
||||
^ self asTiddler asJson
|
||||
<<<<<<< HEAD
|
||||
^ self asTiddler asJson
|
||||
=======
|
||||
^ self asTiddler asJson
|
||||
>>>>>>> master
|
||||
|
Loading…
Reference in New Issue
Block a user