Is anyone using odpdown to convert markdown files to OpenOffice Impress slide presentations under CentOS 7?
It is not available in the CentOS repositories I have searched.
On 10/20/2022 02:52 PM, H wrote:
Is anyone using odpdown to convert markdown files to OpenOffice Impress slide presentations under CentOS 7?
It is not available in the CentOS repositories I have searched.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
I got it to work. It requires python 2.7 and older versions of python modules reflecting that it was written around 2015.
I find this utility extremely useful and wish it was still maintained. If anyone knows of another markdown -> Impress converter, it would be great to know.
Am 21.10.22 um 17:42 schrieb H:
On 10/20/2022 02:52 PM, H wrote:
Is anyone using odpdown to convert markdown files to OpenOffice Impress slide presentations under CentOS 7?
It is not available in the CentOS repositories I have searched.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
I got it to work. It requires python 2.7 and older versions of python modules reflecting that it was written around 2015.
I find this utility extremely useful and wish it was still maintained. If anyone knows of another markdown -> Impress converter, it would be great to know.
pandoc -t pptx -s Readme.md > output.pptx
pptx is supported be LibreOffice Impress. As you are on EL7 I'm not sure if this works for you but it does on a recent EL version ...
-- Leon
On 10/21/2022 12:45 PM, Leon Fauster via CentOS wrote:
Am 21.10.22 um 17:42 schrieb H:
On 10/20/2022 02:52 PM, H wrote:
Is anyone using odpdown to convert markdown files to OpenOffice Impress slide presentations under CentOS 7?
It is not available in the CentOS repositories I have searched.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
I got it to work. It requires python 2.7 and older versions of python modules reflecting that it was written around 2015.
I find this utility extremely useful and wish it was still maintained. If anyone knows of another markdown -> Impress converter, it would be great to know.
pandoc -t pptx -s Readme.md > output.pptx
pptx is supported be LibreOffice Impress. As you are on EL7 I'm not sure if this works for you but it does on a recent EL version ...
-- Leon
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
It did not work as expected but I will dig into this to see if there are any formatting incompatibilities between my markdown file and what pandoc is expecting.
On 22/10/2022 17:39, H wrote:
On 10/21/2022 12:45 PM, Leon Fauster via CentOS wrote:
Am 21.10.22 um 17:42 schrieb H:
On 10/20/2022 02:52 PM, H wrote:
Is anyone using odpdown to convert markdown files to OpenOffice Impress slide presentations under CentOS 7?
It is not available in the CentOS repositories I have searched.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
I got it to work. It requires python 2.7 and older versions of python modules reflecting that it was written around 2015.
I find this utility extremely useful and wish it was still maintained. If anyone knows of another markdown -> Impress converter, it would be great to know.
pandoc -t pptx -s Readme.md > output.pptx
pptx is supported be LibreOffice Impress. As you are on EL7 I'm not sure if this works for you but it does on a recent EL version ...
-- Leon
I moved away a long time ago from LibreOffice for quick slides, all simply using a template and a markdown document : https://github.com/gnab/remark/wiki
Easy, doesn't come in my way and let me write some slides just even before giving the talk/presentation :)