savetiddlers icon indicating copy to clipboard operation
savetiddlers copied to clipboard

Can accidentally open same WiddlyWiki in two different tabs

Open MarkStevans opened this issue 7 years ago • 4 comments

These can collide and overwrite changes.

MarkStevans avatar Nov 22 '17 19:11 MarkStevans

I am not sure if I will try to fix this. I pin my tiddlywikis to make this less likely. There was a addon that used to indicate when a url was open more than once...

buggyj avatar Nov 22 '17 19:11 buggyj

Worth maybe a release note caveat.

MarkStevans avatar Nov 22 '17 22:11 MarkStevans

@buggyj ... I'm about to implement a check for this problem. ... When finished I'll link to the code.

pmario avatar Dec 10 '17 00:12 pmario

I did use this code as a basis: https://github.com/TiddlyWiki/TiddlyFox/blob/master/data/tab-content.js#L108-L124 .... I changed some elements to x.innerHTML = ... ... which give me some warnings in the mozilla store now. ... So I'll need to revert back to be more like this code.

pmario avatar Dec 11 '17 14:12 pmario