Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Off-topic
  3. Suggestions on track control for markdown

Suggestions on track control for markdown

Scheduled Pinned Locked Moved Off-topic
7 Posts 5 Posters 1.3k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • chetbakerC Offline
      chetbakerC Offline
      chetbaker
      wrote on last edited by
      #1

      Hello folks,

      I would like to know if any of you have thoughts/developments/ideas to sort out one of the critical issues I'm having in a team not using Google Docs: track changes.

      When you are using markdown plain text files -say, using NextCloud-, is there any way to see the differences between 2 recently changed files? I'm thinking more or less in the same way Etherpad shows changes. Example: John and Barry are editing a markdown file. Barry just changed a lot of things and how John would like to see the changes within the document.

      Do you have any thoughts on how to solve this?

      mehdiM jdaviescoatesJ 2 Replies Last reply
      0
      • chetbakerC chetbaker

        Hello folks,

        I would like to know if any of you have thoughts/developments/ideas to sort out one of the critical issues I'm having in a team not using Google Docs: track changes.

        When you are using markdown plain text files -say, using NextCloud-, is there any way to see the differences between 2 recently changed files? I'm thinking more or less in the same way Etherpad shows changes. Example: John and Barry are editing a markdown file. Barry just changed a lot of things and how John would like to see the changes within the document.

        Do you have any thoughts on how to solve this?

        mehdiM Offline
        mehdiM Offline
        mehdi
        App Dev
        wrote on last edited by
        #2

        @chetbaker If you're using exclusively markdown files, I would wholeheartedly recommend using good old Git. Yes, it may be a bit less UX-focused, but it's by far the best way to track changes in text files.

        chetbakerC 1 Reply Last reply
        1
        • mehdiM mehdi

          @chetbaker If you're using exclusively markdown files, I would wholeheartedly recommend using good old Git. Yes, it may be a bit less UX-focused, but it's by far the best way to track changes in text files.

          chetbakerC Offline
          chetbakerC Offline
          chetbaker
          wrote on last edited by
          #3

          @mehdi thanks about that. The thing is my user case is not tech oriented. So, implementing a git based version control doesn’t seem very realistic to me.

          I looked for git apps on Nextcloud and no luck either.

          murgeroM 1 Reply Last reply
          0
          • chetbakerC chetbaker

            @mehdi thanks about that. The thing is my user case is not tech oriented. So, implementing a git based version control doesn’t seem very realistic to me.

            I looked for git apps on Nextcloud and no luck either.

            murgeroM Offline
            murgeroM Offline
            murgero
            App Dev
            wrote on last edited by
            #4

            @chetbaker

            You wont get version control like that in nextcloud I don't think but these apps (in the cloudron app store) can do what you want:

            • bookstack
            • hedgedoc
            • wiki.js
            • mediawiki
            • dokuwiki
            • jingo
            • gitlab
            • gitea
            • gogs

            I probably missed one or two but this should be the bulk - and some of these apps may have Nextcloud add-ons you can install, though a google search may be required for that.

            --
            https://urgero.org
            ~ Professional Nerd. Freelance Programmer. ~

            fbartelsF 1 Reply Last reply
            0
            • murgeroM murgero

              @chetbaker

              You wont get version control like that in nextcloud I don't think but these apps (in the cloudron app store) can do what you want:

              • bookstack
              • hedgedoc
              • wiki.js
              • mediawiki
              • dokuwiki
              • jingo
              • gitlab
              • gitea
              • gogs

              I probably missed one or two but this should be the bulk - and some of these apps may have Nextcloud add-ons you can install, though a google search may be required for that.

              fbartelsF Offline
              fbartelsF Offline
              fbartels
              App Dev
              wrote on last edited by
              #5

              @murgero said in Suggestions on track control for markdown:

              mediawiki
              dokuwiki

              At least these two use their own markup language however.

              I've been using Hedgedoc for quite a while, and also with a fair amount of non-technical people and most seem to sadly struggle with it (I always need to explain to them how to switch from the "share" mode to the editing mode). Apart from that its pretty much like Etherpad, which also comes with the downside that its a collection of single pages and not a structured document storage like a wiki (or even a folder structure like in Nextcloud).

              I would therefore recommend to look more into the wiki like recommendations, even if it means you're loosing same time editing.

              chetbakerC 1 Reply Last reply
              0
              • fbartelsF fbartels

                @murgero said in Suggestions on track control for markdown:

                mediawiki
                dokuwiki

                At least these two use their own markup language however.

                I've been using Hedgedoc for quite a while, and also with a fair amount of non-technical people and most seem to sadly struggle with it (I always need to explain to them how to switch from the "share" mode to the editing mode). Apart from that its pretty much like Etherpad, which also comes with the downside that its a collection of single pages and not a structured document storage like a wiki (or even a folder structure like in Nextcloud).

                I would therefore recommend to look more into the wiki like recommendations, even if it means you're loosing same time editing.

                chetbakerC Offline
                chetbakerC Offline
                chetbaker
                wrote on last edited by
                #6

                @fbartels Yeah, that's exactly the same situation I had using Hedgedoc. It's a great tool, but not having a way to connect with a shared folder on Nextcloud makes whatever document you are working in an isolated thing.

                1 Reply Last reply
                0
                • chetbakerC chetbaker

                  Hello folks,

                  I would like to know if any of you have thoughts/developments/ideas to sort out one of the critical issues I'm having in a team not using Google Docs: track changes.

                  When you are using markdown plain text files -say, using NextCloud-, is there any way to see the differences between 2 recently changed files? I'm thinking more or less in the same way Etherpad shows changes. Example: John and Barry are editing a markdown file. Barry just changed a lot of things and how John would like to see the changes within the document.

                  Do you have any thoughts on how to solve this?

                  jdaviescoatesJ Offline
                  jdaviescoatesJ Offline
                  jdaviescoates
                  wrote on last edited by jdaviescoates
                  #7

                  @chetbaker said in Suggestions on track control for markdown:

                  I would like to know if any of you have thoughts/developments/ideas to sort out one of the critical issues I'm having in a team not using Google Docs: track changes.

                  Do you have any thoughts on how to solve this?

                  It's not markdown, but you can track changes in ONLYOFFICE docs:

                  track_this.png

                  tracking_oh_yeah.png

                  I use Cloudron with Gandi & Hetzner

                  1 Reply Last reply
                  3
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Bookmarks
                    • Search