- Added Multifolder workspace support
- Fixed a bug where you couldn't have projects on a drive other than your system drive
- Added Extension Icon
- Thanks for all of these mrelemerson
- Added several new transformers.
- Added functionality to chain transformers
- Updated Docs
- fixed display error in inputbox when a customvariable has a defaultvalue
- added omitFTName option
- Fixed
Open Global Folder Template Directory
Command
Some breaking changes, I'm really sorry but I wanted to do this right and had to do it earlier rather than later. This will hopefully be the last breaking change
-
BREAKING: The
FFSName
Placeholder no longer works. Please replace it with the new placeholderFTName
-
BREAKING: Configuration namechange. Please switch the configuration keys from
fastFolderStructure.structures
tofolderTemplates.structures
andfastFolderStructure.fileTemplates
tofolderTemplates.fileTemplates
. -
BREAKING: Calling the
FFS.createFolderStructure
command will no longer work. Please replace it withFT.createFolderStructure
-
REMOVED: Creating a Template from an existing folder is no longer supported because you can now save templates on the filesystem.
-
ADDED: Reading Folder Templates from your File System. You can now choose where to create your templates. In the config file or as a Folder on the File System.
-
ADDED: You can now define defaultvalues for your customvariables with the new
variablename=>defaultvalue
notation.
Also added an examples folder.
- You can now pass in your own path argument with keybinds.
-
BREAKING: Removed default structures and fileTemplates as they are generally not useful for anyone due to everyone having their own needs. You have to create your own templates now.
-
If you create a template from an existing folder this extension will now save the new Template in your global or workspace settings. This depends on if you already have a workspace settings file with a template in it or not.
- Fix bug that filepaths weren't normalized when parent directory is ommited
- Added Create Template from Folder function
- Added Remove Template function
- Added
omitParentDirectory
flag - Added
snakecase
andkebabcase
transformers. Thanks Torben
- Added transformer
lowercasefirstchar
- Fixed
camelcase
transformer to lowercase the first char if it was uppercase - Fixed a bug where deleting a newly created structure and then creating it again skipped files
- NO BREAKING CHANGES
- Yippieh. I feel as if the extension is stable enough for its first major release 1.0.0. Hopefully this didn't jinx it.
- Added tests
- No longer overwrites existing files
- Added transformer
camelcase
andpascalcase
- Added possibility to configure Custom Variables
- reverted some changes to fix behaviour
- fixed a bug where you couldn't create multiple empty Directories
- added an
EmptyDirectory
keyword
- Added feature to transform your FFSName to lowercase, uppercase or capitalize it.(Thanks marcocavanna!)
- Cleaned up the readme a bit
- Added feature to automatically save files that have a template assigned. No more manually saving every file.
- Moved 'Create Folder from FFS-Template' Context Item into the workspace group where it should be.
Fixed wrong information in Readme on how to use the extension. Thank you snigglewhoop for pointing that out!
I forgot to test some stuff and broke the whole thing. It's working again.
Added info where this idea came from.
Fixed readme stuff
This is the super beta so people can't shout at me when something doesn't work.
You're glad you had those release notes, eh?