Replies: 3 comments
-
I think this is a good idea - would love input from anybody in the community per their experience with these tools (I am not super familiar with them myself). Perhaps this is also something people can learn more about and share as people use these tools in their books! |
Beta Was this translation helpful? Give feedback.
-
The data for the site is stored in YAML: And the feature schema is here: https://github.com/pozitron57/open-source-comments/blob/master/yaml_2_js.py#L58 :: fields_dic={
'stars': 'Github stars',
'stars_dif': 'Stars in 2 weeks',
'name': 'Name',
'source': 'Source code',
'demo': 'Demo & examples',
'js_kB': 'js, kB',
'css_kB': 'css, kB',
'language': 'Language',
'db': 'Database',
'mail_notification': 'Mail notification',
'edit': 'User can edit',
'vote': 'User can vote',
'antispam': 'Antispam',
'bad_words_list': 'Bad words list',
'use_cookies': 'Uses cookies',
'avatar': 'Avatar',
'markdown_support': 'Markdown support',
'moderation': 'Moderation',
'dependency': 'Dependencies',
'webmention': 'Supports Webmention',
'nested_comments': 'Nested comments',
'provided_hosting': 'Can host for you',
'collapse_comments': 'Collapse comments',
'sort': 'Configurable order',
'rate_limit': 'Comment rate limit',
'docker': 'Docker container',
'paging': 'Paging',
'hide_long_threads': 'Hide long threads',
'anonymous_comments': 'Anonymous comments',
'social_network_login': 'Social network login',
'import_from_wordpress': 'Import from wordpress',
'import_from_disqus': 'Import from disqus',
'english_documentation': 'English documentation',
'rss': 'RSS',
'display_images': 'Display images',
'static': 'Static',
'description': 'Description',
'updated': 'Updated (y‑m‑d)',
'last_committed': 'Updated (y‑m‑d)',
'created': 'Created (y‑m‑d)',
'license': 'License',
'open_issues': 'Open issues + PR',
'unmaintained': 'Unmaintained',
} Found this on HN today. |
Beta Was this translation helpful? Give feedback.
-
https://jupyterbook.org/en/stable/interactive/comments.html#commenting-and-annotating
|
Beta Was this translation helpful? Give feedback.
-
jupyter-comment supports a number of commenting services (executablebooks/sphinx-comments#14 , jupyter-book/jupyter-book#861). In helping users decide which commenting and annotation services to include on their pages and commit to maintaining, could we discuss criteria for assessment and current features of services?
Possible features for comparison:
Beta Was this translation helpful? Give feedback.
All reactions