Improving tiddlywiki changes management.

This commit is contained in:
Ruidajo 2022-02-11 23:11:39 -05:00
parent 9f8dc3f4a2
commit 494112a2c8
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ FossilRepo >> addFiles: aCollection [
FossilRepo >> addRecentChangesFromWiki: aTiddlywiki [
| docsSton docsStonSanitized recentTiddlers |
aTiddlywiki
exportJSONFile;
importJSONFile.
recentTiddlers := aTiddlywiki changesAfter: self checkoutDateAndTime.
docsSton := recentTiddlers collect: [:each | each exportSTONFile].
"Collecting tiddlers file reference as string and adding to the repo"