Jonas Fonseca
Jonas Fonseca
Attempting to use `requiredGems` in the [can-use-jekyll](https://github.com/sbt/sbt-site/blob/3109627b967b3fab5c68cdfb0237df286b937165/src/sbt-test/jekyll/can-use-jekyll/build.sbt#L21) sbt-test fails with: ``` [error] .../can-use-jekyll/build.sbt:13: error: reference to requiredGems is ambiguous; [error] it is imported twice in the same scope by [error]...
[Material-UI](http://www.material-ui.com/) makes heavy use of [React inline-styles](https://facebook.github.io/react/tips/inline-styles.html) for styling the components, which unfortunately doesn't seem to make it easy to use this library. At least I didn't find a way...
Currently, `$page.navigation$` and `$page.toc$` both generate a HTML string with a predefined structure. For themes that require a more custom structure and CSS classes it would be nice to expose...
Given a snippet marker like the following: ``` diff diff --git i/plugin/src/sbt-test/paradox/snippets/src/main/paradox/multiple.md w/plugin/src/sbt-test/paradox/snippets/src/main/paradox/multiple.md index c8b7cb3..9c9b082 100644 --- i/plugin/src/sbt-test/paradox/snippets/src/main/paradox/multiple.md +++ w/plugin/src/sbt-test/paradox/snippets/src/main/paradox/multiple.md @@ -1 +1,3 @@ @@ snip [multiple snippet](../../test/scala/Multiple.scala) { #multiple...
Using "API reference guides" for lack of a better word describing documentation which is tightly coupled to the implementation but higher level than Scaladoc and Javadoc and more like UNIX...
If sbt-metabrowse has some kind of `metabrowseForceCompile` command that inserts the semanticdb-scalac compiler plugin and `-Yrangepos` `scalacOptions`, then we can add the plugin globally and run that command in any...
The resulting code is not currently minified so the generated site is much larger. That should be fixed with the Webpack 4 upgrade in #105 .
A lot of features related with search are supported by vscode. We should investigate if it is possible to implement the platform specific parts of vscode to run completely in...
By default, no information is shown when hovering a symbol. It would be nice to show at least type information by implementing the [HoverProvider](https://microsoft.github.io/monaco-editor/api/interfaces/monaco.languages.hoverprovider.html). In addition, the default "show implementation"...