Markimus
Markimus
I'm getting an error with InvalidCharsInPath while trying to retrieve the BUILD_DIR. _In settings.py:_ `BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))` `BUILD_DIR = os.path.join(BASE_DIR, 'builds')` I can't think of why it would be failing...
First of all, thank you for the great plug-in. It's been incredibly useful. I would like to be able to get unique IDs for refactored notes, similar to how the...
When highlighting a piece of text and pressing Ctrl + Shift + N to refactor the note, I would like to be able to set the first line as a...