feat: add --plain option to the show command in order to render notes as plaintext
This commit is contained in:
parent
fc81531f3c
commit
af9a6d82f4
14 changed files with 318 additions and 473 deletions
|
|
@ -24,7 +24,7 @@ def test_instance_encryptor_from_age_keys(halig_path, notebooks_path):
|
|||
f.write(str(identity.to_public()))
|
||||
|
||||
recipient_paths.append(recipient_path)
|
||||
|
||||
#cache_path = platformdirs.user_cache_path("halig", ensure_exists=True)
|
||||
settings = Settings(
|
||||
notebooks_root_path=notebooks_path,
|
||||
identity_paths=identity_paths,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue