Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. Neil: There's a wealth of amazing Free software out there!

Neil: There's a wealth of amazing Free software out there!

Scheduled Pinned Locked Moved Uncategorized
freesoftwarefosslinuxvimmarkdown
79 Posts 44 Posters 98 Views
  • 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.
  • timfinnerty@toot.ioT timfinnerty@toot.io

    @neil While I fully support the use of Freeware and Open Source tools, this seems a lot like how people worked before WYSIWYG applications came on the market; e.g Word Perfect vs. Word

    neil@mastodon.neilzone.co.ukN This user is from outside of this forum
    neil@mastodon.neilzone.co.ukN This user is from outside of this forum
    neil@mastodon.neilzone.co.uk
    wrote last edited by
    #66

    @TimFinnerty

    > this seems a lot like how people worked before WYSIWYG applications came on the market

    Absolutely! And it still works *incredibly* well for me.

    1 Reply Last reply
    0
    • somevegancheeseisok@mastodon.socialS somevegancheeseisok@mastodon.social

      @neil so what you're saying is I should learn vim

      neil@mastodon.neilzone.co.ukN This user is from outside of this forum
      neil@mastodon.neilzone.co.ukN This user is from outside of this forum
      neil@mastodon.neilzone.co.uk
      wrote last edited by
      #67

      @SomeVeganCheeseIsOk That sounds like a curse 🙂

      1 Reply Last reply
      0
      • diraquel@masto.ptD diraquel@masto.pt

        @neil half of what you wrote reads like Chinese to me. Where can I learn more? Where to begin? Thanks!

        neil@mastodon.neilzone.co.ukN This user is from outside of this forum
        neil@mastodon.neilzone.co.ukN This user is from outside of this forum
        neil@mastodon.neilzone.co.uk
        wrote last edited by
        #68

        @diraquel

        > Where can I learn more? Where to begin?

        Wikipedia, probably. But the gist is that vim is a text editor, and I then use the output of that into various other tools, to get it into the format(s) that I want.

        Happy tinkering!

        1 Reply Last reply
        0
        • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

          Neil: There's a wealth of amazing Free software out there! I use loads of it.

          Them: What do you use to write documents?

          Me: I use vim. I write in Markdown, then convert it. (typst + pandoc)

          Them: What about presentations?

          Me: I use vim. I write in Markdown, then convert it. (revealjs)

          Them: Your website? Blog?

          Me: I use vim. I write in Markdown, then convert it. (mkdocs / bssg)

          Them: So what about keeping notes?

          Me: Oddly enough, I use vim. I write in Markdown... (vimwiki)

          #FreeSoftware #FOSS #Linux #vim #Markdown

          k4x@digitalcourage.socialK This user is from outside of this forum
          k4x@digitalcourage.socialK This user is from outside of this forum
          k4x@digitalcourage.social
          wrote last edited by
          #69

          @neil
          Tnx, I am working same way.
          vim - pandoc - pdf
          and vimwiki as Zettelkasten

          1 Reply Last reply
          0
          • neil@mastodon.neilzone.co.ukN This user is from outside of this forum
            neil@mastodon.neilzone.co.ukN This user is from outside of this forum
            neil@mastodon.neilzone.co.uk
            wrote last edited by
            #70

            @licho @freshstart

            There are numerous meanings of "gimp", and one is slur for a person with a disability.

            1 Reply Last reply
            0
            • colinthemathmo@mathstodon.xyzC colinthemathmo@mathstodon.xyz

              @diraquel Not the original poster, but to get you started:

              "vim" is a powerful editor. It can be used in a very simple way, and then you can learn its commands over time. You use it to create and edit files that are "plain text".

              "Markdown" : This is a lightweight markup language, a way of indicating in a plain text file that you would like certain formatting to happen.

              Link Preview Image
              Markdown - Wikipedia

              favicon

              (en.wikipedia.org)

              "typst" : A system for writing and formatting scientific texts and mathematical formulas, designed to be an alternative to LaTeX.

              Link Preview Image
              Typst - Wikipedia

              favicon

              (en.wikipedia.org)

              "pandoc" : A system for converting between a gazillion different document formats.

              "revealjs" : An open-source HTML presentation framework that allows users to create presentations using web technologies like HTML, CSS, and JavaScript.

              "mkdocs" and "bssg" : these are tools for taking files in markdown and converting them into a website.

              CC: @neil

              diraquel@masto.ptD This user is from outside of this forum
              diraquel@masto.ptD This user is from outside of this forum
              diraquel@masto.pt
              wrote last edited by
              #71

              @ColinTheMathmo thanks for the summary! So, is this similar to using LaTeX? Can we use it on any OS? @neil

              neil@mastodon.neilzone.co.ukN 1 Reply Last reply
              0
              • diraquel@masto.ptD diraquel@masto.pt

                @ColinTheMathmo thanks for the summary! So, is this similar to using LaTeX? Can we use it on any OS? @neil

                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                neil@mastodon.neilzone.co.uk
                wrote last edited by
                #72

                @diraquel @ColinTheMathmo

                Markdown? Yes.

                # This is a title.

                ## This is a heading.

                Here is a paragraph [and this is a link](http://example.com).

                > A quote!

                This is **bold**, and this is *italicised*, and so on.

                neil@mastodon.neilzone.co.ukN 1 Reply Last reply
                0
                • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                  @diraquel @ColinTheMathmo

                  Markdown? Yes.

                  # This is a title.

                  ## This is a heading.

                  Here is a paragraph [and this is a link](http://example.com).

                  > A quote!

                  This is **bold**, and this is *italicised*, and so on.

                  neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                  neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                  neil@mastodon.neilzone.co.uk
                  wrote last edited by
                  #73

                  @diraquel @ColinTheMathmo

                  So it is readable as-is, or one can use one of many tools to convert it into a format of your choice (e.g. HTML).

                  1 Reply Last reply
                  0
                  • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                    Turns out that I don't actually use that much Free software after all.

                    cppguy@infosec.spaceC This user is from outside of this forum
                    cppguy@infosec.spaceC This user is from outside of this forum
                    cppguy@infosec.space
                    wrote last edited by
                    #74

                    @neil

                    See? Even experts can't quit vim. 😜

                    1 Reply Last reply
                    1
                    0
                    • neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                      neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                      neil@mastodon.neilzone.co.uk
                      wrote last edited by
                      #75

                      @SomeVeganCheeseIsOk True enough!

                      1 Reply Last reply
                      0
                      • neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                        neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                        neil@mastodon.neilzone.co.uk
                        wrote last edited by
                        #76

                        @Taffer @alice

                        FWIW, I am still using static site generators, because that works for me.

                        But yes, a simpler conversion tool may well suit your needs.

                        I moved from hugo to bssg a couple of months back (https://neilzone.co.uk/2026/03/moving-my-static-site-blog-generator-from-hugo-to-bssg/).

                        1 Reply Last reply
                        0
                        • neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                          neil@mastodon.neilzone.co.ukN This user is from outside of this forum
                          neil@mastodon.neilzone.co.uk
                          wrote last edited by
                          #77

                          @FibroJedi @tribactam @freshstart

                          That's okay - we live and learn!

                          1 Reply Last reply
                          0
                          • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                            Neil: There's a wealth of amazing Free software out there! I use loads of it.

                            Them: What do you use to write documents?

                            Me: I use vim. I write in Markdown, then convert it. (typst + pandoc)

                            Them: What about presentations?

                            Me: I use vim. I write in Markdown, then convert it. (revealjs)

                            Them: Your website? Blog?

                            Me: I use vim. I write in Markdown, then convert it. (mkdocs / bssg)

                            Them: So what about keeping notes?

                            Me: Oddly enough, I use vim. I write in Markdown... (vimwiki)

                            #FreeSoftware #FOSS #Linux #vim #Markdown

                            wyliecoyoteuk@mastodon.org.ukW This user is from outside of this forum
                            wyliecoyoteuk@mastodon.org.ukW This user is from outside of this forum
                            wyliecoyoteuk@mastodon.org.uk
                            wrote last edited by
                            #78

                            @neil There's always Emacs....
                            I’ll get my coat.

                            1 Reply Last reply
                            0
                            • neil@mastodon.neilzone.co.ukN neil@mastodon.neilzone.co.uk

                              Neil: There's a wealth of amazing Free software out there! I use loads of it.

                              Them: What do you use to write documents?

                              Me: I use vim. I write in Markdown, then convert it. (typst + pandoc)

                              Them: What about presentations?

                              Me: I use vim. I write in Markdown, then convert it. (revealjs)

                              Them: Your website? Blog?

                              Me: I use vim. I write in Markdown, then convert it. (mkdocs / bssg)

                              Them: So what about keeping notes?

                              Me: Oddly enough, I use vim. I write in Markdown... (vimwiki)

                              #FreeSoftware #FOSS #Linux #vim #Markdown

                              paulywill@mstdn.caP This user is from outside of this forum
                              paulywill@mstdn.caP This user is from outside of this forum
                              paulywill@mstdn.ca
                              wrote last edited by
                              #79

                              @neil

                              me: hey MkDocs looks neat…

                              *searching for intel and looking at themes…*

                              Link Preview Image
                              The Slow Collapse of MkDocs

                              How personality clashes, an absent founder, and a controversial redesign fractured one of Python's most popular projects.

                              favicon

                              (fpgmaas.com)

                              1 Reply Last reply
                              1
                              0
                              • R relay@relay.mycrowd.ca shared this topic
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • World
                              • Users
                              • Groups