GithubHelp home page GithubHelp logo

kisaragi-hiu / ox-pollen Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 82 KB

Org export backend to Pollen markup (Abandoned as I switched to Hugo)

License: GNU General Public License v3.0

Emacs Lisp 100.00%
org emacs-lisp converter emacs pollen org-mode

ox-pollen's Introduction

ox-pollen

An Org export backend to export to Pollen markup.

Installation

(straight-use-package '(ox-pollen :host github :repo "kisaragi-hiu/ox-pollen"))
(require 'ox-pollen)

Usage (in a Pollen project)

Using Cask:

  • Install cask on your system
  • In your Cask file:
    (source gnu)
    (source melpa)
    
    (depends-on "cask")
    (depends-on "ox-pollen"
                :git "https://github.com/kisaragi-hiu/ox-pollen"
                :files ("ox-pollen.el"))
        
  • Run cask install
  • Export an Org file to Pollen:
    cask emacs "foo.org" --batch -l ox-pollen -f ox-pollen-export-to-pollen --kill
        

Acknowledgements

Compared to lozenge.el

  • Lozenge.el is for evaluating Emacs Lisp code inline as you export, in a syntax that’s inspired by Pollen / Scribble.
  • ox-pollen is for converting Org files to Pollen markup .pm files, ready to be used in a Pollen project.

ox-pollen's People

Contributors

kisaragi-hiu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.