My Obsidian Note-Taking Workflow

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

Комментарии • 28

  • @ingmarbm
    @ingmarbm 3 месяца назад +8

    Nice seeing an advanced user! Thanks for sharing. Greetings from an aspiring advanced user.

    • @sspaeti
      @sspaeti  3 месяца назад

      Awesome, happy you liked it. Let me know if you have any further questions.

  • @MicSa
    @MicSa 2 месяца назад

    you built a truly impressive workflow, Simon!
    I have been using obsidian for a while now and I would love to see them supporting asciidoc instead of md for truly "eternal" notes (to get rid of all the md flavours)

    • @sspaeti
      @sspaeti  2 месяца назад +1

      Thank you, MicSa. I tried Asciidoc as well once, but I went back to Markdown, as it's working all across. Each texteditor knows the syntax, with Asciidoc's I'm not sure. But I'm sure there is a plugin if you use Obsidian :) forum.obsidian.md/t/asciidoc-support/716/29

  • @oliver1367
    @oliver1367 3 месяца назад

    Hey - found your website a while ago and now found this video through linkedin! Really looking forward to absorbing this Information as it seems you‘ve travelled a path I‘d like to follow! Many thanks
    Oliver

    • @sspaeti
      @sspaeti  3 месяца назад

      Awesome, thanks for the comment. And let me know if you need any clarification or are interested in another video.

  • @kpicsoffice4246
    @kpicsoffice4246 3 месяца назад +1

    Great video. Overview of most used plugins would be great

    • @sspaeti
      @sspaeti  3 месяца назад +1

      Noted, thanks for the feedback. I like using Obsidian with minimal plugins and as plain Markdown as possible, but some are essential. You can find the one I use in my write-up, too (link in video description)

  • @0VERSH00T
    @0VERSH00T 2 месяца назад +2

    can you explain workflow for PARA method and zettlecasten

  • @henrymisc
    @henrymisc 3 месяца назад

    Such a powerful system! Thanks for sharing! Hope to see more videos like this soon! :)

    • @sspaeti
      @sspaeti  3 месяца назад

      Thanks so much. Anything particular you'd like to see me showing or doing? :)

  • @RhysWells
    @RhysWells 2 месяца назад +1

    Hi Simon, I use quartz aswell any idea (file to look at) on how to get the interactive graph on a page to default to zoomed into the graph - instead of zoomed so far out its difficult to read the titles. Thanks for any help/pointers.

    • @sspaeti
      @sspaeti  2 месяца назад

      Awesome to hear, what's your second brain? :) I tweaked the `data/graphConfig.yaml` here: github.com/sspaeti/second-brain-public/blob/hugo/data/graphConfig.yaml (see last commit for my changes). That if you use Quartz v3. I'm not sure about latest version (v4) has the same, but I'm sure there's a tweaking file too. I hope that helps.

  • @spookimiiki5891
    @spookimiiki5891 3 месяца назад +1

    Fascinating!

  • @1111marsupilami
    @1111marsupilami 2 месяца назад

    Hello there. Cool webpage you have! I try to recreate it, but that's another topic: how did you configure obsidian so that it opens a context window for renaming with f2? For me, it just highlights the title but no popup. Also, why can you change the title of a file, but the visible title was not changed? Do you rewrite the title separate from the filename?

    • @sspaeti
      @sspaeti  2 месяца назад

      Im not so sure about context window, i just mapped a hotkey F2 for rename (old habit from windows :). Yes the file and title are not the same. The title you see is a H1 title that automatically gets added with my template with Templater. I like file name to be different, also as filename doesn't allow all characters.

    • @sspaeti
      @sspaeti  2 месяца назад

      You can see all my settings in dotfiles.ssp.sh, under obsidian folder.

  • @SergeyGrodetskiy
    @SergeyGrodetskiy 2 месяца назад

    You have a very beautiful site. Tell me, could you provide me with the color palette of your site so that I can transfer this color scheme into the color settings of the theme for Obsidian

    • @sspaeti
      @sspaeti  2 месяца назад

      Hey Sergey, thank you so much. All of it is public on github.com/sspaeti-com/website/blob/master/assets/css/_override.scss. The color palette might be similar to Kanagawa (github.com/rebelot/kanagawa.nvim), which is my favorite theme, and I adapted it a bit, although I had mine before I found it. I hope that helps, and please let me know if you have a color palette created based on my site :). And by the way, I created two color palette for Obsidian already, you might like this one (the one I use in the video too): github.com/sspaeti/obsidian_kanagawa.

  • @heshamayad396
    @heshamayad396 2 месяца назад

    For some reason your website doesn't load when I connect to it from Egypt, I had to turn on a vpn pointing to Netherlands to get it to open

    • @sspaeti
      @sspaeti  2 месяца назад

      that's strange, but thanks for telling me.

  • @Rusty01
    @Rusty01 3 месяца назад

    What browser do you use, and like what you use to get it looking like that

    • @sspaeti
      @sspaeti  3 месяца назад

      It is Brave. You mean the greeting tab? Its an extension called Momentum (chromewebstore.google.com/detail/momentum/laookkfknpbbblfpciffpaejjkokdgca?hl=en&pli=1).

  • @ashrafnafee.c
    @ashrafnafee.c 3 месяца назад +2

    What font is this?

    • @sspaeti
      @sspaeti  3 месяца назад +1

      Atkinson Hyperlegible for writing and Iosevka for coding. More on my second brain :) www.ssp.sh/brain/fonts

  • @mohammedhasan4543
    @mohammedhasan4543 3 месяца назад

    Dude what is the terminal which you are using in this tutorial

    • @sspaeti
      @sspaeti  3 месяца назад

      Hey dude, it's Kitty ;) see dotfiles.ssp.sh for all my configs.

    • @sspaeti
      @sspaeti  3 месяца назад

      And Tmux, in case you saw the different tabs and terminals.