Josh Tilles
Josh Tilles
In addition, if you use the "customize" interface to try to fix the value (from `ignore` to `(ignore)`) customize will prevent you from doing so, printing `Saving el-get-sources: Invalid function:...
I think this problem might have been introduced in https://github.com/dimitri/el-get/commit/db2d2187f0d10e109e471077bb097a808cd9a1e5
I _think_ a fix would involve changing [the type of the `:post-init` field](https://github.com/dimitri/el-get/blob/fac4d31e4d8db96c53cac11e6f36a2f9ca2b8dac/el-get-custom.el#L584-L585). It’s currently `function`, but the **actual** type should somehow express “any `eval`-able list”, right? I'm willing to...
_My_ priority is to get things polished for a 3.0 stable release (supporting Elasticsearch 2), but after that of course I'd like to see support for Elasticsearch 5, and would...
FWIW, I was able to force the plugin to reread the note field settings by manually clearing the data. I.e., I performed the following steps: 1. Close the Obsidian app...