ff-notes / ff

A distributed note taker and task manager.
https://github.com/ff-notes/ff#readme
GNU General Public License v3.0
191 stars 18 forks source link

Show history/log of document changes #140

Open cblp opened 5 years ago

cblp commented 5 years ago

Sketch:

$ ff history 1234-ABCD
* 2019-11-11
  Text:
     alfa
    -bravo
    +charlie
* 2019-11-12
  Added tag delta
* 2019-11-13
  Removed tags: echo, foxtrot
willbasky commented 4 years ago

What about co-log to keep data to file?

willbasky commented 4 years ago

What should be logged?

cblp commented 4 years ago

I've added some text to the issue.

cblp commented 4 years ago

Sorry, co-log is not an option, history must be extracted from the RON database.

willbasky commented 4 years ago

:thinking: I see