From e460ccc114d180d96623977b364abb8cdf702ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20D=2E=20Moreno=20-=20=E4=BA=AC?= <30917712+Kyonax@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:46:18 -0500 Subject: [PATCH] Update README.org --- README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.org b/README.org index 099e431..dedd18a 100644 --- a/README.org +++ b/README.org @@ -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 @@ -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 +> if you are interested on support it and contribute you can do it. +> [https://github.com/kyonax/org2html](Github Repo org2html)