Find Related products on Amazon

Shop on Amazon

GitHub issues is almost the best notebook in the world

Published on: 2025-06-22 09:41:24

GitHub issues is almost the best notebook in the world. Free and unlimited, for both public and private notes. Comprehensive Markdown support, including syntax highlighting for almost any language. Plus you can drag and drop images or videos directly onto a note. It has fantastic inter-linking abilities. You can paste in URLs to other issues (in any other repository on GitHub) in a markdown list like this: - https://github.com/simonw/llm/issues/1078 - https://github.com/simonw/llm/issues/1080 Your issue will pull in the title of the other issue, plus that other issue will get back a link to yours - taking issue visibility rules into account. It has excellent search, both within a repo, across all of your repos or even across the whole of GitHub if you've completely forgotten where you put something. It has a comprehensive API, both for exporting notes and creating and editing new ones. Add GitHub Actions, triggered by issue events, and you can automate it to do almost anything. ... Read full article.