loconotion
loconotion copied to clipboard
Improved user experience
hi, @leoncvlt
- why dont you upload loconotion to pypi ? so that users can directly
pip install loconotion(you can usepoetry publish, and also remove therequirements.txt) - Why does
loconotionnot usechromedriverin path ? I have proper chromedriver installed. and in path.
if i run chromedriver --version it shows correct output. but while using loconotion, it does not detect chromedriver by default. i need to pass the --chromedriver argument. (this can be solved by not passing any chrome driver path to selenium. it will autodetect)
- the end user experience can be something like this:
pip install loconotion
mkdir mysite && cd mysite
loconotion https://notion.so/path-to-page
then running ls gives:
index.html
assets
the assets folder will contain all images/fonts/css/js