I’m trying out Obsidian for taking notes, and this made me laugh.

  • @rtxn@lemmy.world
    link
    fedilink
    English
    02 years ago

    I don’t mean to be all “BuT iT’s cLOseD SoURce” but you should give Logseq or Zettlr a try. They’re similar WYSIWYG markdown editors, but also FOSS. Zettlr also has vim keys.

    Plus Obsidian is horrible at editing tables.

    • @DotSlashExecute@feddit.uk
      link
      fedilink
      English
      02 years ago

      Coming here to recommend Joplin, been using it for years and it’s a great note app, markdown + external editing supported, open source, CLI & GUI clients, encrypted… Does everything right!

    • @doeknius_gloek@feddit.de
      link
      fedilink
      02 years ago

      Also not a fan about the closed source thing, but I like about Obsidian that it’s all just markdown. If I ever need to ditch it, I can keep and use my existing files as they are.

      Would this also be possible with Zettlr or Logseq?

      • @drh@lemmy.world
        link
        fedilink
        02 years ago

        Been using Logseq for six months, and yes. It’s all just .md and media files referenced by relative links.

        This was an important factor the choice to use it. Having used several note taking applications / systems, getting your data ‘out’ in a painless fashion is the #1 concern.

      • bioemerl
        link
        fedilink
        02 years ago

        Vim really is an IDE, not a text editor. It’s usable as an editor but overkill.

        Nano serves a difference purpose. It’s like telling someone on a bike that a mustang is better.

        • Kogasa
          link
          fedilink
          02 years ago

          Vim is absolutely not an IDE. It has no integrations with any language. It’s just a powerful text editor. You can add language plugins and configure it to be an IDE.

          • Bo7a
            link
            fedilink
            02 years ago

            No offense intended here - But why is this being upvoted?

            vim absolutely is an IDE if that is how you want to use it. Syntax highlighting, linter, language specific autocomplete, integrated sed/regex. And much, much more.

            • Kogasa
              link
              fedilink
              02 years ago

              Syntax highlighting, linting, and language specific autocomplete are features supported by plugins and scripts. Plain, simple vim is a powerful extensible text editor. The extensibility makes it easy to turn into an IDE.

                • Kogasa
                  link
                  fedilink
                  02 years ago

                  Yeah, there is a generic syntax highlighting scheme. I had forgotten because it’s not very good for some languages, I’d replaced it with a LSP-based implementation years ago.

    • @marduk@lemmy.sdf.org
      link
      fedilink
      0
      edit-2
      2 years ago

      I like nano because it has worked any time I needed it. I don’t dislike nano because I’m not good enough at Linux to have ever run into its limitations

      • @Troz@sh.itjust.works
        link
        fedilink
        09 months ago

        I made that switch a few months ago just so I could cut, copy and paste without having to lookup how to do it. it’s been great.

    • @DNOS@reddthat.com
      link
      fedilink
      02 years ago

      Uh… so u guys don’t change the PC each time that’s cool I would definitely try that …

  • @psycho_driver@lemmy.world
    link
    fedilink
    02 years ago

    I mean, it’s true.

    I’ve been using linux pretty exclusively at home for almost 25 years now. Program. Script. Work in the shell a lot, and the other day I had to use vim and it took me a while to remember the basic commands. I’m a nano guy :\

      • @flubba86@lemmy.world
        link
        fedilink
        02 years ago

        +1 for micro. I install it on every server I administer, and alias it to nano. If you’re a nano user and haven’t tried micro, I highly recommend it. It’s like nano, but built this century, it feels fast and modern.

      • @dan@upvote.au
        link
        fedilink
        02 years ago

        At some point Nano added Ctrl+S for save. That’s all I needed. Its syntax highlighting is decent too.

  • @psud@aussie.zone
    link
    fedilink
    02 years ago

    If anyone needs the command: :q!

    If you want the computer to ask if you’re sure: :q

    If you want to save: :wq

  • @homura1650@lemmy.world
    link
    fedilink
    0
    edit-2
    2 years ago

    Tricky question, but I think I have a solution:

    :!readlink /proc/$PPID/fd/* | grep “$(dirname %)/.$(basename %).sw” | xargs -I{} rm “{}” ; kill -9 $PPID

  • amio
    link
    fedilink
    02 years ago

    Funny, but unironically a pretty good idea.

    • One of my first computer jobs was working in a student computer lab at my undergraduate university. This was back in the mid 90s-ish.

      We had three types of computers - windows machines running 3.1 or whatever was current then, Macs who would all do a Wild Eep together when they rebooted en masse, and Sun X Windows dumb terminals that were basically just (obviously) unix machines for all intents and purposes. This was back when there were basically like 5 websites total, and people still hadn’t heard of Mosaic.

      So everyone wanted the windows and Mac boxes, and only took the xterms when there was nothing else open. I was the primary support person for them since none of the other people wanted to learn Unix and I was the only CS major.

      The X boxes suffered from two main learning hurdles. One was that backspaces were incorrectly mapped into some escape key sequence, and the other is that it would drop you from (I think) pine into emacs as a mail editor as soon as you hit it. 90% of my time was telling people how to exit emacs. It was that, putting more paper into the printers, and teaching myself more programming than I was learning in classes.

      • @lolcatnip@reddthat.com
        link
        fedilink
        English
        02 years ago

        God, I remember the backspace thing. I hope whoever allowed a computer to be shipped in that condition got fired.

      • @modeler@lemmy.world
        link
        fedilink
        0
        edit-2
        2 years ago

        My god that brought back memories. The first commands when sitting at a new terminal was always, always:

        stty sane

        stty erase '^H'

        It was well into the 2000s before Unix had useable defaults.

  • ⚡⚡⚡
    link
    fedilink
    02 years ago

    just unplug the computer…

    And if it’s cloud computer, just unplug the cloud…

  • @flop_leash_973@lemmy.world
    link
    fedilink
    02 years ago

    A lot of my personal dislike for VIM would be done away with if it just had a helpful common keys cheat sheet (basic cursor navigation, edit mode, exit with and without saving, etc) at the bottom of the editor window like Nano does.

    • @jayemar@lemm.ee
      link
      fedilink
      02 years ago

      I understand where you’re coming from, but as a frequent user of vim I’d much rather have the additional line of text.