Closed Nzii3 closed 11 months ago
Hi @Nzii3,
You can use either of the following techniques.
# v1
# v1
test
label
page setting:---
label: v1
---
# My Page
test
If all you do is add a v1.md
page to your project and do not add a page title or label
, Retype will try to infer the page title from the filename, and by default, Retype will capitalize the first letter of that page title.
Hope this helps.
@geoffreymcgill The page is a folder, so I can't set a page title. I want the folder name to be not capitalized.
The same label
setting works for both pages and folders. You can set using either of the following techniques:
index.yml
file to the folder and use the label
setting:label: v1
label
:# v1
Test
or
---
label: v1
---
# Sample
Test
Hope this helps.
Ok thank you. I have another question. How can I embed a website with iframe
in a page?
@geoffreymcgill
How can I embed a website with
iframe
in a page?
It would be best to start a new issue for this question.
I am wanting to make the folder name below lowercase. I named it lowercase in my editor and also tried using an
index.yml
and did it lowercase there but it did not work and only shows capitalized.