Sung
Sung
> I maintain a simple tech journal, but I often can't even remember the useful knowledge it contains - so I don't refer back to it. You are not alone...
> It could also be possible to make a pluggable / extensible interface for users to implement what they want This is a great insight. However I am hesitant for...
Triggering a prompt every time `dnote add` runs sounds like it could add too much friction. However, it might be a good idea to support a flag: ``` dnote add...
Hi @tcheronneau, thanks for your contribution. I will hold off on this for two reasons: * following #590, it is not required to run `make install-js` or `make build-web` *...
@scottyeck thanks for taking time to fix things. I appreciate it and I will merge once @CLAassistant is satisfied.
I think zsh and bash is a good place to start.
I have implemented bash and zsh completion in #193 and opened a PR to include it in oh-my-zsh https://github.com/robbyrussell/oh-my-zsh/pull/7885. If you have any suggestions on how we can make the...
Hi @robertmartin8. Notes are already timestamped. You can see the timestamp using `view` command. ```bash ▶ dnote v js 1 • book name: js • note uuid: fd4f0711-8e69-4f33-85f0-5770c2e9575a • created...
I think timestamps can help with spaced repetition. Let's think about it. > Often when I'm building projects I'd love to have a running log of what I'm trying, what...
Interesting. I also do similar things with Dnote to log TODOs for immediate future. I might work on this feature later. In the meantime, I will consider a PR. Meanwhile,...