{
  "markdown": "<p align=\"center\">\n  <picture>\n    <source media=\"(prefers-color-scheme: dark)\" srcset=\"docs/images/arto-header-readme-dark.png\">\n    <img alt=\"Arto\" src=\"docs/images/arto-header-readme-light.png\" width=\"600\">\n  </picture>\n</p>\n\n<p align=\"center\">\n  <strong>Arto — the Art of Reading Markdown.</strong><br>\n  A desktop app that renders Markdown the way GitHub does, locally and offline.\n</p>\n\n<p align=\"center\">\n  <a href=\"https://arto-app.github.io\"><strong>Website</strong></a> ·\n  <a href=\"./docs/installation.md\">Install</a> ·\n  <a href=\"./docs/cli.md\">CLI</a> ·\n  <a href=\"./docs/keybindings.md\">Keybindings</a> ·\n  <a href=\"./CONTRIBUTING.md\">Contributing</a>\n</p>\n\n<p align=\"center\">\n  <img src=\"./docs/images/hero-light.png\" alt=\"Arto showing a rendered README\" width=\"860\">\n</p>\n\n> [!WARNING]\n> Arto is **beta**. Features may change without regard to backward compatibility. macOS is the platform it is developed and tested on; Linux and Windows builds exist but are **experimental** — see [Platform support](./docs/installation.md#platform-support).\n\n## Why\n\nMost Markdown tools are built for *writing*. Arto is built for **reading**: the name is short for \"Art of Reading\".\n\nMarkdown is where documentation, communication and thinking now live, and reading it deserves more than a preview pane. Arto reproduces GitHub's rendering locally and offline, with typography and whitespace chosen for long reading rather than for editing.\n\n## Features\n\n**Reading** — GitHub-accurate rendering with the extended syntax, auto-reload when the file changes on disk, and no network required.\n\n**Getting around** — a file explorer over several folders at once, a reading history reachable from the panel, the document's name, the welcome page and the palette, bookmarks for the folders you keep returning to, a contents gutter beside the page, and back/forward across linked documents.\n\n**Finding** — a command palette that fuzzy-finds in one list, the way `fzf` does: the files under the folder you are working in, what you have read, what you have kept, and every command by name. Plus find in page, and pinned searches that keep multi-colour highlights across sessions.\n\n**Windows** — one document to a window, as many windows as you like, child windows for diagrams, and drag-and-drop to open.\n\n**Rich content** — Mermaid diagrams in an interactive viewer with zoom, pan and copy-as-image; KaTeX math; syntax-highlighted code with a copy button; YAML frontmatter as a collapsible table; and GitHub alerts (`NOTE`, `TIP`, `IMPORTANT`, `WARNING`, `CAUTION`).\n\n**Fitting in** — GitHub's own themes, including dimmed, high contrast and the colour-vision ones, with a separate choice for light and dark mode and the system deciding which applies; zoom by keyboard or trackpad, configurable preferences, context menus, and — on macOS — Quick Look and the Finder preview pane.\n\n<p align=\"center\">\n  <img src=\"./docs/images/feature-rendering.png\" alt=\"GitHub-style rendering\" width=\"410\">\n  <img src=\"./docs/images/feature-katex.png\" alt=\"KaTeX math\" width=\"410\">\n  <br>\n  <img src=\"./docs/images/feature-toc.png\" alt=\"Table of contents\" width=\"410\">\n  <img src=\"./docs/images/feature-search.png\" alt=\"Find in page\" width=\"410\">\n</p>\n\n<p align=\"center\"><em>Diagrams, the sidebar and multi-window in motion: <a href=\"https://arto-app.github.io\">arto-app.github.io</a></em></p>\n\n## Install\n\n```sh\nbrew install --cask arto-app/tap/arto\nxattr -dr com.apple.quarantine /Applications/Arto.app\n```\n\nLinux packages, a single binary for Linux and Windows, Nix, and why that second line is needed: [Installation](./docs/installation.md).\n\n## From the terminal\n\nArto is a GUI application. The `arto` command hands files to it:\n\n```sh\narto README.md\n```\n\nIt also renders a Markdown file to a self-contained HTML page that opens in any browser without the app:\n\n```sh\narto page README.md > README.html\n```\n\nFull flags and behaviour: [CLI usage](./docs/cli.md).\n\n## Built with\n\n- **[Dioxus]** — the Rust UI framework the whole application is written in. Native windows, menus and state, no Electron.\n- **[ox-content]** — the Markdown engine. It renders GitHub's dialect, including autolinks, alerts, heading slugs and the tag filter, so Arto does not carry its own version of any of them.\n- **[KaTeX]** and **[Mermaid]** for math and diagrams, drawn in the page as you reach them.\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for development setup and guidelines.\n\n## Sponsors\n\n<p align=\"center\">\n  <a href=\"https://blacksmith.sh/\">\n    <img src=\"./docs/images/blacksmith-powered.jpg\" alt=\"CI powered by Blacksmith\" width=\"368\">\n  </a>\n</p>\n\nArto's CI and release builds run on runners provided by **[Blacksmith]** through\ntheir open source program.\n\n## License\n\nSee [LICENSE](./LICENSE).\n\n[Blacksmith]: https://blacksmith.sh/\n[Dioxus]: https://dioxuslabs.com/\n[ox-content]: https://github.com/ubugeeei-prod/ox-content\n[KaTeX]: https://katex.org/\n[Mermaid]: https://mermaid.js.org/\n",
  "bytes": 4975,
  "sha": "9e4d86396c14403789845822d5574b31f6e5e6ff3ee0ce475b4551b55787c857",
  "repo_slug": "lambdalisue/rs-arto",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_lambdalisue_rs_arto_data_add_icon_main_16b4e44a/readme"
}