Karim Rahal

Results 13 comments of Karim Rahal

If you'd like to maintain the XPI yourself, go to https://addons.mozilla.org/, upload the extension, and change the information in manifest.json.

Do note that the signing is necessary to install the extension. There is no "developer mode" in standard Firefox.

I think my proposal deals with some ideas in points 1 to 3 by storing the salt in the journal instead of the config file. Additionally, for backwards compatibility, I...

Awesome. I'll push the pepper change and some comments clarifying the implementation.

Wait... @wren, I am not sure point 4 is right. `Fernet` does have a timestamp as part of the token that it generates, but that has nothing to do with...

Should there be many types of hooks (pre-save, post-save, etc.), or is just a post-save enough? Also, for testing, I was thinking we could run jrnl commands in the hooks...

Will start on it then! > For the tests, I'm not sure what you mean about jrnl commands. Like, running `jrnl -3` or something like that in the hook? And...

I am proposing we use `jrnl --version` or an equivalent—something that is journal and OS agnostic.

I want to use `jrnl` in the test hooks so we can have a universal method. This way, we won't need a test hook for every other OS: `jrnl` will...

Ah, fair enough. Using `python` is a better idea—thanks!