1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/comments
Jermolene ec18a55033 Comments plugin: several enhancements
As proposed in #3378

* Experimental support for comments on the entire wiki (enable in the plugin config panel). Implemented as comments on $:/SiteTitle, with the comments appearing at the top of the story river
* Refactor the "add comment" button actions so that they can be reused
* Refactor the comment toolbar to be extensible via a system tag
* Add an $:/AdvancedSearch canned filter for accessing all comments
2018-08-07 21:37:07 +01:00
..
above-story.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
add-comment-button.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
comments-template.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
config.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
EnableFilter.tid First stab at a threaded commenting plugin 2018-06-21 08:36:15 +01:00
filter-all-comments.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
footer-view-template-segment.tid First stab at a threaded commenting plugin 2018-06-21 08:36:15 +01:00
header-view-template-segment.tid First stab at a threaded commenting plugin 2018-06-21 08:36:15 +01:00
plugin.info First stab at a threaded commenting plugin 2018-06-21 08:36:15 +01:00
readme.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
sidebar-segment.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
sidebar.tid First stab at a threaded commenting plugin 2018-06-21 08:36:15 +01:00
styles.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
tagsCommentToolbarButton.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
toolbar-button-cancel.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
toolbar-button-delete.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
toolbar-button-edit.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00
toolbar-button-save.tid Comments plugin: several enhancements 2018-08-07 21:37:07 +01:00

title: $:/plugins/tiddlywiki/comments/readme

This plugin provides a simple means for adding threaded comments to tiddlers.

* Click the "add comment" button to make a new comment, and then click the "save" button to save it
* You can comment on a tiddler itself, or add a comment to an existing comment
* The sidebar tab ''Comments'' lists a timeline of all comments
* Comments are attributed to the username stored in the system tiddler [[$:/status/UserName]]
* By default, comments are available on all non-system tiddlers. The ''config'' tab lets you customise which tiddlers can accept comments by specifying a filter extension
* The buttons for adding and editing comments are only available if the system tiddler [[$:/status/IsReadOnly]] is not set to `yes`
* Use the "All comments" option in the $:/AdvancedSearch ''Filter'' tab to see or export all comments