Hi,
I'm using Joplin Terminal version 2.1.2 (prod). I want to know if this is a bug or work as design.
When I'm using this command to attach file to a note, it's working great :
joplin attach e173b ../thumb-9.png
After when I'm compare those 2 commands, the output is different for the image link :
joplin@core ~/joplin-mail-gateway$ joplin cat e173b
thumb-9

joplin@core ~/joplin-mail-gateway$ joplin cat -v e173b
thumb-9

id: e173bf96abec47a0ae76296888821e8a
parent_id: ce231d2c48c1462289286bc4bf66ee0e
created_time: 2021-08-13T04:28:40.097Z
updated_time: 2021-08-13T04:53:47.100Z
is_conflict: 0
latitude: 0.00000000
longitude: 0.00000000
altitude: 0.0000
author:
source_url:
is_todo: 0
todo_due: 0
todo_completed: 0
source: joplin
source_application: net.cozic.joplin-cli
application_data:
order: 1628828920096
user_created_time: 2021-08-13T04:28:40.097Z
user_updated_time: 2021-08-13T04:53:47.100Z
encryption_cipher_text:
encryption_applied: 0
markup_language: 1
is_shared: 0
share_id:
conflict_original_id:
type_: 1
Is look like the limage link is broken from the commande
joplin cat e173b
and working on the command :
joplin cat -v e173b
Do you have the same issues ?