Giter VIP home page Giter VIP logo

Comments (3)

hunyadi avatar hunyadi commented on August 14, 2024 1

An implementation has been pushed to the branch devel, which uses a new command-line switch --local to output files to local file system instead of interacting with Confluence API. Obviously, this new mode comes with limitations because it cannot extract information from pages already published to Confluence. The generated files are placed next to the originals, with extension .csf (which stands for Confluence Storage Format). Both single files and directory hierarchies should work.

from md2conf.

hunyadi avatar hunyadi commented on August 14, 2024

This is definitely an interesting feature proposal. (Unfortunately, not implemented at the moment.) What the library does internally is convert Markdown documents into Confluence storage format (CSF), which is a special mix of HTML and XML. Then, it interacts with Confluence API to send generated CSF documents and upload images. The process is mostly sequential, though not completely. (For example, the application invokes Confluence API to look up page ID based on document title, or fetch a document to see if there are any changes.) However, I can envision a configuration setting that would simply output CSF documents and leave the uploading to you. (I am not sure how effectively it would integrate with Ansible, though.)

from md2conf.

DanielWeeber avatar DanielWeeber commented on August 14, 2024

Would be easily integratable as proposed! We also did this internally with your code, but we heavily modified it. Not sure if you would like it how it is.

from md2conf.

Related Issues (20)

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.