Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
This package transforms Org files into fully-rendered HTML templates or web-framework components.
/(Currently supports Vue 3 components and static HTML output.)/

The project is still in active development, evolving toward a framework-agnostic engine capable of generating components for any modern frontend stack. The roadmap includes first-class SEO integration and enhanced pipeline controls, a modular toolchain for developers who build fast and think faster.

A lightweight compiler for the ones who use org for blogs, websites, and more. The interface is simple, use ~org2html --help~. More formats, more targets, more power coming soon.

* FILE STRUCTURE
#+begin_src txt
Expand Down Expand Up @@ -50,3 +56,8 @@ Production-ready Org-mode to HTML parser with Vue 3 component support.
#+begin_src bash
npm install -g org2html
#+end_src

> [!IMPORTANT]
> This package is not stable yet, is still under develop, however
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling of 'develop' to 'development'.

Suggested change
> This package is not stable yet, is still under develop, however
> This package is not stable yet, is still under development, however

Copilot uses AI. Check for mistakes.
> if you are interested on support it and contribute you can do it.
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammatical error: 'interested on support' should be 'interested in supporting'.

Suggested change
> if you are interested on support it and contribute you can do it.
> if you are interested in supporting it and contributing, you can do it.

Copilot uses AI. Check for mistakes.
> [https://github.com/kyonax/org2html](Github Repo org2html)
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The text 'Github' should be 'GitHub' with proper capitalization.

Suggested change
> [https://github.com/kyonax/org2html](Github Repo org2html)
> [https://github.com/kyonax/org2html](GitHub Repo org2html)

Copilot uses AI. Check for mistakes.
Comment on lines +60 to +63
Copy link

Copilot AI Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The [!IMPORTANT] syntax and blockquote formatting appear to be GitHub-flavored Markdown, which may not render correctly in Org-mode. Consider using native Org-mode syntax such as #+begin_quote blocks or #+begin_warning for proper rendering in Org documents.

Suggested change
> [!IMPORTANT]
> This package is not stable yet, is still under develop, however
> if you are interested on support it and contribute you can do it.
> [https://github.com/kyonax/org2html](Github Repo org2html)
#+begin_warning
This package is not stable yet, is still under development. However,
if you are interested in supporting it and contributing, you can do so.
[[https://github.com/kyonax/org2html][Github Repo org2html]]
#+end_warning

Copilot uses AI. Check for mistakes.