Johannes Rappen
Johannes Rappen
@telarmago Does the minimal setup code posted in #22 work for you? If so I’ll go ahead and work on the suggested changes there and see if I can fix...
I'll take a stab at this tonight after work. Thanks for the detailed input.
Sorry for the delay, got a call to take care of a friend in hospital that day... then forgot this pending issue. Anyhow, I'll take a look at the core...
Core code for distraction free mode is not in the readable python files. Pasting some links for future reference: * *
It seems whether a window is in normal mode or distraction-free mode is stored in the session file. Maybe we can work with that?
For comparison, maybe this is a start? *
I found `madoko`: * via npm * * * * You can: * output static HTML * output PDF * include files * style code in code blocks
For other possible breaking changes, comparing the `st3` branch against `master` might also help: * https://github.com/sublimehq/Packages/compare/st3...master
It might make sense to point the Packages gitmodule at the `st3` branch until this is fixed.
Changed gitsubmodule target for `Packages` to `st3` branch for now in #279. This should be reverted to targetting `master` branch once all Sublime syntax features are supported by `syntect`.