Sridhar Ratnakumar
Sridhar Ratnakumar
"instal" works, but "insta" (or "inst") returns nothing. I'd expect search to work even if you type only 3 characters of a word. I suppose this is a matter of...
- For search query format, see https://github.com/srid/neuron/issues/358#issuecomment-679351864 .. so perhaps using a generic `?q="foo tag:someTag"` (which allows complex queries like like `?q="foo title:Foo (tag:tag1 OR tag:tag2)"` would be good for...
> I imagine I (or somebody) would do this in PureScript (or TypeScript or whatever) Actually you know what. Let's just do this in plain JavaScript, to begin with. I...
More comprehensive reference for search query syntax: https://help.obsidian.md/Plugins/Search Would be nice if neuron supported the same syntax as that of Obsidian. Assuming the current `z:zettels?..` URI syntax is deprecated in...
Re-occurence of #273 ?
Probably something to do with your terminal encoding? If so, perhaps we can document the environment fix in neuron guide.
@maralorn Is this something that can be addressed in Nix?
Perhaps we need to add `glibcLocales` as a dependency? https://github.com/nh2/nixpkgs/commit/9cfb48061de1808d26f0ff48a5a94e658b2e78fd
Is this even a neuron issue?
> So I think there's nothing could be improved on the neuron side, this kinds of setting could only happens in the user's running environment. I think we *can* automate...