dleeftink
dleeftink
Currently, hierarchies can be deduced from note names as follows: ``` root.branch root.branch.leafA root.branch.leafB ``` This requires notes to be arranged into hierachies up front/top-down. I would like to propose...
Hi Skeptic, thanks for the great plugin. Usability wise, it would be really helpful to able to export the co-citations table as a plain node/edge list or adjacency matrix (either...
First, thank you for developing this plugin, it truly helps me to create more atomic notes. If development is still on-going, I would like to suggest the following: when refactoring...
When applying the `Split by headings` command on the following note containing the same headings: ``` ## Same header Content A ## Same header Content B ``` The refactored note...
At the line: https://github.com/gitrows/gitrows/blob/05a8a66030ffaee41931d9d81571502c091a7a3e/lib/gitpath.js#L19 It seems the `#` should be an escaped colon `\:` instead to properly parse the `repository:branch` part of provided paths. Additionally, the hyphens `-` might need...
Currently, `Inputs.bind` works fine for `Inputs.select` when`{multiple:true}`, but falls back to a single value when binding two vanilla HTML select boxes like so: ``` source = html`AaBee` ``` ``` target...
After a clean install on mobile (Android), tabs weren't visible in combination with the popular minimal theme. I adjusted the tab height settings to see if the element was being...
As the titles says, after downloading the 0.7.5 release from GitHub, version 0.7.0 is installed, throwing the message that a newer version is available.
I am wondering if the parser will support linked inlines: `[[ target-file#heading | topic :: weather ]]` I am working on a plugin that automatically appends/updates backlinks (and their surrounding...
Just wondering why this code example (or the `GPGPU` class in general) has been removed from the current build: https://github.com/thi-ng/umbrella/blob/161b4f8afaef0df742a8e2c7776993b828662589/examples/webgl-gpgpu-basics/src/index.ts This seems a very useful abstraction (especially the jobrunner), but...