-
Notifications
You must be signed in to change notification settings - Fork 0
Update README.org #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||||||||||||||||||||||||
|
|
@@ -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. | ||||||||||||||||||||||||
|
||||||||||||||||||||||||
| > 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
AI
Nov 25, 2025
There was a problem hiding this comment.
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.
| > [https://github.com/kyonax/org2html](Github Repo org2html) | |
| > [https://github.com/kyonax/org2html](GitHub Repo org2html) |
Copilot
AI
Nov 25, 2025
There was a problem hiding this comment.
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.
| > [!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 |
There was a problem hiding this comment.
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'.