Remark is a markdown processor and transformer that converts markdown text into a structured JSON abstract syntax tree for programmatic manipulation. It functions as a plugin-based tool within the unified ecosystem, allowing users to parse, transform, and stringify markdown content. The project is distinguished by its extensibility through a plugin system that supports custom markdown syntax extensions, the introduction of new markup elements, and the definition of custom processing logic. This framework enables the modification of content through a visitor-pattern traversal of the syntax tre
Jo is a command-line utility designed to construct and manipulate JSON objects and arrays directly from shell arguments and standard input. It functions as a data processing tool that transforms raw input into structured formats, enabling the generation of complex payloads for APIs, configuration files, and automated data pipelines. The tool distinguishes itself through its ability to resolve hierarchical data structures using delimiter-based path definitions and its integrated type-inference engine, which automatically casts input values into native boolean, numeric, or null types. Users can
A (TUI/CLI) markdown navigator with tree-based structural navigation.
epistates/treemd 的主要功能包括:Data Processing Tools, Interactive Data Explorers, Markdown Processing, Text Editors。
epistates/treemd 的开源替代品包括: jfryy/qq. yshavit/mdq. remarkjs/remark — Remark is a markdown processor and transformer that converts markdown text into a structured JSON abstract syntax tree… jpmens/jo — Jo is a command-line utility designed to construct and manipulate JSON objects and arrays directly from shell… alibaba/v6d. acode-foundation/acode — Acode is a code editor designed for mobile devices. It provides syntax-highlighted editing for multiple programming…