Git Product home page Git Product logo

panduck.rs's Introduction

Panduck document conversion tool

Conversion tool by rust, inspired by pandoc.

Formats

Conversion

From (Text/Binary)

  • Common Markdown
  • Github Favored Markdown
  • Pandoc Markdown (json)
  • HTML
  • Jupyter (ipynb)
  • Wiki
  • Org-mode
  • reStructuredText (rst)
  • Rich Text Format (rtf)
  • Office Word (docx)
  • Office Excel (xls, xlsx, xlsm, xlsb, xla, xlam)
  • CSV/TSV
  • Open Document Spread Sheets(ods)
  • TeX
  • BibTeX

Into (Rust + Text)

  • HTML
  • yew (+html_vdom)
  • sycamore (+html_dom)
  • pdf
  • ebook
  • zola

Highlights

  • Text(txt)

Developers

panduck.rs's People

Contributors

oovm avatar

Stargazers

 avatar HK-SHAO avatar Jason Mobarak avatar Cubic Makers avatar Tci Gravifer Fang avatar Yuta avatar Stallion_X avatar hyrious avatar Franco Lucchini avatar Ivan avatar Nicola Squartini avatar José Luis Cruz avatar  avatar  avatar

Watchers

José Luis Cruz avatar  avatar

panduck.rs's Issues

How to use it with Sycamore ?

Can we get some example setups with sycamore
i looked at the project test cases and tried to implement it that way but unfortunatly
i run into errors when using the lib because notedown_ast uses onig and onig seems to not work with wasm target

Support offline math render

[dependencies.katex]
version = "0.4.2"
optional = true
default-features = false
features = ["duktape"]

[features]
default =["katex"]
pub fn katex(input: &str) -> Result<String> {
    let mut opts = katex::Opts::default();
    opts.set_output_type(OutputType::Html).build();
    opts.set_display_mode(true);
    katex::render_with_opts(input, &opts).map_err(|e| PanduckError::runtime_error(e))
}

http://pages.tzengyuxio.me/pandoc/#%E6%95%B8%E5%AD%B8

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.