Gino Valente

Results 207 comments of Gino Valente

Editing issues/PRs directly is not an immediate goal of this project. However, the read-only syncing could be interesting 🤔

Thanks for pointing this out! I'll probably merge #19 for now and then look into other methods of handling this properly (or as best I can within the confines of...

> I think `crypto` is the easiest. [This](https://www.section.io/engineering-education/data-encryption-and-decryption-in-node-js-using-crypto/) looks promising as potential route. Yeah this could work. Of course, it would only be a bandaid until Obsidian exposes some way...

> It's [definite not straightforward](https://github.com/meld-cp/obsidian-encrypt/blob/main/src/features/feature-inplace-encrypt/FeatureInplaceEncrypt.ts), but may be another good example. Yeah this works but I'm not sure about asking the user to input an encryption key every time they...

Reopening as I would like a proper solution for this in the future (even if we do need to wait for Obsidian to provide an API for it).

> How do you feel about storing a random-string encryption key in a user's [home directory](https://nodejs.org/api/os.html#oshomedir)? Would this solution be cross-platform? I believe the NodeJS API is [desktop-only](https://docs.obsidian.md/Plugins/Getting+started/Mobile+development#Node+and+Electron+APIs).

@dgrebb That works for me as long as we can make it work cross-platform! 😄

### Update I've started this and have some of the basic setup established. However, it seems there might be a bug with accessing gists using fine-grained PATs with the GraphQL...

> It seems you have to use [overwriteCommand ](https://webdriver.io/docs/api/browser/overwriteCommand/). Could you check? Unfortunately this doesn't work. Aside from the red squigglies on `'scroll'`, I get the following error: ``` overwriteCommand:...

> Changing to resolve relative to `CARGO_MANIFEST_DIR` for the current crate isn't a solid fix, because it's going to break the workflows of users who are already building relative to...