Nathan Witmer
Nathan Witmer
Sounds like this is fixed?
`cohort` might be too specific. Since it's adding metadata to an observation, I wonder if `metadata` and a block that returns a value might allow for more flexible and generic...
Just an oversight.
Bumping this: as of the latest release this morning (0.18.1), quickadd doesn't seem to be able to insert at the current cursor position, it inserts at the top of the...
I can confirm that this behavior is fixed. However, another bug... #440
I was able to get alignment to be more consistent by resetting the `max-width:var(--max-width);` from `line-width.scss`. My override (using the generated selectors) ```css body:not(.table-100):not(.table-max):not(.table-wide) .markdown-preview-view.is-readable-line-width:not(.table-100):not(.table-max):not(.table-wide) .block-language-dataview h4, body:not(.table-100):not(.table-max):not(.table-wide) .markdown-preview-view.is-readable-line-width:not(.table-100):not(.table-max):not(.table-wide) .block-language-dataview>h4,...
Still looks like it's not quite consistent. Edit mode on the left, view mode on the right:
Seems fine so far. I didn't know lucene's parser was as lenient as that.
Same here. I see a pretty significant CPU spike when loading the plugin. ``` 4737.824 4561.620 4561.620: sourcing /Users/nathan/.vim/after/syntax/css.vim ```
After some digging, helped in part by @ap's [refactoring](https://github.com/skammer/vim-css-color/pull/7), I narrowed down the performance issue. This only applies to 256-color terminal vim, not mvim or presumably gvim. Since mvim can...