boyter / searchcode-server

The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://github.com/boyter/searchcode-server/releases

Home Page:https://searchcodeserver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Overriding All Styles

boyter opened this issue · comments

Add the ability to override all styles. This will mean changing the code to allow http://sparkjava.com/documentation#static-files static files by path. Need to investigate how to do these sort of changes for header and footer.

This has been partially implemented through the ability to embed custom HTML/CSS/JS on all pages through the settings screen for non community versions.

The problem with this is that you cannot easily change the location of the templates. Need to investigate this further.

Could you provide some description/example how to use this feature?

If you mean embedding the custom HTML/JS this is not supported in the community edition. You would have to compile your own version with the community flag off to enable it.

If you mean for full theming, this is not yet supported at all. I am still investigating on how to achieve this.

I do compile on my own this days :) so should it be something like embed.html file in certain folder or smth?

No. Its a setting on the settings page in the admin section. You can embed your own javascript/css/html there.