erauner12
erauner12
While I think the native boards they introduced are great. I still think do not think that it replaces everything that Kanbanist can do. I hope to see this project...
any progress on this? I would be able to help test.
Sure thing! You want me to open up an issue there for enterprise support?
I have this issue as well. I'm running an m1 mac. Though I never had to run `docker run --rm --privileged aptman/qus -s -- -p x86_64` to get the image...
No luck adding this either to the docker-compose file: ``` platform: linux/amd64 ``` ``` version: '3.8' services: obsidian: platform: linux/amd64 image: 'ghcr.io/sytone/obsidian-remote:latest' container_name: obsidian-remote restart: unless-stopped ports: - 8080:8080 volumes:...
@mtopping let me know what changes you think should be made. The reason I attempted this is because I noticed that the [original url](https://github.com/mtopping/obsidian-raindrop/pull/6/files#diff-c3d9fe2ebdbd2eb1b7938403e5c9e5646f50511017ab3283b4ab57f2b3e5e4faL6) only provided the first 3 highlights...
sorry nevermind, I think it already actually doing this
Actually no it's not working the way I am describing: https://kubernetes.io/docs/tasks/access-application-cluster/communicate-containers-same-pod-shared-volume/#creating-a-pod-that-runs-two-containers For example if you link this and create a highlight off of it, it is using: `Communicate Between Containers...
+1 on this! I’d like to interface directly with obsidian from drafts in this way
> `&commandname=QuickAdd%3A%20Capture+Entry¶m1=entry1¶m2=entry2` * @ts2111 I'm assuming the params is what is not working? I'm wondering if this [Execute arbitrary code](https://vinzent03.github.io/obsidian-advanced-uri/actions/miscellaneous) would help in this case? > Execute any javascript code...