Iām not sure if this is a bug or a feature request but I am highly sensitive to it and would love to see this change. I keep a mix of personal and work-related notes across various notebooks. On a number of occasions, I have updated inkdrop while at work, and surprisingly the app restarts with all of my personal notes on display for anyone in my open office to see, because it defaults to showing ALL notes instead of the previously selected notebook. ordinarily I wouldnāt have my personal notebooks up while at work, so this is very jarring and unexpected behavior.
Thank you for everything!
Adam
Info
Platform: macOS
Platform version: High Sierra/10.13.4
App Version: 3.23.1
Reproduce
create multiple notebooks with some notes in each
select a notebook from the sidebar to filter out notes from other notebooks
close the app
re-open the app
the view defaults to displaying ALL notes instead of the previously selected notebook
Thank you for the suggestion.
Remembering the last selected notebook would be nice to have.
BTW, what kind of notes do you have for private?
I assume that you have private notes like journal, diary, todos or something like that?
But I would not recommend you to store such private things in Inkdrop.
Because it is basically designed for taking notes about your programming works. It would not replace apps like Evernote.
I hope you use other appropriate apps for each purpose.
If you have some other reasons, please let me know!
It is my understanding that Inkdrop is zero knowledge based on the security page? If thatās the case why would it not be ok to store private information if you have no access to it and cannot read it?
I have no access to read user notes as you said.
But Iām not talking about security but about his use-cases in terms of features.
Because I would like to keep the app simple and clean. Adding more features will make the app more complex even if you would think itās a simple, small feature. As Iām developing it alone, keeping the codebase minimum is important to maintain.
I understand that storing everything in one place is great, but Inkdrop is not made for doing that.
Thatās an interesting point of view. I see inkdrop as the set of features that I want for taking the kind of notes I take. I have never found a use in my personal life for most of the features of fully-featured note-taking apps. I also prefer inkdrop for its simplicity and the types of notes I take for myself (a shopping list, notes from a doctorās appointment, reminders) do not necessitate their own app.
Yeah, you can use it for whatever because the app wonāt stop you from doing it.
You can take notes about other things as you said, but I donāt recommend it.
Because Inkdrop is solely designed for developers.
I will not add features for other purposes.
That makes the app simple, clean and stable.
Hope you understand.
Yes. If I continued adding more features for other purposes, even if each one is small, the app will lose its focus and will be buggy because I donāt use them.
I see. Thatās obviously your prerogative but Iād be hard pressed to describe a scenario in which, after an update, I wouldnāt expect an app to reopen to where I left off and Iām surprised you donāt consider that expected behavior, but Iāll leave that as my two cents. Thanks for listening.
Iām curious which apps in particular youād recommend? Every one that Iāve tried either has a poor UI, questionable security, a poor writing experience, and/or poor organizational functionality. Including:
Iām curious which apps in particular youād recommend? Every one that Iāve tried either has a poor UI, questionable security, a poor writing experience, and/or poor organizational functionality. Including:
ā¦
Typora
Whatās wrong with Typora? Iām super happy with it. The only thing missing imo is note-linking & tagging.
Typora is amazing. The only thing itās missing is some sort of tagging mechanism like Inkdrop has. Thatās super important to me because tagging allows me to create a sort of table of contents or index of all my notes.
That said, I realized the other day Iāve been overly fixated on having tagging functionality natively built into my note taking app. While itās nice to see a visual list of tags like Inkdrop does, I decided that neednāt be a strict requirement. Then I saw that Typora supports YAML front matter and a light bulb went off: I can tag my notes using YAML front matter and create a command line tool fairly easily to parse the tags from my notes. And so thatās exactly what I did*. For me personally, the advantages of doing this far outweigh the loss of a visual representation of my tags in the UI:
Now my tags are embedded into the note itself. Thatās important in case I ever want to switch to a different editor. (A shortcoming of Inkdrop is that when you export your notes, your tags are effectively lost.)
I can write commands that list all my tags, adjust the sort order, display counts for each tag, show a list of notes that contains specific tags, etc, etc.
* I just started building this out, so thereās no documentation or installation process yet, but thatās all coming soon.
If I find more time I will also try to make a commandline tool to make tagging (e.g. via front-matter) easier. Also a symlink-generator would be handy, so that I can generate relative links between notes which do not break when the whole note-directory is moved.