Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (34 loc) · 1.22 KB

todo.md

File metadata and controls

42 lines (34 loc) · 1.22 KB

TODO

v0.1.0

  • search for word in GitHub
  • load relevant markdown
  • display markdown in tooltip
  • make tool tip stay in place on scroll

v0.2.0

  • Error message if no content from GitHub
    • Link to Github contribution page
  • arrow in the tooltip
  • style markdown
    • Better fonts
    • Remove styles inherited from document (thanks @pxgamer)

v0.3.0

  • comment / document current codebase
  • Convert to fetch rather than XMLHttpRequest (see #4)
  • Ensure the tooltip does not disappear when clicking within the tooltip itself but is removed when user clicks outside of the tooltip

v1.0.0 🙌 (release)

  • Icon for right-click menu bar
  • Icon for store
  • Screenshots
  • Description
  • Better README

Other features

  • search for keywords in pre and code tags
    • display underline
    • allow click and open tooltip
  • create an actual homepage
  • keyboard shortcut
  • light theme
  • compose button
  • flip tooltip position based on where the element is on the page
  • copy to clipboard

(To request a feature you can create an issue or, better yet, submit a pull request with the feature implemented 😉)