Gabriel Horner
Gabriel Horner
Any of the names with `read*` work for me as I can roughly understand the functionality just from the feature name. Marked this as WIP until conflicts are resolved
Looks like this will be fixed by https://github.com/logseq/logseq/pull/6256 soon
@X012C I can't reproduce this on the nightly using osx desktop. My 111 child block saves automatically without the need to press `Enter`. It's possible #5964 fixed this or that...
@thheller I built [this node test runner](https://github.com/logseq/logseq/blob/bd9f47a2a06109f05d9a866ceb2d3c1248575bd0/src/test/frontend/node_test_runner.cljs) at work which supports the same test selection options as https://github.com/cognitect-labs/test-runner#invoke-with-clojure--m-clojuremain. Would you like a PR to `shadow.test.node` to incorporate those options?
> Can you write this as a standalone ns that doesn't use shadow.test.node? Just copy whatever you need from it over and adjust Great that you're interested! Sure. I'd just...
@slipset Any thoughts on if this PR is ok to land? Looks like the [main feedback](https://github.com/clj-commons/hickory/pull/33#issuecomment-198869954) was addressed and then approved at https://github.com/clj-commons/hickory/pull/33#issuecomment-199550029. Encountered same failure as #17
@myoursh Hi. Properties create pages by default. To turn off this behavior, add to your `logseq/config.edn` file - ` :property-pages/enabled? false`
This functionality works if we add `//` to the file urls e.g. `[Computing report](file:///home/computing_report.pdf)`. See https://discuss.logseq.com/t/open-local-files-outside-the-graph-through-uri/1452/9 for a related issue @develorer If this works for you, we can document it...
@develorer Good to know. Agree it would be nice if external links didn't create any pages
The page graph is caused by the original issue so no need for another issue. Just saw this issue is a duplicate of https://github.com/logseq/logseq/issues/6034