TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's the best way to keep a project log or journal?

8 点作者 webmasterraj超过 9 年前
Where you write down thoughts/what you did/next steps. I use text files, but it's a little hard to look back on afterwards in a cohesive way. I'm wondering if people use other ways?

9 条评论

qrv3w超过 9 年前
Plain text files are a great way to go. You should check out JRNL, <a href="https:&#x2F;&#x2F;maebert.github.io&#x2F;jrnl&#x2F;" rel="nofollow">https:&#x2F;&#x2F;maebert.github.io&#x2F;jrnl&#x2F;</a>. It uses a single file and allows encryption and basically provides easy simple command line support for adding time-dated entries.
japhyr超过 9 年前
Text files and grep to look back. Then when a project starts to have some longevity I skim through the notes and make more formal documentation of some aspects of the work I&#x27;m doing.<p>I think I&#x27;ll always stay with simple text files for projects that may or may not go anywhere.
dain超过 9 年前
I recorded a brief screencast of how I keep a dev journal. :) <a href="https:&#x2F;&#x2F;youtu.be&#x2F;4W8i8FTz_ck" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;4W8i8FTz_ck</a><p>Hope it&#x27;s helpful!
stakent超过 9 年前
After a lot of fiddling with different options I use Vimwiki running in separate Vim instance on dedicated virtual screen.<p>Hit ^6, hit enter, hit F4 to put the timestamp, write. Done.
e19293001超过 9 年前
I would recommend emacs org-mode. I&#x27;ve been using it for months now and became way more productive than before. You may want to take a look at this fine set-up. <a href="http:&#x2F;&#x2F;doc.norang.ca&#x2F;org-mode.html" rel="nofollow">http:&#x2F;&#x2F;doc.norang.ca&#x2F;org-mode.html</a>
devarist超过 9 年前
Devarist is built for keeping a work journal. It supports Markdown and images too.<p>Check it out, feedback is very welcome :-)<p><a href="https:&#x2F;&#x2F;devarist.com" rel="nofollow">https:&#x2F;&#x2F;devarist.com</a>
canterburry超过 9 年前
Your git commit logs... Because what you actually accomplished is all that really matters.
评论 #10413757 未加载
评论 #10417449 未加载
gmsdiwakar超过 9 年前
github seems like good option.
kevinkppeterson超过 9 年前
Evernote?