pjs
pjs copied to clipboard
refactor: store these as markdown files instead of db
I think it would be better to have entries stored as markdown files in a .pjs dir in ~. It pretty much will just be a tool that organizes your markdown notes for you
I would suggest using the XDG standards to store things in. They have a nice way of structuring things and it has the highest chance of working and being portable. :slightly_smiling_face: So rather than having .pjs directly in ~, have it in $XDG_DATA_HOME\.pjs or $XDG_STATE_HOME\.pjs depending on what you feel is more apt.
@StealthyCoder thank you so much! That is a great idea :)