David Goodman
David Goodman
I agree with @fest. We need a way to print/export notes as a pdf or something. Is anyone working on this? I can take a look into it if not....
I can look into implementing this in the near future, but I haven't heard much activity from the Laverna developer community as of late, so I'm a bit hesitant. Does...
Laverna is lacking documentation for building the mobile and desktop apps. Can the commands at least be added to the README or the wiki for ease of getting started? @wwebfor...
@sp4x Can you describe how you got the mobile app to build? I would really like to do some development on the mobile app to bring it up to par.
FYI for all those following this issue:
FYI for all those following this issue: [https://github.com/vboitsov/laverna-android.git](https://github.com/vboitsov/laverna-android.git)
@dblock @kavilla For anyone else trying to do this, I was able to use the Client and Transport layer to form a custom request to the dashboards API. ```js let...
PS. Some dashboard requests may need `osd-xsrf: true` header to be accepted by the server. Note that headers can be passed into `Transport.request()` via the `options` argument: ```js opts =...
@dblock Although I did get these basic sort of requests working, I was not able to handle importing of saved objects due to issues with sending multipart form data while...
Shortly after I sent that last comment, I was miraculously able to successfully get a multipart form message sent to the API using `axios`, `form-data`, `aws4-axios`, `@aws-sdk/credential-provider-node` and `concat-stream`. For...