-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
866 additions
and
1,424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,13 +23,13 @@ | |
}, | ||
"editEmail" : { | ||
"__type" : "email", | ||
"emailString" : "[email protected]" | ||
"emailString" : "<unknown>" | ||
}, | ||
"editTime" : { | ||
"__type" : "time", | ||
"time" : { | ||
"__type" : "dateAndTime", | ||
"dateAndTimeString" : "2021-03-05T00:39:10.475322+01:00" | ||
"dateAndTimeString" : "2024-10-30T14:05:55.364097+01:00" | ||
} | ||
}, | ||
"uid" : { | ||
|
@@ -39,7 +39,7 @@ | |
"paragraphStyle" : { | ||
"__type" : "textStyle" | ||
}, | ||
"string" : "The Debugger is a ... debugger. Go figure." | ||
"string" : "The Debugger is a moldable debugger. See [[Extending the debugger through moldable exceptions]]." | ||
}, | ||
{ | ||
"__type" : "textSnippet", | ||
|
@@ -66,7 +66,7 @@ | |
"__type" : "time", | ||
"time" : { | ||
"__type" : "dateAndTime", | ||
"dateAndTimeString" : "2021-06-10T18:59:45.219738+02:00" | ||
"dateAndTimeString" : "2024-10-30T14:04:46.108552+01:00" | ||
} | ||
}, | ||
"uid" : { | ||
|
@@ -76,7 +76,7 @@ | |
"paragraphStyle" : { | ||
"__type" : "textStyle" | ||
}, | ||
"string" : "Take a look example with an exception:" | ||
"string" : "Take a look at this example with an exception:" | ||
}, | ||
{ | ||
"__type" : "pharoSnippet", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"__schema" : "4.1", | ||
"__type" : "page", | ||
"children" : { | ||
"__type" : "snippets", | ||
"items" : [ | ||
{ | ||
"__type" : "textSnippet", | ||
"children" : { | ||
"__type" : "snippets", | ||
"items" : [ ] | ||
}, | ||
"createEmail" : { | ||
"__type" : "email", | ||
"emailString" : "<unknown>" | ||
}, | ||
"createTime" : { | ||
"__type" : "time", | ||
"time" : { | ||
"__type" : "dateAndTime", | ||
"dateAndTimeString" : "2024-10-30T13:20:06.471209+01:00" | ||
} | ||
}, | ||
"editEmail" : { | ||
"__type" : "email", | ||
"emailString" : "<unknown>" | ||
}, | ||
"editTime" : { | ||
"__type" : "time", | ||
"time" : { | ||
"__type" : "dateAndTime", | ||
"dateAndTimeString" : "2024-10-30T13:20:06.476834+01:00" | ||
} | ||
}, | ||
"uid" : { | ||
"__type" : "uid", | ||
"uidString" : "NKCwdBLiDQCTfhnrCDj6jg==" | ||
}, | ||
"paragraphStyle" : { | ||
"__type" : "textStyle" | ||
}, | ||
"string" : "[[DRAFT]]" | ||
} | ||
] | ||
}, | ||
"createEmail" : { | ||
"__type" : "email", | ||
"emailString" : "<unknown>" | ||
}, | ||
"createTime" : { | ||
"__type" : "time", | ||
"time" : { | ||
"__type" : "dateAndTime", | ||
"dateAndTimeString" : "2024-10-30T13:19:52.185715+01:00" | ||
} | ||
}, | ||
"editEmail" : { | ||
"__type" : "email", | ||
"emailString" : "<unknown>" | ||
}, | ||
"editTime" : { | ||
"__type" : "time", | ||
"time" : { | ||
"__type" : "dateAndTime", | ||
"dateAndTimeString" : "2024-10-30T13:19:52.185715+01:00" | ||
} | ||
}, | ||
"pageType" : { | ||
"__type" : "namedPage", | ||
"title" : "Composed Narrative" | ||
}, | ||
"uid" : { | ||
"__type" : "uuid", | ||
"uuid" : "447eaf74-12e2-0d00-937d-70650838fa8e" | ||
} | ||
} |
Oops, something went wrong.