Sung
Sung
Admittedly, the editor in the web application is rather rudimentary at the moment. It would be cool to support it as we iterate on the editor.
Hi @lingqtan, thanks for taking time to open a PR. I agree that `term` looks like it should really be `terms`. Could you briefly describe what this fixes?
What do you think about an option to print the surrounding lines? It'd be similar to `grep -B` and `grep -A` (show the number of lines before and after the...
@cofirazak thanks for taking time to file an issue with helpful details, and sorry for the confusion. The behavior seems to come from the way we are building indices for...
We can support images in notes by storing base64 encoding of images in the note body. * When the note with images is viewed in a CLI, we would have...
@abuggin that sounds like a great solution. Let me do some more research on how widespread it is followed. Any ideas?
Thanks for the feedback @SwissalpS. I checked the [build script](https://github.com/dnote/dnote/blob/master/scripts/cli/build.sh#L25) and I think it's writing to `/src/github.com/dnote/dnote` because `GOPATH` environment variable is not set. Could you share how you tried...
@SwissalpS I see, thanks for the detail. could you try `GOOS=linux GOARCH=386 version=local make build-cli`? I will try to document build steps when I get some chance. In the meantime,...
Hi @Nissaar, thanks for reaching out. Would you be able to clarify your use case? Specifically, what did you mean by app to connect to a self-hosted Dnote? Perhaps some...
Hi @dryack sorry about that. Could you please use [v0.5.0](https://github.com/dnote/dnote/releases/tag/server-v0.5.0) in the meantime? The feature was dropped because it was very seldom used. I will leave this issue open to...