Giter Site home page Giter Site logo

dokuwiki-plugin-dw2markdown's Introduction

i-net-software

This repository is a collection of scripts that have public relevance.

dokuwiki-plugin-dw2markdown's People

Contributors

gamma avatar onlime avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kuzmandi onlime

dokuwiki-plugin-dw2markdown's Issues

Typo in README

Link in README file points to github.org instead of github.com

Problem with setup

hi!
i've installed successfully but i don't see selectable in renderer_xhtml option of dokuwiki administration menu.
can you helpme?

Update to work with DW master

Hi, thanks for the plugin. As it shows the xhtml renderer has changed, in particular many methods now accept an extra boolean argument $returnonly where the expected result is that they don't add to $this->doc but rather return the generated snippet directly to the caller without adding to $this->doc, e.g. `header()':

    /**
     ...
     * @param bool   $returnonly whether to return html or write to doc attribute
     ....
     */
    public function header($text, $level, $pos, $returnonly = false) {
        ...
        if ($returnonly) {
            return $header;
        } else {
            $this->doc .= $header;
        } 
  }

Document usage

How to use this plugin once installed?

For example, I'm currently looking for a way to move from DokuWiki to a collection of markdown files, to create a static site (with mkdocs) or reinject into Gitlab's wiki.

Any example of usage would be greatly appreciated.

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.