aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/doc_reform/meta/rgx.d
Commit message (Collapse)AuthorAgeFilesLines
* 2024Ralph Amissah2024-01-021-1/+1
|
* 2023, year rollover, old habitRalph Amissah2023-01-011-2/+1
|
* regex review, match speed & compile time, ctregexRalph Amissah2022-12-231-9/+1
| | | | | | | | | - improve match time - add interim fontface identifier marker - improve compile time - remove unused regexs - separate out some specialized output matches
* regex (start thinking about ctRegex)Ralph Amissah2022-11-211-207/+161
|
* latex head adjustmentsRalph Amissah2022-04-031-0/+1
|
* latex output (try tidy); linebreaks more generallyRalph Amissah2022-04-031-2/+6
|
* epub, work onRalph Amissah2022-02-051-1/+2
|
* doc presentation, add option to include date with title and authorRalph Amissah2022-01-251-0/+3
|
* xmls, html group text output (bullets & indents)Ralph Amissah2022-01-211-1/+2
|
* a new yearRalph Amissah2022-01-051-1/+1
|
* primarily org relatedRalph Amissah2021-11-271-1/+1
|
* regex adjust, dc update build fix requiredRalph Amissah2021-05-031-5/+5
| | | | - ldc-v1.26.0 dmd-v2.096.1
* headers: copyright, license, year; also httpsRalph Amissah2021-04-081-0/+50
|
* metaverse, doc structure & blocks, change trackingRalph Amissah2020-05-201-3/+3
|
* backmatter, special sections, multiple fixesRalph Amissah2020-05-201-6/+4
| | | | | | | | - fix special sections eat other special sections, e.g. glossary eats bibliography & other headings - glossary stop object numbering on empty lines - glossary remove indent markup instruction - bibliography provide missing heading
* metaverse, set behavior of block & group textRalph Amissah2020-05-201-1/+1
| | | | | - group: loses spaces, retains double newlines - block: retains spaces and newlines
* uid, select separator that works better with sqliteRalph Amissah2020-05-201-0/+1
|
* config, where used without document processingRalph Amissah2020-05-201-2/+2
|
* sql, sqlite internal site linksRalph Amissah2020-05-201-1/+2
|
* code ctRegex calls, tidyingRalph Amissah2020-02-261-2/+2
|
* address compilation issues with dmd (v2.090.0)Ralph Amissah2020-02-261-1/+0
|
* cosmetic primarily "format"Ralph Amissah2020-02-081-1/+1
|
* name changesRalph Amissah2019-11-221-1/+1
|
* regex, remove unusedRalph Amissah2019-11-191-70/+1
| | | | | - some potentially useful (review as needed) - speeds up compilation
* 0.8.1 conf, make, meta: yaml only (toml removed)doc-reform_v0.8.1Ralph Amissah2019-10-171-2/+0
| | | | | | | | | | | | - yaml only: config, make & headers (yaml is converted directly to struct) - toml removed: preemptively remove confusion of having multiple config formats (toml was converted to json & json to struct) - json removed (intermediate representation): takes out intermediate conversion to json which could be attractive to have if there are multiple formats
* path related, mostly cosmetic codeRalph Amissah2019-10-171-2/+2
|
* document headers & config: yaml introducedRalph Amissah2019-10-171-1/+8
| | | | | - as toml alternative - both toml & yaml (meta, conf, make) work
* xmls, css, codeblocks linenumbersRalph Amissah2019-10-171-1/+1
|
* html scroll toc backmatter (url/link) fixRalph Amissah2019-10-171-0/+1
|
* xmls, special footnotesRalph Amissah2019-10-171-0/+1
|
* xmls, special footnotes? minor stepRalph Amissah2019-10-171-0/+1
|
* cosmeticRalph Amissah2019-10-171-1/+0
|
* 0.7.3 start to look at document harvest (initial stub)Ralph Amissah2019-10-171-1/+6
|
* a regex & some clearingRalph Amissah2019-05-211-21/+1
|
* url encodingRalph Amissah2019-05-171-0/+1
|
* regex, meta_abstraction, naming of some regex submatchesRalph Amissah2019-05-171-27/+27
|
* (segmented html) dummy heading relatedRalph Amissah2019-05-171-2/+2
|
* text format delimiter, use: "┃" instead of "┋"Ralph Amissah2019-05-171-2/+2
| | | | | | | | - gdc has compilation issue with the "┋" character, not worth arguing, make internal marker changes (can be changed again) - text format delimiter rg -l "┋" org/. | xargs sed -i 's/┋/┃/g'
* housekeepingdoc-reform_v0.5.0Ralph Amissah2019-05-171-9/+34
|
* 0.5.0 per object inline munging (rather than by line)Ralph Amissah2019-05-171-5/+5
| | | | | | - munging per object for inline markup fontface, links, urls, images, footnotes/endnotes (also book index)
* metaverse single line munging tuningdoc-reform_v0.4.3Ralph Amissah2019-05-171-6/+10
|
* inline fontface markup, internal representationRalph Amissah2019-05-171-13/+27
|
* format delimiter s/¶/┋/gRalph Amissah2019-05-171-1/+2
|
* 0.4.3 stow (most) uri/links in array, separate from object textRalph Amissah2019-05-171-1/+3
| | | | | | - munge independently - no need to consider special munging of uri with text - uri can easily be munged independently (encoded as need be)
* cleaningdoc-reform_v0.4.1Ralph Amissah2019-05-171-5/+5
|
* code block, number(ed), regex for keyword instruction, not implementedRalph Amissah2019-05-171-5/+6
| | | | | | - code(number){ to number code block (hash symbol "#" used previously)
* 0.4.1 markup syntax extension for blocks, re: attributesRalph Amissah2019-05-171-20/+20
| | | | | | | | | | | - for all blocks, e.g. - table{ - table(){ - table([recognized attributes if any]){ - code{ - code(){ - code.d([recognized attributes if any]){ - allows for the subsequent addition of attributes as required
* 0.3.0 internal links, anchor tags & segment associationsdoc-reform_v0.3.0Ralph Amissah2019-04-101-2/+2
|
* 0.2.0 renames pod from sisupodRalph Amissah2019-04-101-3/+3
|
* internal linksRalph Amissah2019-04-101-1/+3
|