md2cf icon indicating copy to clipboard operation
md2cf copied to clipboard

Convert and upload Markdown documents to Confluence

Results 54 md2cf issues
Sort by recently updated
recently updated
newest added

Read .gitignore files in the repo and use them to skip ignored files from upload. Flag `--no-gitignore` disables the functionality.

Newlines would previously get propagated to the confluence page so my pretty 80 character wide readme files would look awful compared to single line paragraphs. This fix replaces newlines in...

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

Related to #20. To make it easier to update pages and change titles, I think it'd be helpful to save the relationship of a Markdown file and its page ID...

The `--preface-file` is great, it's basically a header that gets set at the top of every file. Can we also have a `--postfix-file`? Basically the same thing, but appending it...

I have a Confluence environment with a handful of custom macros that are really useful - custom formatting, integrations, etc. I'd like to reference these within the Markdown that I'm...

I have a document encoded by 'utf-8' but the program try to decode by 'gbk' ``` Traceback (most recent call last): File "C:\Users\vicat\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals,...

Hi there, I'm sorry to bother you again with a feature request but I really like `md2cf` and want to make the most of it without using some kind of...

I just ran into the situation, where I wanted to publish a markdown page as a blog entry to confluence but couldn't find a way to do it using `md2cf`....

When uploading whole directories, like whole repos, markdown files found in hidden folders are also published. This causes the common practice of PR Templates in the `.github` or the MR...

enhancement