Add page id feature
This commit is contained in:
@ -440,6 +440,10 @@ final class FileSystem {
|
||||
pagePaths[id] = page
|
||||
}
|
||||
|
||||
func getPage(for id: String) -> String? {
|
||||
pagePaths[id]
|
||||
}
|
||||
|
||||
|
||||
// MARK: Writing files
|
||||
|
||||
|
Reference in New Issue
Block a user