Joel Ostblom
Joel Ostblom
Note that this suggestion conflicts with the suggested use of `--by` to order tags non-alphabetically as suggested in #362. Either that could become `--order-by` or this could become `--group-by`.
@k4nar Just a reminder to have a look at this when you get a chance.
@k4nar and @jmaupetit I have been running this branch locally since opening the PR and it seems to be working well (although I don't use notes that often tbh). Just...
Just a note that I didn't use this feature much and I am no longer running this branch locally. I ran into some issues with my frames file format when...
Haha yes, it is definitely opinionated =) I like the idea of real world usage scenarios, that's what I was trying to get at with my second suggestion. Where do...
> If ipython finds packages through dir(), Python 3.7 will allow overriding dir for a module (https://www.python.org/dev/peps/pep-0562/), thus giving back power to developers to control what is visible through tab-completion....
I am also using jupyter-lsp now for linting and it works great!
This is a limitation in the codemirror vim implementation, see these issuse: - https://github.com/codemirror/CodeMirror/issues/5529 - https://github.com/codemirror/CodeMirror/issues/3330
To add a ToC cell in the notebook, it is possible to use the toc2 extension via launching the classic notebook from JupyterLab. To add a ToC cell to the...
I tend to use the cursor as an indicator for the current mode, which means you don't need to look away to check the status bar: - No cursor: JupyterLab...