ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    SharePoint Wiki examples

    IT Discussion
    sharepoint online wiki office365
    3
    19
    13.9k
    Loading More Posts
    • 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.
    • thwrT
      thwr @scottalanmiller
      last edited by thwr

      @scottalanmiller said in SharePoint Wiki examples:

      I never found a great way to handle this, unfortunately.

      Ditto. Good structuring helps:

      • Infrastructure/Servers/Mail/exchange-1.doma.in
      • Infrastructure/Servers/Mail/exchange-2.doma.in
      • Infrastructure/Servers/Filer/mail-out.doma.in
      • Infrastructure/Switches/Access/clients-1.doma.in
      • Infrastructure/Switches/Access/clients-2.doma.in
      • Infrastructure/Switches/Core/core-1.doma.in

      etc.

      I'm also adding keywords to the pages to simulate tags: |Server|Mail|Postfix| for example. That's at least a workaround that lets you search for |Postfix| for example.

      But TBH, I'm currently looking for a different solution. (On-premise) SharePoint depends on a lot of services (Database, Clustering, Auth, IIS, Virtualization, Clustering for Virtualization etc ...) and I think it could be a little bit awkward to not have your live documentation at hand when things go south.

      1 Reply Last reply Reply Quote 1
      • scottalanmillerS
        scottalanmiller
        last edited by

        We are looking at making a move right now. We do a ton of OneNote stuff and just going to move that directly over to NextCloud. So that is super easy. But the wiki stuff.... not 100% sure what we might do. MediaWiki is, of course, very possible.

        thwrT 1 Reply Last reply Reply Quote 0
        • thwrT
          thwr @scottalanmiller
          last edited by thwr

          @scottalanmiller said in SharePoint Wiki examples:

          We are looking at making a move right now. We do a ton of OneNote stuff and just going to move that directly over to NextCloud. So that is super easy. But the wiki stuff.... not 100% sure what we might do. MediaWiki is, of course, very possible.

          I'm currently looking for some serverless or at least portable wiki solution. Goal: Keep a copy on a fileshare / owncloud / nextcloud and one on a thumbdrive.

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @thwr
            last edited by

            @thwr said in SharePoint Wiki examples:

            @scottalanmiller said in SharePoint Wiki examples:

            We are looking at making a move right now. We do a ton of OneNote stuff and just going to move that directly over to NextCloud. So that is super easy. But the wiki stuff.... not 100% sure what we might do. MediaWiki is, of course, very possible.

            I'm currently looking for some server-less or at least portable wiki solution. Goal: Keep a copy on a fileshare / owncloud / nextcloud and one on a thumbdrive.

            pmWiki. All file based, no database.

            thwrT 1 Reply Last reply Reply Quote 1
            • scottalanmillerS
              scottalanmiller
              last edited by

              A single OneNote file on NextCloud would potentially work, too.

              1 Reply Last reply Reply Quote 0
              • thwrT
                thwr @scottalanmiller
                last edited by

                @scottalanmiller said in SharePoint Wiki examples:

                @thwr said in SharePoint Wiki examples:

                @scottalanmiller said in SharePoint Wiki examples:

                We are looking at making a move right now. We do a ton of OneNote stuff and just going to move that directly over to NextCloud. So that is super easy. But the wiki stuff.... not 100% sure what we might do. MediaWiki is, of course, very possible.

                I'm currently looking for some server-less or at least portable wiki solution. Goal: Keep a copy on a fileshare / owncloud / nextcloud and one on a thumbdrive.

                pmWiki. All file based, no database.

                One of the candidates 😉

                1 Reply Last reply Reply Quote 0
                • thwrT
                  thwr
                  last edited by

                  http://dynalon.github.io/mdwiki/#!index.md
                  https://www.npmjs.com/package/nodewiki
                  https://github.com/claudioc/jingo
                  http://tiddlywiki.com/

                  There are quite some solutions that are based on NodeJS and/or pure HTML5/JS

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    Have not seen NodeWiki yet.

                    thwrT 1 Reply Last reply Reply Quote 0
                    • thwrT
                      thwr @scottalanmiller
                      last edited by

                      @scottalanmiller said in SharePoint Wiki examples:

                      Have not seen NodeWiki yet.

                      I like the concept of mdwiki.

                      1 Reply Last reply Reply Quote 0
                      • AdamFA
                        AdamF
                        last edited by

                        I like the ability of a OneNote document, hosted in SharePoint, but don't like the lack of organization of it. I like Wiki's for documentation, because you can browse the wiki, copy/paste to/from it without accidentally deleting content. Once multiple people have their hands on a shared OneNote, in my opinion, it just becomes to easy to accidentally delete something.

                        scottalanmillerS thwrT 2 Replies Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @AdamF
                          last edited by

                          @fuznutz04 said in SharePoint Wiki examples:

                          I like the ability of a OneNote document, hosted in SharePoint, but don't like the lack of organization of it. I like Wiki's for documentation, because you can browse the wiki, copy/paste to/from it without accidentally deleting content. Once multiple people have their hands on a shared OneNote, in my opinion, it just becomes to easy to accidentally delete something.

                          That's very true.

                          1 Reply Last reply Reply Quote 0
                          • thwrT
                            thwr @AdamF
                            last edited by

                            @fuznutz04 said in SharePoint Wiki examples:

                            I like the ability of a OneNote document, hosted in SharePoint, but don't like the lack of organization of it. I like Wiki's for documentation, because you can browse the wiki, copy/paste to/from it without accidentally deleting content. Once multiple people have their hands on a shared OneNote, in my opinion, it just becomes to easy to accidentally delete something.

                            That's one of the reasons why I'm looking for a 100% client-side wiki that just uses HTML5/JS. Just place that into a SharePoint doclib/dropbox/whatever

                            scottalanmillerS 1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller @thwr
                              last edited by

                              @thwr said in SharePoint Wiki examples:

                              @fuznutz04 said in SharePoint Wiki examples:

                              I like the ability of a OneNote document, hosted in SharePoint, but don't like the lack of organization of it. I like Wiki's for documentation, because you can browse the wiki, copy/paste to/from it without accidentally deleting content. Once multiple people have their hands on a shared OneNote, in my opinion, it just becomes to easy to accidentally delete something.

                              That's one of the reasons why I'm looking for a 100% client-side wiki that just uses HTML5/JS. Just place that into a SharePoint doclib/dropbox/whatever

                              Not a bad idea.

                              thwrT 1 Reply Last reply Reply Quote 0
                              • thwrT
                                thwr @scottalanmiller
                                last edited by

                                @scottalanmiller said in SharePoint Wiki examples:

                                @thwr said in SharePoint Wiki examples:

                                @fuznutz04 said in SharePoint Wiki examples:

                                I like the ability of a OneNote document, hosted in SharePoint, but don't like the lack of organization of it. I like Wiki's for documentation, because you can browse the wiki, copy/paste to/from it without accidentally deleting content. Once multiple people have their hands on a shared OneNote, in my opinion, it just becomes to easy to accidentally delete something.

                                That's one of the reasons why I'm looking for a 100% client-side wiki that just uses HTML5/JS. Just place that into a SharePoint doclib/dropbox/whatever

                                Not a bad idea.

                                Plus we don't need any proprietary software like OneNote, just a modern browser. Don't get me wrong, OneNote is a great tool, but I would like to have a wiki for my core documentation / admin KB.

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @thwr
                                  last edited by

                                  @thwr said in SharePoint Wiki examples:

                                  @scottalanmiller said in SharePoint Wiki examples:

                                  @thwr said in SharePoint Wiki examples:

                                  @fuznutz04 said in SharePoint Wiki examples:

                                  I like the ability of a OneNote document, hosted in SharePoint, but don't like the lack of organization of it. I like Wiki's for documentation, because you can browse the wiki, copy/paste to/from it without accidentally deleting content. Once multiple people have their hands on a shared OneNote, in my opinion, it just becomes to easy to accidentally delete something.

                                  That's one of the reasons why I'm looking for a 100% client-side wiki that just uses HTML5/JS. Just place that into a SharePoint doclib/dropbox/whatever

                                  Not a bad idea.

                                  Plus we don't need any proprietary software like OneNote, just a modern browser. Don't get me wrong, OneNote is a great tool, but I would like to have a wiki for my core documentation / admin KB.

                                  But no tool found thus far?

                                  thwrT 1 Reply Last reply Reply Quote 0
                                  • thwrT
                                    thwr @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in SharePoint Wiki examples:

                                    @thwr said in SharePoint Wiki examples:

                                    @scottalanmiller said in SharePoint Wiki examples:

                                    @thwr said in SharePoint Wiki examples:

                                    @fuznutz04 said in SharePoint Wiki examples:

                                    I like the ability of a OneNote document, hosted in SharePoint, but don't like the lack of organization of it. I like Wiki's for documentation, because you can browse the wiki, copy/paste to/from it without accidentally deleting content. Once multiple people have their hands on a shared OneNote, in my opinion, it just becomes to easy to accidentally delete something.

                                    That's one of the reasons why I'm looking for a 100% client-side wiki that just uses HTML5/JS. Just place that into a SharePoint doclib/dropbox/whatever

                                    Not a bad idea.

                                    Plus we don't need any proprietary software like OneNote, just a modern browser. Don't get me wrong, OneNote is a great tool, but I would like to have a wiki for my core documentation / admin KB.

                                    But no tool found thus far?

                                    Still checking available projects.

                                    1 Reply Last reply Reply Quote 1
                                    • 1 / 1
                                    • First post
                                      Last post