- Search for word in GitHub
- Load relevant markdown
- Display markdown in tooltip
- Make tooltip stay in place on scroll
- 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)
- Comment / document current codebase
- Convert to
fetch
rather thanXMLHttpRequest
(see #4) - Ensure the tooltip does not disappear when clicking within the tooltip itself but is removed when user clicks outside of the tooltip
- Icon for right-click menu bar
- Icon for store
- Screenshots
- Gifs
- Description
- Better README
- Official Web page
- Automatic dark/light theme based in user preferences
- Flip tooltip depending on selection in screen
- Code cleanup
- Improved pipelines
- Help popup in extension button
- Code cleanup
- Improved pipelines
- Allow selecting links
- Override styles with
::before
or::after
selectors
- Bumped dependencies versions
- Fixed weird bug of positioning when requesting info for a link and later request info for a selection
- Don't allow to create a popup from a selection inside a popup
- Bumped dependencies versions
- Spinner while searching for results
- Searching for all sections of pages (android, linux, osx, windows...)
- Copy to clipboard in code examples inside tooltip
- Minimize published JS files && reduce total bundle size pruning unused files
- Bumped dependencies versions
- Solved all warnings of Firefox extension and bumped min version for Firefox to 57.0
- Generated bash scripts to generate all extensions for different browsers in
./scripts
- Generated docs on how to generate the Firefox extension with
.xpi
extension due to publish requirements (also for Edge and Chrome). - Safer HTML inclusion with DOMPurify.