Mauro Bieg

Results 148 comments of Mauro Bieg

Adding some settings/preferences is on the [TODO list](https://github.com/mb21/panwriter#todos)... but I haven't really decided the details yet...

We could easily allow switching between different [CodeMirror themes](https://codemirror.net/demo/theme.html)... but not sure we want to allow injecting arbitrary CSS. Or let's just say, if I would allow this, I wouldn't...

Thanks for the report. But seems there is little we can do until this is fixed in Electron..?

Did you verify that that would fix it? I'm not a Windows-user... but sounds also like something that should somehow be configurable in the registry or somewhere?

Yes, but have you verified that the portable version doesn't have this problem? I don't understand why it would be different...?

I'll take a look for the next release... meanwhile, you can also [build it yourself](https://github.com/mb21/panwriter#develop)...

thanks for the positive feedback! agreed, that would be nice. haven't time right now, but would probably be a fairly simple change around here: https://github.com/mb21/panwriter/blob/master/src/components/Editor/Editor.tsx#L88

Thanks, yes that's still to be implemented... it works when you export with pandoc, but not in the preview...

If anybody has time to try to add [markdown-it-highlightjs](https://www.npmjs.com/package/markdown-it-highlightjs) to [markdown-it-pandoc](https://github.com/mb21/markdown-it-pandoc/) without breaking attributes, that would be welcome!

Thanks, I quickly tried it and got: > electron/main.ts(341,24): error TS2304: Cannot find name 'closeWindow'. But anyway, looking at the [screenshot of electron-preferences](https://github.com/tkambler/electron-preferences#introduction), I'm wondering whether we want to rely...