save-as-firstline
is use the first line as the file name to quickly create or overwrite the file.
https://marketplace.visualstudio.com/items?itemName=trash-feed.save-as-firstline
- this extension is use filename at first line to create file.
- or, this extension is use file name of first line (e.g. #) of markdown create file.
- Using markdown and txt, can quickly create a document for each file.
- input the following text.
title
foo bar fuga.
...
...
cmd+shift+h
on OSX orctrl+shift+h
on Windows- A file name
title.md
is created or overrided.
the extension change is
save.as.firstline.extension
at config.(default:.md
)
- input the following text.
/directory/directory/title
foo bar fuga.
...
...
cmd+shift+h
on OSX orctrl+shift+h
on Windows- A file path
/directory/directory/title.md
is created or overrided. a root of the path is the project folder.
- input the following text.
...
title
# head1
foo bar fuga.
...
...
cmd+shift+h
on OSX orctrl+shift+h
on Windows- A file name
head1.md
is created or overrided.
save.as.firstline.extension
- create file name of extension.
- default
.md
.
save.as.firstline.isMarkdownHeader
- use filename at first line or first line (e.g. #) of markdown.
- default
first line
.