1.0.11 ā€¢ Published 3 years ago

org-blog-theme-ui-preset v1.0.11

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

#+TITLE: Orga

#+HTML:

#+BEGIN_QUOTE org-mode with JavaScript #+END_QUOTE

  • What Is It

=Orga= is a flexible org-mode syntax parser. It parses org content into AST ([https://en.wikipedia.org/wiki/Abstract_syntax_tree]), then what you can do with it is limited only by your imagination.

  • Why

The reason why markdown is so popular is that org-mode is kind of trapped inside of emacs (I am joking, sort of. šŸ˜‰). I want to share the awesomeness with the rest of the world. JavaScript runs everywhere nowadays, so, why not.

  • What You Can Do with it NOW
  • What You Can Do Potentially
  • Compatible Eco-systems

Nobody likes to reinvent wheels more than us programmers. But when you see a pretty solid wheel, it's wise to take advantage of it.

** [https://unifiedjs.com]

#+BEGIN_QUOTE ā˜”ļø interface for parsing, inspecting, transforming, and serializing content through syntax trees #+END_QUOTE

The =orga= parser is completely compatible with unified. Which means you get to take advantage of the works of others put into the pipeline. [https://github.com/retextjs/retext], [https://alexjs.com], [https://wooorm.com/write-music/]? etc.

** [https://www.gatsbyjs.com]

#+BEGIN_QUOTE Build blazing fast, modern apps and websites with React #+END_QUOTE

One of the best static website/app generator out there. Trust me; I have tried a lot. Don't be put off by words like =React= or =JavaScript=. Like it or not, they are taking over the web. orga is deeply integrated with gatsby (via [file:packages/gatsby-transformer-orga/README.md] and [file:packages/gatsby-theme-blorg/README.md]) to create the tools for building powerful websites without much hassle. Also, We can leverage other plugins people build for markdown-based websites. Which is a much richer eco-system, now it's ours too.

  • How Does It Work

After you clone the code:

#+begin_src shell

Bootstrap the Project

yarn run bootstrap

Run Unit Tests

yarn test

Play with the Website

cd www yarn run develop #+end_src

If you find any issue, try to reproduce it on [https://orga.js.org], generate a permalink with the button, and attach it to your GitHub issue.

1.0.11

3 years ago

1.1.0

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago