2025-09-06 17:24:09 -04:00
2025-09-02 22:23:49 -04:00
2025-09-06 17:24:09 -04:00
2025-09-06 17:24:09 -04:00
2025-09-06 14:10:36 -04:00
2025-09-02 21:04:17 -04:00
2025-09-02 21:04:17 -04:00
2025-09-02 18:43:09 -04:00
2025-09-02 21:04:17 -04:00
2025-08-23 10:27:50 -04:00
2025-08-23 10:27:50 -04:00
2025-09-06 17:24:09 -04:00
2025-08-23 10:27:50 -04:00
2025-09-06 17:24:09 -04:00
2025-09-06 17:24:09 -04:00
2025-09-06 17:24:09 -04:00
2025-08-23 10:27:50 -04:00
2025-09-06 17:01:32 -04:00
2025-09-06 16:25:16 -04:00
2025-09-02 22:31:59 -04:00

QEdit

Static singlepage app for reviewing, editing, and cleaning up your published QDN content.

  • App: index.html, style.css, script.js
  • Modules: src/ and scripts/ (hash/prefs/pagination, render helpers)
  • Docs: see docs/ (architecture, ADRs, testing, prior release notes)

Quick start

  • Serve locally: node scripts/serve.mjshttp://localhost:5173
  • Open in a Qortal browser or with the extension and authenticate.

Tests

  • Run once with coverage: node node_modules/vitest/vitest.mjs run --coverage
  • Enforce thresholds: node scripts/ci-check-coverage.mjs

Build/Dist

  • This app ships as static files. No build step required.
  • Create a zip: bash scripts/make_dist.shq-edit_dist.zip

Docs

  • Start with docs/design-overview.md, docs/architecture.md, and docs/changelog.md.
  • Release notes: docs/RELEASE_NOTES_v1.1.1.md (latest) and earlier versions in docs/.
Description
No description provided
Readme 1.6 MiB
Languages
JavaScript 86.2%
CSS 7.1%
HTML 6.6%
Shell 0.1%