diff options
author | Ralph Amissah <ralph@amissah.com> | 2016-04-26 21:11:38 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-04 14:44:02 -0400 |
commit | b1ad3c039588b6953dc8891d38418b3a214caaa9 (patch) | |
tree | b00ce546198dd138ab42303d9dd5ebe22057dcaa /org/ao_abstract_doc_source.org | |
parent | do not track (diff) |
config rearranged, more put in maker.orgdoc-reform_v0.0.3
Diffstat (limited to 'org/ao_abstract_doc_source.org')
-rw-r--r-- | org/ao_abstract_doc_source.org | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/org/ao_abstract_doc_source.org b/org/ao_abstract_doc_source.org index 796d6b2..d8f2637 100644 --- a/org/ao_abstract_doc_source.org +++ b/org/ao_abstract_doc_source.org @@ -4507,3 +4507,43 @@ template ObjectSetter() { } } #+END_SRC + +* TODO work on +- bespoke struct for sisu objects to replace JSON strings +- book index *sort* fix (Aa-Zz instead of A-Za-z) +- determine what goes in node info + - understand collapsed level +- convert file utf8 for processing from to utf32 + +- general concepts + - ranges + - templates + - unitest? + +|---------------------+------------------------------------------+------------------------+--------| +| header | sisu /header markup/ | markup | | +| - metadata | | | | +| - make instructions | | | | +|---------------------+------------------------------------------+------------------------+--------| +| table of contents | markup of headings | (regular content) | output | +|---------------------+------------------------------------------+------------------------+--------| +| substantive content | sisu /content markup/ | markup | output | +| | headings (providing document structure), | (regular content) | | +| | paragraphs, blocks | | | +| | blocks (code, poem, group, table) | | | +|---------------------+------------------------------------------+------------------------+--------| +| endnotes | markup within substantive content | markup | output | +| | (extracted from sisu /content markup/) | (from regular content) | | +|---------------------+------------------------------------------+------------------------+--------| +| glossary | identify special section | markup | output | +| | regular /content markup/ | | | +|---------------------+------------------------------------------+------------------------+--------| +| bibliography | identify section, | markup (special) | output | +| | special /bibliography markup/ | | | +|---------------------+------------------------------------------+------------------------+--------| +| book index | extracted from markup attached to | markup | output | +| | related substantive content objects | | | +| | (special tags in sisu /content markup/) | (from regular content) | | +|---------------------+------------------------------------------+------------------------+--------| +| metadata | | (from regular header) | output | +|---------------------+------------------------------------------+------------------------+--------| |