loconotion icon indicating copy to clipboard operation
loconotion copied to clipboard

Improved user experience

Open aahnik opened this issue 4 years ago • 0 comments

hi, @leoncvlt

  1. why dont you upload loconotion to pypi ? so that users can directly pip install loconotion (you can use poetry publish, and also remove the requirements.txt)
  2. Why does loconotion not use chromedriver in 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)

  1. 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

aahnik avatar Mar 26 '21 06:03 aahnik