present icon indicating copy to clipboard operation
present copied to clipboard

Add org-mode support

Open c3lphie opened this issue 5 years ago • 9 comments
trafficstars

Title says it all, if i manage to find time i will try and implement it myself.

Just thought other org-mode users might also wanna use this :D

c3lphie avatar Sep 07 '20 18:09 c3lphie

Hey! Can you give me any pointers on how to do that? I haven't used org-mode yet.

vinayak-mehta avatar Sep 07 '20 18:09 vinayak-mehta

Sure, it's a markup language like markdown, but with a lot more functionality.

the documentation can be found at https://orgmode.org/

Again i wouldn't mind giving it a shot myself when i get to the weekend and have time

c3lphie avatar Sep 07 '20 18:09 c3lphie

Got it.

Again i wouldn't mind giving it a shot myself when i get to the weekend and have time

That would be awesome! I'm also thinking of adding support for Jupyter notebooks, so Notebook and Orgmode could be new parsers similar to Markdown (this is in markdown.py) which convert the input to elements from slide.py.

vinayak-mehta avatar Sep 08 '20 10:09 vinayak-mehta

Sounds like a plan!

c3lphie avatar Sep 09 '20 06:09 c3lphie

Please add org-mode support... It is better than markdown... And we could also write the file in Emacs itself

How do I increase the font size of the normal texts? Not the headings, because I suppose it already uses some sort of figlet there...

OrionRandD avatar Oct 17 '20 01:10 OrionRandD

I am working on it, but I'm quite busy with school currently so can't say when it's done

c3lphie avatar Oct 17 '20 09:10 c3lphie

Ok. Take your time, but do not forget this request, please...

OrionRandD avatar Oct 17 '20 13:10 OrionRandD

If anyone wants to give it a shot, you are more than welcome. I have a lot of school work so i don't have much freetime unfortunately

c3lphie avatar Dec 04 '20 11:12 c3lphie

I got basic org mode working. Supports slides, themes, effects, normal text, and unordered lists. No text shenanigans tho. image @c3lphie @OrionRandD @vinayak-mehta

I'm not that sure if a PR would be that fitting, the code is at best terrible, because I have to emulate the markdown library. And I also have no real interest in maintaing this code.

You can try it out here: https://github.com/legendofmiracles/present

And if any of y'all want to go through the pain of opening a PR (I'll maybe do it in a few months, after refactoring), feel free to do it.

legendofmiracles avatar Feb 01 '21 14:02 legendofmiracles