Improving tiddlywiki changes management.
This commit is contained in:
parent
9f8dc3f4a2
commit
494112a2c8
@ -76,6 +76,9 @@ FossilRepo >> addFiles: aCollection [
|
|||||||
FossilRepo >> addRecentChangesFromWiki: aTiddlywiki [
|
FossilRepo >> addRecentChangesFromWiki: aTiddlywiki [
|
||||||
|
|
||||||
| docsSton docsStonSanitized recentTiddlers |
|
| docsSton docsStonSanitized recentTiddlers |
|
||||||
|
aTiddlywiki
|
||||||
|
exportJSONFile;
|
||||||
|
importJSONFile.
|
||||||
recentTiddlers := aTiddlywiki changesAfter: self checkoutDateAndTime.
|
recentTiddlers := aTiddlywiki changesAfter: self checkoutDateAndTime.
|
||||||
docsSton := recentTiddlers collect: [:each | each exportSTONFile].
|
docsSton := recentTiddlers collect: [:each | each exportSTONFile].
|
||||||
"Collecting tiddlers file reference as string and adding to the repo"
|
"Collecting tiddlers file reference as string and adding to the repo"
|
||||||
|
Loading…
Reference in New Issue
Block a user