My simple knowledge management and time tracking system
21–30 of 31 posts
Re: My simple knowledge management and time tracking system
#22This reminds me of the dead simple .LOG feature in notepad: https://www.howtogeek.com/258545/how-to-use-notepad-to-creat...
Re: My simple knowledge management and time tracking system
#23Days separated with a blank line, and starting with date. Then I use initial spaces to differentiate between task, comments on this task and what is needed to do to finish the task.
Pretty easy to keep it consistent, and the use of spaces allow to easily identify the order of importance in each subset.
Re: My simple knowledge management and time tracking system
#24I like the idea of a stream of knowledge in one file, I usually used the Saved Messages in Telegram for that. I'd rather use Markdown though, for the formatting capabilities alone.
Re: My simple knowledge management and time tracking system
#25I like the idea of a stream of knowledge in one file, I usually used the Saved Messages in Telegram for that. I'd rather use Markdown though, for the formatting capabilities alone.
Telegram supports Markdown syntax.
For example, in markdown:
_this is italic_
*this is also italic*
__this is bold__
**this is also bold**
While in telegram: _this doesn't work_
*also doesn't work_
__this is italic__
**this is bold**Re: My simple knowledge management and time tracking system
#26This reminds me of the dead simple .LOG feature in notepad: https://www.howtogeek.com/258545/how-to-use-notepad-to-creat...
Re: My simple knowledge management and time tracking system
#27I do pretty much the same with a file that I called worklog.txt Days separated with a blank line, and starting with date. Then I use initial spaces to differentiate between task, comments on this task and what is needed to do to finish the task. Pretty easy to keep it consistent, and the use of spaces allow to easily identify the order of importance in each subset.
It’s always open in my editor, so it’s quick for notes of copy paste from the terminal
Re: My simple knowledge management and time tracking system
#28Re: My simple knowledge management and time tracking system
#29I too save information that may have future value in a textfile. I too am managing knowledge!
Let's all submit blog posts about our notes files and see how many HN front pages we can fill.
Also, in my notes files, I have different sections for different subtopics within that file.
Note: My patent for this method is still pending. I'm hoping it gets reviewed by the person that handled 1-click purchase.
Re: My simple knowledge management and time tracking system
#30I just use Logseq (+ syncthing for sync) with extensive tagging (thousands of tags added a year) + a random Pomodora app that keeps records and descriptions of each Pomadora. Simple and effective
Currently Joplin is my goto, since if fills all that plus encryption, and I'm eager to see what AnyType does in the future.