Skip to content

Plain Sight Reader 0.1.1

Latest

Choose a tag to compare

@saad-works saad-works released this 03 Sep 07:28
· 5 commits to main since this release
  • Reworked the code disguise: pages are split into small paragraph groups, each
    rendered as a documentation comment above a synthetic declaration (function,
    struct, guard clause, property, or constant). Output now reads as a
    well‑documented source file instead of a comment wall followed by an empty stub.
  • Code disguise supports 8 languages: typescript, javascript, csharp,
    java, go, rust, ruby, python. Unknown values fall back to
    typescript, and the tab extension / syntax highlighting follow the resolved
    language.