Merge branch 'master' of https://code.tupale.co/Offray/TiddlyWikiPharo
This commit is contained in:
commit
1b12ed67b0
@ -37,7 +37,7 @@ TiddlyWiki >> addRecentChangesToRepo [
|
|||||||
repository := self repository.
|
repository := self repository.
|
||||||
self updateFromHtml.
|
self updateFromHtml.
|
||||||
recentTiddlers := self changesAfter: repository checkoutDateAndTime.
|
recentTiddlers := self changesAfter: repository checkoutDateAndTime.
|
||||||
docsSton := recentTiddlers collect: [:each | each exportSTONFile].
|
docsSton := recentTiddlers collect: [:each | each exportSTONFileOptimized ].
|
||||||
"Collecting tiddlers file reference as string and adding to the repo"
|
"Collecting tiddlers file reference as string and adding to the repo"
|
||||||
docsStonSanitized := docsSton collect: [ :each |
|
docsStonSanitized := docsSton collect: [ :each |
|
||||||
(each fullName removePrefix: repository localRoot) allButFirst ].
|
(each fullName removePrefix: repository localRoot) allButFirst ].
|
||||||
@ -271,6 +271,11 @@ TiddlyWiki >> file: anObject [
|
|||||||
file := anObject
|
file := anObject
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
TiddlyWiki >> folder [
|
||||||
|
^ self file parent
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
TiddlyWiki >> fromDictionary: tiddlersDict [
|
TiddlyWiki >> fromDictionary: tiddlersDict [
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user