We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When dragging and dropping content into editors, location hints could be provided based on the content extension.
e.g. ____.jpg should have hint content/img/____.jpg
____.jpg
content/img/____.jpg
___.css should have hint content/css/___.css
___.css
content/css/___.css
___.htm, ___.html, ___.xml, etc. should have hint content/___.___
___.htm
___.html
___.xml
content/___.___
The text was updated successfully, but these errors were encountered:
Including the above:
content/img/____.__
index.xml
content/index.xml
.py
.json
Sorry, something went wrong.
No branches or pull requests
When dragging and dropping content into editors, location hints could be provided based on the content extension.
e.g.
____.jpg
should have hintcontent/img/____.jpg
___.css
should have hintcontent/css/___.css
___.htm
,___.html
,___.xml
, etc. should have hintcontent/___.___
The text was updated successfully, but these errors were encountered: