in reply to Re^2: Proposal: Truncating trailing '(update)' from node-titles in replies
in thread Proposal: Truncating trailing '(update)' from node-titles in replies

But you know there are timestamps? ;)

That would require me to either record the timestamps of my updates manually, or remember when exactly I've made every update, and at least the latter most likely isn't happening ;-)

  • Comment on Re^3: Proposal: Truncating trailing '(update)' from node-titles in replies
  • Download Code

Replies are listed 'Best First'.
Re^4: Proposal: Truncating trailing '(update)' from node-titles in replies
by LanX (Saint) on Mar 13, 2021 at 16:05 UTC
    But you understand my problem?

    If I reply to an updated post of yours and need to update myself, how would I flag that in the title? :)

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery

    PS: FWIW, I'm thinking of expanding my wiki-mechanism to automatically truncate (updates) from titles.

    I might also include a "last edit"-comment in the text, though I'm not sure if JS can provide a reliable timestamp.

      But you understand my problem?

      Yes, I do, and I have to say that often my question of whether or not someone has seen my update applies to newcomers who themselves don't use the (updated) tag (and who sometimes don't notice /msgs).

      I'm not sure if JS can provide a reliable timestamp.

      Some options to get the current browser time: new Date().toString(), new Date().toISOString(), new Date().toLocaleString("de-DE"), and more.

      PS: FWIW, I'm thinking of expanding my wiki-mechanism to automatically truncate (updates) from titles.

      That would probably be a good option!

      I'm against removing "(updated)" globally for everyone - if anything global is done, I'd prefer something like my regex above.

        > Some options to get the current browser time:

        current browser time != current server time != current reader time ;-)

        Cheers Rolf
        (addicted to the Perl Programming Language :)
        Wikisyntax for the Monastery