-
Notifications
You must be signed in to change notification settings - Fork 29
[FEATURE] Local conversion between formats #91
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! Thanks for the awesome tool.
Describe the solution you'd like
It would be awesome if there was a command that allows conversion from one content format into the other one. Without connection to the actual Confluence server.
Currently, I use md2conf tool for local conversion. But it seems that the tools are similar and if I can have only one tool that would be easier to maintain.
Use case
I have a workflow, that is uploading markdown file to the coroporate confluence server:
- Clean working directory
- Build related artifacts that are used by this markdown page (images, related pages, etc.)
- Copy files from project directory to the working directory
- Download page from Confluence (storage format), extract medata, comments, etc.
- Convert markdown file to Confluence CSF format. Extract macros and comments
- Merge macros and comments to the converted page
- Upload to Confluece
- Call it a day 🥇
Example usage
confluence-cli convert --input-file document.md --input-format markdown --output-file document.csf --output-format storageAgain, thank you for this tool
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request