Hi Jeremy, the command git log --diff-filter=D --summary plugins/tiddlywiki
will pickout the commits for deletions. You will need to checkout the files from the commit previous to the one that deleted them i.e. git checkout b006cf163f783cee0d06fc7c21414dcafd149d90~1 plugins/tiddlywiki/tw2parser/wikitextparser.js git checkout b006cf163f783cee0d06fc7c21414dcafd149d90~1 plugins/tiddlywiki/tw2parser/wikitextrules.js then commit them back into the tree cheers BJ On Friday, June 13, 2014 4:50:23 PM UTC+2, Jeremy Ruston wrote: > > Hi BJ > > > Hi Jeremy, I ready to submit a pull request, however your original >> tw2parser is not currently visible on your tree. Can you create a branch of >> tiddlywiki5 with the tw2parser reinstated so that I can re-apply my >> changes, that way we will have a proper history. >> cheers >> > > I'm not sure if my GitHub knowledge is up to this. How would I find the > right version to reinstate, and how would I reinstate it? > > Best wishes > > Jeremy > > >> >> BJ >> >> >> On Tuesday, June 3, 2014 10:05:56 PM UTC+2, Jeremy Ruston wrote: >> >>> Hi BJ >>> >>> Superb, very happy to see this. I'd welcome a pull request when you're >>> ready. >>> >>> Best wishes >>> >>> Jeremy >>> >>> >>> On Tue, Jun 3, 2014 at 8:57 PM, BJ <[email protected]> wrote: >>> >>>> I have updated the tw2parser plugin for tw5 v5.0.12 >>>> It now supports sections and slices. >>>> I have put in a framework for handle the tw2 macro calls and have put >>>> in the tabs as well as the slider macro. >>>> The code is at https://github.com/buggyj/TiddlyWiki5/tree/tw2parser >>>> see the demo: http://twclassic-with-tw5.tiddlyspot.com/ >>>> >>>> cheers >>>> >>>> BJ >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "TiddlyWiki" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To post to this group, send email to [email protected]. >>>> >>>> Visit this group at http://groups.google.com/group/tiddlywiki. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Jeremy Ruston >>> mailto:[email protected] >>> >> > > > -- > Jeremy Ruston > mailto:[email protected] <javascript:> > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

