RittmanMead / md_to_conf

Markdown to Confluence import
MIT License
232 stars 83 forks source link

Major Markdown to Confluence Update #2

Closed mineshpatel1 closed 9 years ago

mineshpatel1 commented 9 years ago

Features new python script addressing the following issues:

rmoff commented 9 years ago

I'd like it if it defaulted to personal space again if not specified. Makes it easier to chuck docs up to Atlas quickly and sort out which space etc at a later date.

Also can you pull to develop instead? ta

rmoff commented 9 years ago

Nicely done though, BTW, big improvement on my hack job :+1:

rmoff commented 9 years ago

Where's it pulling the default page title from? Filename would be better (or is in my case - doc titles are the file names for me).

rmoff commented 9 years ago

Handled this very nicely, good work

https://rittmanmead.atlassian.net/wiki/display/TEC/Using+OBIEE+custom+skin+to+identify+separate+nodes?moved=true

mineshpatel1 commented 9 years ago

Page title is the first line of the markdown file, which is usually the title in a markdown file. I changed this from file name because half of the docs are README.md's in git repositories. I'll had an -f option for file name titles if you want though.

I can add the personal space - is that like a user space? Do I just use a special space code?

I've also written GE a wrapper for pandoc so they can generate an effective website from markdown documents on their crappy file share space with their CSS. It's probably something handy for us for creating nice offline exports.

rmoff commented 9 years ago

Ok my bad, I should rtfm ;-)Personal space / user space yep same thing. Can't remember how to reference it but it's what my original code does by default if no space specified. 

My use case for the tool is publishing my own local notes that I do in nvalt to atlas, hence low friction requirement 

Pandoc sounds very interesting, I have a tex file and text expander snippet to auto build PDF with it but it's a hack so I suspect your polish would be good on it :) 

Robin Moffatt

Principal Consultant

M: +44 7841 207 265 • E: robin.moffatt@rittmanmead.com

S: robinmoffatt • T: @rmoff

www.rittmanmead.com

Registered Office : Suite B, First Floor, Moore House, 11 - 13 Black Lion Street, Brighton, BN1 1ND, United Kingdom

Company No. : 6032852

VAT No. : 900 3839 48

Please note that this email communication is intended only for the addressee and may contain confidential or privileged information. The contents of this email may be circulated internally within your organisation only and may not be communicated to third parties without the prior written permission of Rittman Mead Consulting.  This email is not intended nor should it be taken to create any legal relations, contractual or otherwise.

On Wed, Jan 21, 2015 at 5:53 PM, mineshpatel1 notifications@github.com wrote:

Page title is the first line of the markdown file, which is usually the title in a markdown file. I changed this from file name because half of the docs are README.md's in git repositories. I'll had an -f option for file name titles if you want though. I can add the personal space - is that like a user space? Do I just use a special space code?

I've also written GE a wrapper for pandoc so they can generate an effective website from markdown documents on their crappy file share space with their CSS. It's probably something handy for us for creating nice offline exports.

Reply to this email directly or view it on GitHub: https://github.com/RittmanMead/md_to_conf/pull/2#issuecomment-70874422