DrDrij
DrDrij
Sure thing. Are you running this locally or is there a URL I can load for context? From the error message it appears an attempt has been made to load...
Hmm. - All internal links need to be relative - All internal links need to include a full file path and extension (`next lecture`) - Links to scripts and stylesheets...
Interesting. Comparing the toc I see there are a handful of lectures specific to each branch. You've mentioned D3 before @mmcky I think. Here is a gallery of examples: https://github.com/d3/d3/wiki/Gallery...
@mmcky That looks perfect. Access to title and link is all I need.
I can work with that :)
That works @mmcky - I will enter an if clause to check whether prev/next exist.
Just writing the styles now :)
@mmcky I reckon it's pretty useful functionality. Almost like the minimap in code editors. I'd be happy to implement. This would include: - Make the whole in-page-toc sticky (not just...
I'll take a closer look. There might be a tiny little work to refactor the markup so that it can use the JS/CSS from SBT. Hopefully as you have suggested...
Yes we can, we can use a filter to invert the colours. Here are two examples from that page: For self reference ``` filter: invert(100%) hue-rotate(-180deg) !important; -ms-filter: invert(100%) !important;...