John Hildenbiddle
John Hildenbiddle
The dev experience while authoring themes is unnecessarily painful. This seems like an issue that could be improved with a few seemingly simple updates to Typora. First, here is the...
Typora currently displays the following warning when attempting to print while using a "dark" theme variant: This dialog prevents printing unnecessarily in the following scenarios: 1. When a theme auto-switches...
It would be handy if svgxuse was offered as a UMD library. This would allow it to be included in JavaScript bundles (Browserify/Webpack) using `require` or `import` statements. I realize...
Author of [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) here. I'm following up on [an issue](https://github.com/jhildenbiddle/css-vars-ponyfill/issues/88) filed by @lamianbu regarding compatibility with [lit-element](https://github.com/Polymer/lit-element) which I believe is an issue related to ShadyCSS. ### Description lit-element is...
### Description Update link to canvas size test results. ### Motivation Results table has been moved from GitHub repo `README.md` to new documentation site. ### Additional details I also removed...
## Feature request See title. Related: - #1499 - #2000 #### Problem or desire Plugins are unable to process [embedded](https://docsify.js.org/#/embed-files?id=embed-files) markdown content because docsify does not make this content available...
I'd love to see BetterDisplay offer a **_simple_** form of multi-monitor brightness sync. I've tried [Lunar Pro](https://lunar.fyi) but found for all of its sophisticated controls and auto-adjusting brightness curves it...
This may seem well outside the scope of a markdown editor/viewer, but stick with me for a moment... Evernote has a very interesting ["Presentation Mode"](https://www.youtube.com/watch?v=RImpdq3wmX8) that Typora could easily mimic...
fix #32 - Convert source to ESM - Add build process to generate ES5 & ES6 distributable files (minified and unminified) - Update fields in `package.json` to reference distributable files...
As of v2.0.0, many projects will inadvertently bundle ES6 source from `balanced-match` in their ES5 bundles. This is a result of 1) `balanced-match` v2.0.0 being written in ES6 but not...