Skip to content
New issue

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

Notes names are capitalized #52

Open
patrykpalej opened this issue Oct 14, 2022 · 1 comment
Open

Notes names are capitalized #52

patrykpalej opened this issue Oct 14, 2022 · 1 comment

Comments

@patrykpalej
Copy link

I noticed that all words in note names are capitalized in the left pane. In general this feature may be unwanted. Can anyone tell how to disable it? I'm refering to a forked repository so I can change it but I don't know what exactly.

Original note names:

Note number one
Note number two

Note names on the page

Note Number One
Note Number Two
@patrykpalej
Copy link
Author

Finally found the answer. In utils.py you need to remove .title() in this line:
item if item[0].isupper() else item.title()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant