Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: store these as markdown files instead of db #30

Open
bashbunni opened this issue Jan 19, 2023 · 2 comments · May be fixed by #32
Open

refactor: store these as markdown files instead of db #30

bashbunni opened this issue Jan 19, 2023 · 2 comments · May be fixed by #32
Labels
enhancement New feature or request

Comments

@bashbunni
Copy link
Owner

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 bashbunni added the enhancement New feature or request label Jan 19, 2023
@StealthyCoder
Copy link

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. 🙂 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.

@bashbunni
Copy link
Owner Author

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

@bashbunni bashbunni linked a pull request May 29, 2023 that will close this issue
3 tasks
@bashbunni bashbunni linked a pull request May 29, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants