Giter Site home page Giter Site logo

bitcoindevkit.org-old's People

Contributors

notmandatory avatar thunderbiscuit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bitcoindevkit.org-old's Issues

Page to show roadmap issues

Create "Roadmap" page to display open and closed issues with label "roadmap" sorted by their updated time and grouped by milestone number. Do not show issues without a milestone number.

Example public github API call:

curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/bitcoindevkit/bdk/issues?state=open&labels=enhancement&sort=updated&milestone=*

See Zola Templates Overview, "Built-in global functions" "load_data"

Highlight current page in sidebar tree

I'd be nice if the current page was somehow highlighted in the sidebar tree. It could for example gain a slight indentation, a different colour, and italic text. Something like that to make it obvious that you are reading this specific document.

I think for this to work the tree macro would need to take a third argument (currentpage) and then do a simple check for whether the page in the loop is the current one. If it is, perform a simple style change on that list item.

Sidebar links are only clickable on text

The links in the sidebar should be clickable over the whole list item tag, not only the text. This makes it more predictable across different length section and page titles, and creates less problems with mobile and smaller fonts and sidebars.

The way to do this is by wrapping the list item tags inside the anchor tags instead of the other way around; I can easily fix that on my pull request #4.

Need error handling for Github API rate limit

Developing locally here and the site won't build because the IP I use is being throttled by Github (unautenticated queries are maxed at 60 per hour as per this page. I assume my VPN has a lot of traffic with Github, and this type of thing will happen to other people who use VPNs a lot.

I haven't looked at how to handle that sort of error in Tera yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.