aboutsummaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorMarkV <MarkV@web>2018-07-23 17:07:00 -0400
committeradmin <admin@branchable.com>2018-07-23 17:07:00 -0400
commit796f5749859a1fa48ad068b5f2ab9889e0ae88e8 (patch)
tree5a9a3d098e9146c1f6d3eb1f3f991cc74af8c4ad /doc/forum
parentaa4a31f75b0a59dde6edc51da6a166ad4f1c78d6 (diff)
downloadikiwiki-796f5749859a1fa48ad068b5f2ab9889e0ae88e8.tar
ikiwiki-796f5749859a1fa48ad068b5f2ab9889e0ae88e8.tar.gz
Start thread on "track changes" visualization of ikiwiki page edits
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/Office-like___34__track_changes__34___visualization_for_page_edits.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Office-like___34__track_changes__34___visualization_for_page_edits.mdwn b/doc/forum/Office-like___34__track_changes__34___visualization_for_page_edits.mdwn
new file mode 100644
index 000000000..75dc8a964
--- /dev/null
+++ b/doc/forum/Office-like___34__track_changes__34___visualization_for_page_edits.mdwn
@@ -0,0 +1,16 @@
+I have been using ikiwiki as a collaborative notetaking tool for about seven years and really like it.
+
+I would like to start experimenting with ikiwiki as an alternative to Google Docs and Libre/Open/MS Office for collaborating on scientific papers.
+A feature that would make this experiment more palatable for some of my collaborators is if the revision history for a wiki page could be visualized as in the "track changes" mode in Office, where changes from each editor are highlighted in different colors, old text is struck out and visible adjacent to the new text (similar to wdiff), and mousing over highlighted or struck-out text indicates the revision that introduced that text (i.e., the sort of information generated by git-blame). There is a similar feature in Google Docs, but (I think) limited to commits within a given time window.
+
+I expect to have time to work on this in early 2019.
+
+I would like to ask the ikiwiki community:
+
+1. Does such an ikiwiki feature already exist, or is anyone working on one (the closest I can find is the [[editdiff plugin|plugins/editdiff/]])?
+
+2. Is this feature best implemented as a plugin or something else? Are there useful examples or bits of the ikiwiki source to take a look at?
+
+Thank you for your time,
+
+Mark