sbarex
sbarex
The error is very strange... if I replace the code array_map with this all works without problems: foreach($selectors as &$selector) { $selector = $this->selectorToXPath($selector, $prefix); } return implode(' | ',...
Hi, my [app](https://github.com/sbarex/SourceCodeSyntaxHighlight) support many syntax highlight. At the moment do not handle the xmp format, but it wouldn't be hard for me to support it
Hi @foliovision, the [qlstephen](https://github.com/whomwah/qlstephen) generator is designed to handle text files without syntax highlight. Since you still use the old versions of macOS then you can try the [QLColorCode](https://github.com/anthonygelibert/QLColorCode) to...
On my system the bug also occurs for the normal monitored folder visible in the sidebar.
This is a bug of macOS that occours on many other finder info extension. See also: https://github.com/aonez/Keka/issues/667 and https://github.com/knurling/ServiceStation/issues/40#issuecomment-653660235
I have update the README.md with the workaround fix.
If I remember correctly, the package was simply renamed to `qlmarkdown` as the other of the same name is no longer developed (it has been renamed to `toland-qlmarkdown`)
All these modules are managed via the swift package. Xcode should automatically download the dependencies.
Have you downloaded the source code via zip or have you cloned the repository? `highlight-wrapper` uses a git submodule that is not preserved by the zip format. Also, after the...
Once the preview is generated, the quicklook extension no longer has a way to update the contents. I also think that the operating system caches the preview, so if you...