yassirlaaouissi
yassirlaaouissi
@abhinavs props on making this template. I dig how this site implements tags: https://codinfox.github.io/blog/tags/#web
yo @abhinavs , any progress?
> Let me check this weekend - sorry for the delay. no probs man
@abhinavs any update for us cool dude? Would love some juicy tags in this theme :)
hey @abhinavs any update on this?
i hope you dont ever consider flatpack anymore you soggy pancake
just fucking why
Is this exporting of PDF in for example dark mode still happening? My eyes need it, light theme hurting me.
If it is of any value, your efforts will be much appreciated @chrismaddalena, been looking for this feature!
I have been fiddling around. Imported `from docx.enum.section import WD_ORIENT` in https://github.com/GhostManager/Ghostwriter/blob/master/ghostwriter/modules/reportwriter.py and implemented `word_doc.orientation = WD_ORIENT.LANDSCAPE`, `self.word_doc.orientation = WD_ORIENT.LANDSCAPE` and/or ``` section = this.word_doc.sections[-1] section.orientation = WD_ORIENT.LANDSCAPE ``` Right...