kevboh / longform

A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Other
664 stars 31 forks source link

Don't try to validate a null folder name. #122

Closed egoebelbecker closed 1 year ago

egoebelbecker commented 1 year ago

First change eliminates a recurring exception in the debugger for userScriptFolder being null.

Second adds a label to the project picker. It was immediately obvious to me that the path at the top of the panel was selectable. Text could say "select project", but that might be too wide?

kevboh commented 1 year ago

Thanks for submitting this! I'll grab it sometime today to take a peek.

kevboh commented 1 year ago

I'm going to pull the null fix in but leave out the label for now as I consider other solutions—project names can get long, and I want to maximize the available space there.

kevboh commented 1 year ago

Moved to #123.