{ "info": { "author": "FoxMaSk", "author_email": "foxmaskhome@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Topic :: Communications", "Topic :: Internet" ], "description": "# Jong Toolkit - \uc885\ub3c4\uad6c\uc0c1\uc790\n\nthis is a collection of scripts to ease the usage of our Joplin markdown editor\n\n## Importer \n\nImport of notes into joplin from your cloud service\n\n### prerequisite\n\n* Python 3.6 or +\n* [joplin terminal](https://joplinapp.org/terminal/) installed\n* joplin-api - to request joplin\n* beautifulsoup - to get the html page\n* pypandoc - to translate the html page to markdown\n\n### installing\n\n* create a virtualenv and activate it\n\n```python \npython3 -m venv jong_toolkit\ncd jong_toolkit\nsource bin/activate\n```\n\n* get the source \n\n```python\ngit clone https://github.com/foxmask/jong_toolkit\npip install -r requirements.txt\ncd jong_toolkit\ncp settings.sample settings.ini\n```\n\nset the value of JOPLIN_WEBCLIPPER_TOKEN \n\n### settings \n\nin `the jong_toolkit/settings.ini` file set the following properties\n \n```python \n[JOPLIN_CONFIG]\n# path to the joplin terminal version\nJOPLIN_BIN_PATH = /home/foxmask/.joplin-bin/bin/joplin\n# path to the profile of the joplin client (terminal/desktop)\nJOPLIN_PROFILE_PATH = /home/foxmask/.config/joplin-desktop\n# path to the folder of the cloud storage service\njoplin_import_folder = /home/foxmask/Dropbox/Applications/Joplin/letterbox/\n# default folder where to import notes\nJOPLIN_DEFAULT_FOLDER = Home\n```\n\n## Importer\n\nscript to load JEX or MD files into joplin\n\n### running\n\nyou can set a crontab or a \"at\" service to trigger the command at the given time you want\n\n```python\npython jong_toolkit/core.py --importer \n```\n\n\n## Collector\n\nthe script will ease to grab note from note created with only URL as content\n\nThis situation occurs when you \"share\" page link from your phone to Joplin, as joplin does not provide a webclipper on mobile, this will complet this case ;)\n\n### settings \nin the `settings.ini` file, set the `tag` that will be used for checking if notes need to be generated\n\n```\nJOPLIN_DEFAULT_TAG = grab\nJOPLIN_WEBCLIPPER = 41148\nJOPLIN_WEBCLIPPER_TOKEN = \nPYPANDOC_MARKDOWN = markdown_github\n```\n\n### running\n\nyou can set a crontab or a \"at\" service to trigger the command at the given time you want\n\n```python\npython jong_toolkit/core.py --collector\n```\n\nthe note with the shared link\n\n![before](before.png)\n\nonce the script has run\n\n![after](after.png)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/foxmask/jong_toolkit", "keywords": "joplin,joplin-api,jong", "license": "BSD License", "maintainer": "FoxMaSk", "maintainer_email": "foxmaskhome@gmail.com", "name": "jong-toolkit", "package_url": "https://pypi.org/project/jong-toolkit/", "platform": "", "project_url": "https://pypi.org/project/jong-toolkit/", "project_urls": { "Homepage": "https://github.com/foxmask/jong_toolkit" }, "release_url": "https://pypi.org/project/jong-toolkit/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "\"Jong \uc885 Toolkit\"", "version": "1.0.0" }, "last_serial": 5687168, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "9ee29531cd15cea06ce579d01996e361", "sha256": "fadf1eecc907a71f3a74d74792a25b57fc391eb0106e55879c0a5b7ef1adb4c2" }, "downloads": -1, "filename": "jong_toolkit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9ee29531cd15cea06ce579d01996e361", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2562, "upload_time": "2019-08-16T11:35:17", "url": "https://files.pythonhosted.org/packages/a9/4f/a2bdb99041bf8f11edb2d1a97d71151cf65914d9220a384de8d244c5b864/jong_toolkit-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ee29531cd15cea06ce579d01996e361", "sha256": "fadf1eecc907a71f3a74d74792a25b57fc391eb0106e55879c0a5b7ef1adb4c2" }, "downloads": -1, "filename": "jong_toolkit-1.0.0.tar.gz", "has_sig": false, "md5_digest": "9ee29531cd15cea06ce579d01996e361", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2562, "upload_time": "2019-08-16T11:35:17", "url": "https://files.pythonhosted.org/packages/a9/4f/a2bdb99041bf8f11edb2d1a97d71151cf65914d9220a384de8d244c5b864/jong_toolkit-1.0.0.tar.gz" } ] }