pjs icon indicating copy to clipboard operation
pjs copied to clipboard

refactor: store these as markdown files instead of db

Open bashbunni opened this issue 1 year ago • 2 comments

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

bashbunni avatar Jan 19 '23 19:01 bashbunni

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 avatar Jan 31 '23 10:01 StealthyCoder

@StealthyCoder thank you so much! That is a great idea :)

bashbunni avatar Feb 02 '23 19:02 bashbunni