How To Use Obsidian: Footnotes (plus 2 essential plug-ins)

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

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

  • @VaughanVanDyk
    @VaughanVanDyk 4 месяца назад +6

    Great video as always, Jonathan! The Markdown syntax for footnotes is as cumbersome as tables can be. Hoping the functionality of these two plugins will eventually be brought into the core application. Then in answer to two points you raised: "lint" in programming is the highlighting of issues and fixing these -- it's named after how washing machines etc have ways of catching lint (fluff and extras from clothing). And Command button in Windows is Control Vs Mac's Option key being Alt in Windows.

    • @plus1creator
      @plus1creator  4 месяца назад +1

      I asked, and you answered! Thank you!

    • @SocratesBastardSon
      @SocratesBastardSon 4 месяца назад

      +1 for making Footnote Shortcut a core plugin.

  • @kitebarbie
    @kitebarbie Месяц назад +2

    Thanks for this!

  • @Vinniebearz
    @Vinniebearz 3 месяца назад +5

    It's a shame that there isn't a dedicated footnotes section in the sidebar, because that would be really useful. Surprised no one has made a plug-in for that yet

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

      That really is one of those "too good to believe nobody's done it yet" kind of things. I did a quick search and didn't come up with anything. Man, what a missed opportunity.

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

      @@plus1creator Yea exactly. Oh well, I’m sure it’ll happen one day. It shouldn’t be too hard to develop

  • @Lcn-m6j
    @Lcn-m6j 3 месяца назад +1

    Man, thanks for teaching me how to do footnotes!!!

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

      Hot damn, that's what I like hearing.

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

    @6:15 this is exactly what I was facing! I thought i was doing something wrong 😂😂

  • @まさしん-o8e
    @まさしん-o8e 4 месяца назад +2

    I was using that for a while until I tried transcluding some sections of notes which had those footnotes, but they didn't carry over. Now I just do a `^[The text I want]` manually instead of putting it at the bottom. It's ugly, and you can't reuse footnotes, but they move along with you.

  • @martinpusch6249
    @martinpusch6249 4 месяца назад +4

    I use the syntax ^[Footnote text.]. It's easy, and doesn't interrupt my workflow. If I have a book title coming up several times, I put [[author, booktitle, year]] in double square brackets. So, my footnote will be: ^[[[author, booktitle, year]], page number.] This way, I don't have to retype author and booktitle every time. Obsidian will propose the author if I start typing.

    • @plus1creator
      @plus1creator  4 месяца назад

      Had no idea you could do that; very cool!

    • @kitebarbie
      @kitebarbie Месяц назад +1

      This is super helpful! Thank you.

    • @plus1creator
      @plus1creator  Месяц назад

      @@kitebarbie music to my ears! 🙏

  • @Lcn-m6j
    @Lcn-m6j 3 месяца назад +2

    Bear Notes has a great footnotes feature. I'm currently using Obsidian and I'm missing that feature, hence why I am watching this video.

  • @Serag4000
    @Serag4000 4 месяца назад +1

    Linter is quite cool. It tries to "correct" multiple issues automatically. And you don’t really need to use a shortcut even; just enable "Lint on file change", and it will automatically lint a file as soon as you move over to the next one.

    • @plus1creator
      @plus1creator  4 месяца назад

      I enabled the "file change" way of doing it, but no matter how many other files I visit & no matter how long I wait for it to happen; it is never linted when I come back. It only works for me if/when I use the hotkeys. ¯\_(ツ)_/¯

    • @brendanau6893
      @brendanau6893 4 месяца назад +1

      @@plus1creator did Lint on File Change fix it?

    • @plus1creator
      @plus1creator  4 месяца назад +1

      @@brendanau6893 I figured out how to make it work: it triggers when I close the file. Since I rarely close things (just leave a bazillion tabs open), and I want to be in control of when it happens, I'm only doing it with the proactive hotkeys. That way I can avoid an "oops" if I didn't want this file to avoid getting linted.

  • @rikardmansson5668
    @rikardmansson5668 4 месяца назад +2

    You guessed it. Do a full linter video :)

  • @Lcn-m6j
    @Lcn-m6j 3 месяца назад +1

    Your backlight colors: Bear notes vs Obsidian

  • @Lcn-m6j
    @Lcn-m6j 3 месяца назад +1

    How do I use footnotes?
    When I want to make a comment on an article section, I insert a footnote. This doesn't clutter the article with my comments. And if I want to see the comment, I can click the footnote and BAM!

  • @plus1creator
    @plus1creator  4 месяца назад +1

    What's your weird way of using footnotes?

    • @VaughanVanDyk
      @VaughanVanDyk 4 месяца назад +3

      Because I don't need to cite references in my notes, I like to use footnotes where I need to add a comment. Until Obsidian provides some markup commenting functionality, adding these into the body of the note (e.g. with highlighting) weighs down the main content and can be distracting. Moving those kinds of asides or extra thoughts into footnotes makes everything much cleaner I find.

  • @MichaelAllanFrancisSheaver
    @MichaelAllanFrancisSheaver 4 месяца назад +2

    Lint is an old Unix utility en.wikipedia.org/wiki/Lint_(software) and is admittedly not a good name to us for this plugin. Thank you for clue-ing me on to it nonetheless!

    • @plus1creator
      @plus1creator  4 месяца назад

      Happy to put it on your radar. 🙏