New note namer#292
Conversation
|
Here is the complete behavior according to the option checked:
|
|
Are these changes breaking the settings of the script for existing users? |
|
thanks for your interest in the script!
maybe, as names in |
I hope it won't break existing workflow for some people, but since there are no specific configuration besides checking a few checkboxes, I suppose it would just mean recheck them. I've also included a full readme with the explanations, and I could also recreate the previous workflow by testing the current version of the extension. The only difference would be to get the search term prefilled instead of "File name" @pbek I've run |
Did you also run it on the readme? 😉 |
sure: npx prettier --check README.md and it's the version I've commited and pushed |
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
|
Generally we don't want a script update to break the workflow for all users of the script. If that can't be mitigated it's better to create a new script... |
Hello,
I'm not using Setext md style and had to remove the ============ for every new note. I've discovered the new note script which allows to use Atx style instead. It is working quite well, but some points could be improved. I've tried to keep most of the original behaviors and make the workflow easier and quickier (pre-filled dialogs). It also allows to use custom syntax (mediawiki, dokuwiki, txt2tags), or even start the document with a level 2 heading (## instead of # )
@diegovskytl , @Mystechry what do you think?
Original script behavior
Settings: extraDialogForFileName (boolean) + underlineHeading (boolean).
Improvements by this PR
(Title / =====), Custom (with configurable opening and closing tags). Applies uniformly to both creation flows.