« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/util
AgeCommit message (Expand)Author
2024-03-16html: experimentally optimize isBlank... with generators(quasar) nebula
2024-03-16html: redefine isBlank(quasar) nebula
2024-03-14util: add much more custom behavior to getKebabCase(quasar) nebula
2024-03-10replacer: actually set atStartOfLine = false past start of line(quasar) nebula
2024-03-08content, css, replacer: <img align="center"> in content(quasar) nebula
2024-02-29replacer: never process "<html:a>", restore "<a>" into text nodes(quasar) nebula
2024-02-25util: unhinged binding shenanigans for release compatibility(quasar) nebula
2024-02-19sugar: splitKeys(quasar) nebula
2024-02-18content, replacer: move warning splitting into replacer(quasar) nebula
2024-02-18replacer, content: allow warning attribute on image nodes(quasar) nebula
2024-02-17replacer, content: allow style attribute on image nodes(quasar) nebula
2024-02-17replacer: squash non-markdown single backslashes(quasar) nebula
2024-02-17data-checks, sugar: factor out getNestedProp(quasar) nebula
2024-02-17content: transformContent: move replacerSpec into #replacer(quasar) nebula
2024-02-17sugar: cutStart(quasar) nebula
2024-02-17sugar: build matchMultiline on lower level iterateMultiline(quasar) nebula
2024-02-16data: move sorting & generic functions out of #wiki-data(quasar) nebula
2024-02-16sugar: move many functions into new #aggregate import(quasar) nebula
2024-02-16various pure-cruft eslint cleanups(quasar) nebula
2024-02-16html: minor eslint fixes(quasar) nebula
2024-02-15data: validate commentary capitalization w/ non-global regex(quasar) nebula
2024-02-14content, external-links, test: provide album track count as context(quasar) nebula
2024-02-14external-links: allow providing multiple contexts(quasar) nebula
2024-02-14data: detect & report miscapitalization in commentary heading(quasar) nebula
2024-01-14use atOffset() and .at() where appropriate(quasar) nebula
2024-01-14sugar: atOffset(quasar) nebula
2024-01-11data: chunkMultipleArrays: fix zero-items case(quasar) nebula
2024-01-06sugar: matchMultiline: begrudgingly one-index everything(quasar) nebula
2024-01-06sugar: matchMultiline: fix start of line offsetting(quasar) nebula
2024-01-06sugar: matchMultiline(quasar) nebula
2024-01-06sugar: showAggregate: translucent: 'single'(quasar) nebula
2024-01-06sugar: refactor determineCause, determineHelpers(quasar) nebula
2024-01-03external-links, test: fandom page links, custom "transform"(quasar) nebula
2024-01-03html: trace line where tag is created(quasar) nebula
2024-01-03html: show symbol count when inspecting attributes(quasar) nebula
2024-01-03html: aggressively skip blank nice attributes when inspecting tag(quasar) nebula
2024-01-03sugar: showAggregate: pad siblings of aggregates for alignment(quasar) nebula
2024-01-03validators: oneOf -> anyOf(quasar) nebula
2024-01-03html: simplify attributes validation and add() logic(quasar) nebula
2024-01-01css, content: various color, depth & balance adjustments(quasar) nebula
2024-01-01content: make dim color (image background) darker(quasar) nebula
2024-01-01html: fix mutable: false not actually receiving original attributes(quasar) nebula
2024-01-01html: add mutable option for html/attributes slot descriptions(quasar) nebula
2024-01-01html: new 'attributes' slot type(quasar) nebula
2024-01-01html: Attributes.clone(quasar) nebula
2024-01-01html: blankAttributes utility function(quasar) nebula
2024-01-01html: make isAttributes alias to isAttributesAdditionSingletValue(quasar) nebula
2024-01-01html: allow arrays in attribute addition values (recursively)(quasar) nebula
2024-01-01html: flatten attribute value arrays infinitely(quasar) nebula
2024-01-01html: inline html.tag()-specific isAttributes behavior(quasar) nebula