5 ms·
Nice. Would be cool to have shortcuts numbers next to the links to navigate to linked articles.
by kadrian12 5y ago
Nice. Would be cool to have shortcuts numbers next to the links to navigate to linked articles.
- yashwastaken 5y agoThanks for the feedback. I will add that in my next commit.
- cors-fls 5y agoBy the way, you are including a lot of useless files and binary files in your git repository. (.egg folder, pycache, pyc files). They make your repo very heavy. Take a look at this example .gitignore : https://github.com/github/gitignore/blob/main/Python.gitignore https://github.com/github/gitignore/blob/main/Python.gitigno...