Git Product home page Git Product logo

Comments (7)

iamjackg avatar iamjackg commented on July 23, 2024

Hey! I'm actually working on a pretty big update these days. I'll definitely look into 1, because it should not be happening :) 2 will require some more work, but might be worth adding. Stay tuned!

from md2cf.

Pixie-Axerup avatar Pixie-Axerup commented on July 23, 2024

Hi! That sounds interesting! I will stay tuned! :-)

from md2cf.

iamjackg avatar iamjackg commented on July 23, 2024

Hey! I think issue 1 might actually be on your end: the error message you posted is from GitHub Actions, not md2cf. It looks like you're trying to pass parent_title to an action that I assume was written by you guys, and it probably doesn't support it as an input. When using md2cf, it's specified through the --parent-title command line parameter, e.g.

md2cf --parent-title "Parent page" file.md

from md2cf.

iamjackg avatar iamjackg commented on July 23, 2024

Ah, I see there's an args input in your error message, which seems to imply that your action can take custom arguments! That's probably a clue, but it's entirely dependent on how your action works :)

from md2cf.

iamjackg avatar iamjackg commented on July 23, 2024

Sorry about all the comments, just going through your points one by one :) The second request might take a bit longer than I hoped, because the library I'm using to wrap the Confluence API doesn't support accessing headers in the response. I might have to switch back to plain requests, which is something I should probably do anyway since Tortilla, the current library, hasn't been updated since 2018.

from md2cf.

Pixie-Axerup avatar Pixie-Axerup commented on July 23, 2024

Hi! About the parent_title: ok, I will investigate on my end a bit more then...

About the 2nd one: thanks for the update! We just ran into the problem and when I saw it was actually possible from a confluence perspective, I wanted to share it! Fingers crossed that you might have the possibility to do it sometime in the future!

from md2cf.

iamjackg avatar iamjackg commented on July 23, 2024

Hey, I just pushed an alpha version of v2 -- it has some breaking changes in the output format (https://github.com/iamjackg/md2cf/tree/develop#terminal-output-format), but includes a fix for this issue. Can you give it a whirl and let me know if it's fine?

It's at https://pypi.org/project/md2cf/2.0.0a0/ and you can install it with

pip install md2cf --pre

from md2cf.

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.