TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

GitHub issues is almost the best notebook in the world

311 Punktevon ingvevor 4 Tagen

34 comments

styflevor 4 Tagen
I used GitHub issues as a form of project management to plan my wedding many years ago.<p>My wife was skeptical at first, but the ability to add labels, search, etc made it really easy to work together and accomplish the tasked we needed in time for the wedding.<p>The hardest part was creating a bookmark that links directly to the issue tracker.<p>Oh, I’ve also used GitHub issues to organize all the boxes in my most recent move. I would create an issue and the description would list all the contents of a box. Then I would write the issue number on the box. After moving, I could search GitHub to find that one thing I was looking for and know what box it was in.
评论 #44097853 未加载
评论 #44096764 未加载
评论 #44097558 未加载
评论 #44097629 未加载
评论 #44099610 未加载
评论 #44097074 未加载
simonwvor 4 Tagen
This is fun: it turns out you can paste this GraphQL query:<p><pre><code> { viewer { issueComments { totalCount } issues { totalCount } } } </code></pre> Into <a href="https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;graphql&#x2F;overview&#x2F;explorer" rel="nofollow">https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;graphql&#x2F;overview&#x2F;explorer</a> in order to see the total number of issues and comments you&#x27;ve posted over your time on GitHub.<p>I got 9,413 issues and 39,087 comments, for a grand total of 48,500 combined!
cogogovor 4 Tagen
I expected the first comment to be about privacy. I don’t keep a lot of notes but I definitely consider them even more private than even email. Not sure I want them training LLMs. Or are there actually assurances from MS around privacy for private repos?
评论 #44097406 未加载
评论 #44097264 未加载
eviksvor 4 Tagen
&gt; It has excellent search<p>How is it excellent when <i>current logs could do with a bit of redesign</i> doesn&#x27;t find the comment (requires quotes to find it)<p>And then a tiny typo <i>&quot;current logs could&quot; do with a bit of redesing</i> also fails you
评论 #44097836 未加载
fbnlsrvor 4 Tagen
Like many I&#x27;ve been looking for the best note-taking app for years. And somehow I always come back to a bunch of markdown files inside a Git repo.
评论 #44097607 未加载
评论 #44096483 未加载
评论 #44097054 未加载
评论 #44096356 未加载
评论 #44098190 未加载
评论 #44097097 未加载
评论 #44096401 未加载
评论 #44096254 未加载
评论 #44096360 未加载
Jakobvor 4 Tagen
On the last point on Apple Notes: iCloud has the “keep downloaded” option now on iOS and macOS for folders and files.<p>This makes every app that saves into iCloud files behave like Notes, i.e. work offline with automatic online sync.
评论 #44096414 未加载
评论 #44097380 未加载
bjournevor 4 Tagen
Totally agree. GitHub issues is probably the best bug tracker&#x2F;ticketing system you can imagine. Intuitive interface, simple, clean, and fast. Just waiting for a Microsoft redesign to completely fuck it up. :P
评论 #44097286 未加载
评论 #44097958 未加载
评论 #44097683 未加载
xeonmcvor 4 Tagen
Alternatively, you can use Codeberg to avoid vendor lock-in, or self-host Forgejo.
评论 #44097658 未加载
nivertechvor 3 Tagen
Years ago I was using GitHub Issues as my personal task manager<p>But ~ 2 years ago I switched to Obsidian for that<p>Eventually I event started used Obsidian for my project management, and ditched GitHub Issues &#x2F; GitHub Projects<p>With caveats, that I use that for the greenfield project with lots of unstructured exploration + AI agents for keeping design docs and figuring out detailed tasks<p>For the established and legacy projects, I would probably use GitHub Issues for bugs, enhancement requests. And GitHub Projects for all reactive work (support, ops, bugs, etc.)<p>Lastly, I disagree that it&#x27;s <i>&quot;almost the best notebook in the world&quot;</i>. It my might be a best ticketing system or a note taking system, but not a notebook in the sense of Jupyter or LiveBook (but nothing stopping them to make code blocks executable[1], and even add some LLMs).<p>Also it&#x27;s easy overwrite the content of the issue, even by a single person working from different tabs (at least that was the case in the past).<p>---<p>1. GitHub Blocks<p><a href="https:&#x2F;&#x2F;blocks.githubnext.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blocks.githubnext.com&#x2F;</a>
Tepixvor 4 Tagen
The missing feature is federation! In my view, centralized structures like a giant source repository such as github are something we as a developer community need to avoid. Unfortunately, features like federated merge requests in gitlab ( <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab&#x2F;-&#x2F;issues&#x2F;14116" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;gitlab-org&#x2F;gitlab&#x2F;-&#x2F;issues&#x2F;14116</a> ) are something we&#x27;ve been waiting for for 9 years and nothing seems to be happening there. This feature alone would enable a lot of new collaboration without forcing everyone to work on a centralized system to use git - a decentralized versioning system - with high efficiency.<p>Last week, Microsoft cut off the email account of the chief prosecutor of the international criminal court, after being ordered to do so by the Trump administration. This is merely a week or two after Microsoft did a big PR campaign, telling the European Union how they were to stand up against this administration if the need arises. The irony!<p>Trump isn&#x27;t hiding his opinion about the EU. What&#x27;s stopping him from ordering Microsoft to block the EU from accessing github one day? Right now: Nothing at all. Think about how it would impact your business and open source software in general. We must not put all our eggs in a single basket.
评论 #44097069 未加载
评论 #44099962 未加载
j_maffevor 4 Tagen
Sounds like Obsidian but with extra steps.
评论 #44096129 未加载
评论 #44096128 未加载
评论 #44096133 未加载
评论 #44096451 未加载
_mikzvor 4 Tagen
Don&#x27;t forget the checkbox list! And linking to specific comments.
评论 #44096481 未加载
zievor 3 Tagen
Forgejo does almost everything Github does around issues that the OP mentioned(I think).<p>* It doesn&#x27;t extract the title from the issue on bare linkes, instead the url will become something like: &lt;group&gt;&#x2F;&lt;repo&gt;#15 Which isn&#x27;t as nice. So issue #15 in repo tootie&#x2F;mynotes would look like: tootie&#x2F;mynotes#15<p>* It also doesn&#x27;t do offline sync.<p>I think that&#x27;s the only thing it doesn&#x27;t do. I use Git Touch on iOS and it seems decent enough, you can get to issues and update them, etc.<p>The bonus is, assuming you run your own Forgejo, or trust whoever runs it for you(say Codeberg), you don&#x27;t have the MS privacy concerns.
yearesadpeoplevor 4 Tagen
I&#x27;ve come to the same conclusion myself in the past 2 months (possibly driven by the AI &#x2F; LLM age making me think even more in version control... writing those words make me wince). I have a small webapp too, which hoovers up issues I like to publish, from a repo with links on the web I like that I feel I would like to share (I believe the kids are calling this &#x27;new age curation&#x27;). Its really quite a nice, organic, process. And its so odd its taken me 15 years of note apps - every other hot note app on the market - to realise this. Love Simon&#x27;s articles, another nice insight
评论 #44099614 未加载
jtwalesonvor 4 Tagen
Broken links with 404s have been called &quot;a feature, not a bug&quot; of the web, but I think that for internal documentation purposes, having consistent bi-directional links is a _very_ good thing to have.
acquisitionsilkvor 1 Tag
Step 1. Dev trusts Microsoft<p>Step 2. ...?<p>I don&#x27;t mean to be facetious here. It&#x27;s just that if GitHub doesn&#x27;t end up going through the usual enshittification process, it&#x27;ll be quite the anomaly.<p>Now, maybe it&#x27;ll be an anomaly, exceptions to rules exist. But it just seems to be an endless cycle, trusting these companies, getting burnt, trusting again, getting burnt again. Is there no end to the cycle? Is there some new pressure on these companies to behave better that was not there before, and therefore we should all give them (yet) another chance?<p>I don&#x27;t see why we would, personally. It even seems obvious to me that we shouldn&#x27;t. Like in an abusive relationship, no matter the regret and the promises, eventually you&#x27;ve to say enough is enough, and ideally sooner rather than later. Nonetheless, it&#x27;s very common practice for people who appear at least superficially like smart people to trust these companies a second, third, fourth time.<p>Either these apparently smart people know something I don&#x27;t, or they like getting paid large amounts of money so much that they&#x27;ll stay quiet and use the popular services and simply use their tech savvy to jump to a new thing quickly when the shit hits the fan. Or maybe I just prefer being cynical, and it&#x27;s a personality thing. Someone, educate me here.
评论 #44125143 未加载
0xbadcafebeevor 4 Tagen
The stuff that gets upvoted here...<p>Next up:<p><pre><code> - &quot;SQLite is almost the best notebook in the world&quot; - &quot;Claude is almost the best notebook in the world&quot; - &quot;An SQLite database containing only Markdown files in a Git repo self-hosted on an SD card in my Raspberry Pi served by a Node.js web app accessible via 56k modem is almost the best notebook in the world&quot; - &quot;I created a startup to take the previous thing, reinvent GitHub Issues on top of it, call it AI Notes, and make almost the best notebook in the world, and it&#x27;s now valued at $50B&quot;</code></pre>
评论 #44117175 未加载
bob1029vor 4 Tagen
For a typical organization, I think issues are still the most valuable part of the GitHub product stack. You can build very powerful project management abstractions on top of issues &amp; labels.<p>If you have discipline to do a monorepo for the entire organization, your issue and code tabs are effectively the entire universe in one place. This is the only thing I&#x27;ve seen that can pull middle managers out of email - a <i>single</i> bucket that has everything of concern in it.
AstroJetsonvor 4 Tagen
I always wonder when I see all these best notebooks &#x2F; note taking systems, etc. why people don&#x27;t spin up any of the dozens of wiki servers.<p>You can put it online so you can get to it anywhere<p>You can run it off a stick to keep it with you (Tiddlywiki)<p>You can cross link pages to be able to collect things together<p>You can search. Some even have auto link builders so you can build a page of links to pages that match a category.<p>Some support Markup so you have formatting the way you want.
评论 #44098964 未加载
Propellonivor 4 Tagen
So GitHub notes let me do what Zim Desktop Wiki let me do since 2005 without requiring internet.<p>But I get the OP, if you live in GitHub, it makes perfect sense.
OutOfHerevor 4 Tagen
For offline use, these were posted recently:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;git-bug&#x2F;git-bug">https:&#x2F;&#x2F;github.com&#x2F;git-bug&#x2F;git-bug</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;dspinellis&#x2F;git-issue">https:&#x2F;&#x2F;github.com&#x2F;dspinellis&#x2F;git-issue</a>
getspritevor 2 Tagen
I’m pretty sure you’ve never used any good issue tracking software then.
lawgimenezvor 4 Tagen
Almost the best notebook in the world, as long as there&#x27;s no outage.
bgwaltervor 4 Tagen
Except if you lose your 2FA one day before you need your plans. Or are all plans public?<p>Any local notebook, including pencil and paper, is better.
评论 #44097708 未加载
ravivyasvor 4 Tagen
the notes app... there is none.<p>There will always be better apps, but you need to stick to an app with its flaws and limitations.<p>I have been through this rabbit hole... (paid for Bear, IAWriter, noteplan, FSnotes and probably more that I forget) and have just stuck to local markdown files and use VS code ... I even used LLMs to generate a tiny plugin to solve my micro needs.
chrisjjvor 4 Tagen
&gt; Free and unlimited<p>Extremely doubtful. The fact you haven&#x27;t yet hit limits does not mean no limits.<p>Nor does the fact the provider claims unlimited.
评论 #44097546 未加载
bjornasmvor 4 Tagen
Councidentally I just started using it as my todo list. Its really neat, especially when using githubs cli gh.
paradox460vor 4 Tagen
Try it with ZenHub atop and it&#x27;s so absurdly good it boggles the mind why anyone would use Jira
评论 #44099428 未加载
pier25vor 4 Tagen
Isn’t there something like Obsidian that uses GitHub instead?
pacifikavor 4 Tagen
How’s the mobile experience?
aargh_aarghvor 4 Tagen
Call me long in the tooth but it sounds to me like he&#x27;s describing HTML (sans the backlinks part).
pmkaryvor 4 Tagen
This is insane!
评论 #44097559 未加载
vijucatvor 4 Tagen
Unpopular opinion: developers obsess about the format being Markdown. This is completely backwards. This is a hammer-sees-nail thing. You should care more about the UX. And that somewhere, someone wrote a parser for the file format. That&#x27;s it. You don&#x27;t have to understand every byte of it. It need not be readable text and it need not be version-control friendly. It should be a joy to use, be powerful, be easy to annotate images and pdfs. I bet none of the Markdown solutions do this as elegantly as OneNote or alternatives.
评论 #44097695 未加载
评论 #44098328 未加载
jbverschoorvor 4 Tagen
Noteplan (<a href="https:&#x2F;&#x2F;noteplan.co&#x2F;" rel="nofollow">https:&#x2F;&#x2F;noteplan.co&#x2F;</a>)
评论 #44096155 未加载