A solution for embedding and reading object data from plain texts stored in local storage.
A solution for embedding and reading object data from plain texts stored in local storage.
We want:
In a sense, you can think of textual object system as a digital citation system, only you are not merely referencing an abstract article or a book, but an actual (e.g. not pointing to some location in a remote server) digital data object stored locally which you can use any time along with your plain text.
Typical use cases:
A local store for TO object saved in extremely robust and open sqlite databasae.
The language used for markers embedded in the text which is readable and contains metadata point to its entry in the local store.
TOL marker is a short and succint textual representation of an entry in TOF.
The TOL market format is simple and fully readable:
[[KEY 1: Value 1|KEY 2: VALUE 2| KEY x: VALUE x ...]]
You could type it by hand, but it’s highly recommended to let TOE generate the marker for you, at least the key information, such as the ID and SID.
You can also customize the symbol to your liking or to avoid conflicts with some other Plain languages. For example:
The following fields are required and optional, but the key words are reserved. You can add any key-value pairs as you want, but you cannot use the follow keywords. E.g.
Acceptable:
Unacceptable:
- In this case the second value is ignored.
Example:
[[ID: xxx; ]]