Christian glacet
Christian glacet
@klickreflex That's strange, what happens if you run the following: ```bash python -c "nb_links_inserted=3; print(f'Inserted {nb_links_inserted} new links to your notes.')" ``` It may be because I call `python` in...
@klickreflex I used to pull my hairs off with python versions then I started using [pyenv](https://github.com/pyenv/pyenv) never had any problem since (the article you linked also suggest not bothering with...
You could also install everything manually if you already have git and python, most of the install script is made to install these (and made for non-developpers, I should add...
@klickreflex > Python versioning is so confusing Yes, the xkcd drawing is pretty accurate 😛
@mromanuk Great! let me know if you try it on your notes. Don't forget to backup before, just in case 🦺. One problem I can't solve for now is the...
@mromanuk ah, very good news, so you and I are the only two person to have used it successfully so far. You doubled the number of successes 🤣!
@benjaminharr Once you have installed pyenv you also need to use it to install a newer version of python and then set this version as the global version. For example...
I modified the installation script, now it should install `pyenv` and a more recent version of python (python 2 is not supported anymore). Then it should set a local python...
That would be pretty easy to limit the script to a given note if the user provides the note's UUID yes. For the tags I guess you mean restrict the...
I'll add these two options very soon as it will only take a few lines of code :).