Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Add option to persist convo #26

Open
paulbricman opened this issue Apr 13, 2021 · 3 comments
Open

Add option to persist convo #26

paulbricman opened this issue Apr 13, 2021 · 3 comments
Labels
interface Concerns the Typescript frontend

Comments

@paulbricman
Copy link
Owner

paulbricman commented Apr 13, 2021

Reloading Obsidian currently clears the conversation, an option could persist it. That would require an additional local store somehow... Perhaps in a text file which would also be human-readable.

@paulbricman paulbricman added the interface Concerns the Typescript frontend label Apr 14, 2021
@bensleveritt
Copy link
Contributor

Would it be useful to store the previous conversations in text, then parse them with Dual? This could open up time-based meta-queries: "When did I last look up behavioural economics?" "How often do I work on psychiatry projects?"

@paulbricman
Copy link
Owner Author

Hm if that would be a thing in the future I think it only makes sense to somehow first make use of (created, modified, accessed) timestamps of the note themselves, rather than of this persisted convo? @bensleveritt

@bensleveritt
Copy link
Contributor

That's fair. Just logging would be a good start

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
interface Concerns the Typescript frontend
Projects
None yet
Development

No branches or pull requests

2 participants