It all still feels clumsy, no longer want self-hosted services and they are all somewhat hard to edit&navigate.
Are you happy with your solution for sharing with the team mates&storing your knowledge for easy retrieval? What is it?
I wish they would support an official api, and it kills me that the native desktop app is an electron thing, but all the ways they have not fucked it up in the last 10 years is what makes it worth looking at.
I have a nagging fear that as a VC funded (yc I think) company they will have to sell out eventually.
* Light - I don't want "yet another electron app"
* Hotkey-able - I need to be able to assign a hotkey to quickly show/hide the UI. This ONE feature is huge for me and changed how I used NVAlt once I mapped Ctrl+1 to show/hide it
* Mobile clients - iOS needed, android would be nice
* Sync service that I can trust OR using iCloud/Dropbox as a backend
I'm half-considering attempting my own notes app (for the desktop and maybe iPhone) once Swift UI ships since NVAlt doesn't do a ton so I can't imagine it would be terrible to re-implement. I would like to add some minor features to it (Maybe basic to-do list or scheduled reminders) and fix the damn smart quotes thing (I have been bitten too many times from making small tweaks to code/json I throw into it for just 1 second and the quotes being those stupid smart quotes).
What does Workflowy do that's so great?
Are you talking about knowledge storage for you personally or within a work context?
Ask HN title was somewhat misleading, because it comes from a place where I have to organize tons of content that potentially gets shared to and collaborated with the team.
I guess something between Confluence and GitHub Wiki would work. Ideally with an in-place editing and enough hand-holding when it comes to linking existing pages&headings.
One subdirectory is more magical, 'data/cheatsheets/<filenames>. If I run a bash function 'cheat $1' with the filename, it will just dump the file into a pager like the less command.
When I fizz out on how git works, I run 'cheat git' and get my own notes. I can edit it when something ends up being useless to me, and keep the most important stuff at the very bottom. Eventually it gets drilled into my head and I learn it.
This scales to one person very easily. The value is the subjectivity. With some actual editing, this would also scale to a small team of maybe 4 people.
Of course, most of the stuff in my repo would not be appropriate for sharing, but the model would extend in general.
I find it funny that I type "git cheat" where you type "cheat git".
I like your technique better, as you can easily add more technologies to the mix.
What happens if you type "cheat" with no parameter? Does it list all of the cheat sheets? (i.e. ls data/cheatsheets/*)
Three months ago "Ask HN: Do you keep a personal knowledge repository?" with 100+ comments https://news.ycombinator.com/item?id=20007108
I'm looking for something that also works within the teams.
Like GitHub wiki but less clumsy&in-place editing. Got one hint from your suggested thread - Notion, maybe that would work.
I sort of outlined some key points here: https://tumblr.macleodsawyer.com/post/187317505027/file-mana...
* Making this for myself, but might open source it. Should be able to run independent without server, or on a server for cloud capabilities accessed through a browser since it uses a flat-file structure with a json registry of file names and metadata for collections and records.
To publish it all I have to do is push.
I have a private repo too for TIL's I don't/can't share (and all passwords go in a password manager)
At work we have have a custom in-house wiki that stores all of our shared internal notes.
- Documents: my notes, Anki flash card files
- Books: Related to that subject area
- Sources: one off PDF's, or PDF exports of interesting articles on the web
- Papers: that I read related to that subject area
- Code: which contain git repos of code that is related to any of Books/Documents/Sources/Papers.
The idea is all related to one 'Subject_Area` in one directory. I have a large private KB directory hosted on `Gitlab` and backed up to the cloud/2 local disks.
It basically feels like if Slack made a wiki.