-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Why the opening logic is like that?
I would say either the file has metadata and we use it or the file does not have metadata.
loadFileContents: aString for: aNTNote
| fileContentsPart |
(aString beginsWith: '{') ifFalse: [ ^ self ].
fileContentsPart := aString substrings: '}'.
aNTNote contents:
(fileContentsPart second withoutPrefix: String crlf , String crlf).
self loadMetaData: fileContentsPart first for: aNTNote
Metadata
Metadata
Assignees
Labels
No labels