5 updates to Logseq and my workflows | Personal Knowledge Management

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

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

  • @jonellms3778
    @jonellms3778 Год назад +1

    Thanks! Best Logseq video ever!

  • @mikhaeldito
    @mikhaeldito 2 года назад +5

    PDF support of logseq is unbeatable!

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      Getting there at least!

    • @anydroid
      @anydroid 2 года назад +1

      Would be nice if they could figure out a way to print or export both PDF and notes panes simultaneously i.e. with highlights positioned in or near the margin of the PDF text. Present separation makes it difficult to share notes with their context intact.

    • @juergenheise28
      @juergenheise28 2 года назад

      I need to print a PDF directly from Logseq as well.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      @@juergenheise28 I think there are some plugins that allow for that.

    • @jasonbourne757
      @jasonbourne757 Год назад +1

      Please add epub support

  • @gnostuchnajaba
    @gnostuchnajaba Год назад

    12:08 that is such a nice list of intentions, bless you up sir

  • @goodtechdoor
    @goodtechdoor Год назад

    Thanks

  • @aadimator
    @aadimator 2 года назад +2

    Excited for the upcoming content. Although I now mainly use Obsidian, this kind of content and workflow walkthrough makes me want to tinker with Logseq again and again.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад +2

      There's a cool one coming up on using the two together :)

  • @sabrinapereira7673
    @sabrinapereira7673 Год назад +1

    I really appreciate you making these videos! Just got some great ideas on how to structure my uni notes a bit better :)

  • @felone
    @felone 2 года назад +3

    Nice to see you back! You look different 🤪

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад +4

      Thanks 🙏🏽 The one constant in life is change 😅

  • @mageprometheus
    @mageprometheus 2 года назад +2

    Greate runthrough, thanks. Many users hate the idea of an auto-create page for a property. It's currently bugged. Except for tags:: and alias:: a single value doesn't create a page:- 'somekey:: value1'. If you add a comma it creates a page:- 'somekey:: value1,' and a list will create a page for each value:- 'somekey::value1, value2'. Those who don't like this polluting the graph and want to keep properties for queries will need a setting to turn this off. At present, if I don't want an auto-create page in my graph I have to use the page-property exclude-from-graph-view.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад +1

      It's an interesting conundrum - ideally this would be the sort of thing that one could toggle on and off, but I imagine that would add significant dev burden 🤔

    • @mageprometheus
      @mageprometheus 2 года назад +1

      @@CombiningMindsPKM I would hope not unless the codebase is poor. I spent 35 years developing in c/c++ so I have been studying Clojure to help with advanced queries. Just downloaded the source code to have a look although I'm not yet fluent at reading Clojure.

    • @anydroid
      @anydroid 2 года назад +1

      Any suggestions on how to query block level properties and tags/links in subordinate blocks at the same time?

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад +1

      @@anydroid using Boolean logic should work for this? (i.e. {{query (and (property property_name property_value) [[tags]] )}} ?

    • @anydroid
      @anydroid 2 года назад +1

      @@CombiningMindsPKM `{{query property property_name property_value}}` on its own will retrieve the top-level block containing the property, but adding boolean `and` for tags, links or "text" in subordinate blocks returns nothing at all. It would seem that both parameters of the `and` statement need to be located at the same block level? Re-indexing done.

  • @avgvstvs96
    @avgvstvs96 Год назад

    how do you deal with duplicate links references? I often will have linked reference duplicates because I link words inside a block that was already previously linked with that word in it's title. I do this to better label everything with whatever applies, and to link any mentions throughout text to make navigating at the speed of thought easier. But the more I link, the more cluttered my linked references become with duplicates. Is there a way to deal with this? Maybe a way to not show linked references if they already appear in another linked reference? I'd really appreciate your input on this, I am LOVING LogSeq and your videos are instrumental in helping me use it to it's fullest extent.

    • @CombiningMindsPKM
      @CombiningMindsPKM  Год назад +1

      Thanks for the feedback.
      Unfortunately this is not something I've encountered in my own workflow, so I'm not sure how best to provide input.
      My general advice would be to only link the part that you want to show up in your linked references. In that case, not linking the word in the title might be the best approach, but it really depends how you want to resurface that information, and how you want it to display in your linked references.

  • @cw1847
    @cw1847 2 года назад

    Hi Dario! Thank you for your awesome videos! Could you elaborate on what you mean by "cluttering the database" with pages (starting at 07:45)? My biggest struggle with using Logseq is deciding when to use the daily journal or writing on a dedicated page.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      Hey :)
      Readwise exports articles as pages, which creates a proliferation of "nodes'' in your database as these are all separate files. I think the most scalable solution is to use blocks.
      For writing, my approach is to use the daily journal and tag the blocks well. I then simply move those blocks into dedicated pages at a later stage when I am writing about a certain topic.
      Hope that helps :)

  • @constantintamas6180
    @constantintamas6180 2 года назад

    Hello, A more important feature than the inline reference would be to view the embedded blocks from which page they were embedded. Now the original context of the embedded block is not visible, unfortunately. Therefore, in the case of embedded blocks, one would need to find out where they came from and from which page they were embedded. In Roam, it works fine. So it would also be nice to see where the embedded blocks came from and where they were embedded in Logseq. I guess the original page should be listed as the first reference. I wonder how difficult this is to develop, but it seems straightforward.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      I see what you mean. Not being able to see the source inline is somewhat limiting. You can always open the block and see the breadcrumbs, but that requires a few more clicks unfortunately.

  • @elizabethhenning778
    @elizabethhenning778 2 года назад

    hmm. It looks like the properties values popup only appears when you first enter :: and select a property from that popup. What if you use a template that already includes all the property types you want for the page? There doesn't seem to be a values popup in that case.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад +1

      True, it only works when you type the colons at this stage. Hopefully there will be further improvements that allow for that in the future.

  • @hoeze
    @hoeze 2 года назад +1

    Will be the properties stay the same in org-mode?

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      I'm not sure how the properties are saved in the files, but I imagine that the way to instantiate a property is the same (speaking under correction though)

  • @alxlg
    @alxlg 2 года назад +1

    0. Hairstyle
    Jokes aside, have you tried the upcoming whiteboard feature? It's a game changer for me.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад +1

      😋 I have played with it a little, but keeping it off the channel until it's out of alpha 🙂

  • @paulobehar
    @paulobehar Год назад

    Amazing! What meditation course? Vipassana?

    • @CombiningMindsPKM
      @CombiningMindsPKM  Год назад +1

      Yep, it was a Vipassana course with Goenka :)

    • @paulobehar
      @paulobehar Год назад

      @@CombiningMindsPKM wow! great! I did it too! No words to describe. Be happy! 👊🏽

    • @CombiningMindsPKM
      @CombiningMindsPKM  Год назад +1

      @@paulobehar Haha, the first time was an amazing experience, but I didn't find the second time as valuable 😑

    • @paulobehar
      @paulobehar Год назад

      @@CombiningMindsPKM That’s ok. Everyone has its own experience. No judgments, just being friend one to another is what really counts. What a great work you do teaching about Logseq! Thank you brother!

  • @leoyang3786
    @leoyang3786 2 года назад

    {{namespace page}} can not render

  • @salamander5077
    @salamander5077 2 года назад +1

    Hi, nice to see your get a hair cut :P haha, (no joking ;) ) .
    But I had a question. Last I showed a teacher LogSeq, and she was really enthusiastic. Because of the pdf tekst link things en the Flashcards.
    But then she asked, how can I share this easy to a student or college. And that I react, i don't know how to do that Easily. So how is that possible, in a way that also contains the "uploaded" pdf files, and created tags...
    Thanks!

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      Hey - I quite like the haircut 😋
      She could share the whole folder on a shared drive for the students, and everyone should be able to access it that way.

    • @salamander5077
      @salamander5077 2 года назад

      @@CombiningMindsPKM Aha, but then everyone should have LogSeq installed, right?
      But what if that isn't the case(?)
      Or is there a working together function, like office, in a browser ofzo?

  • @luke_birdy
    @luke_birdy 2 года назад +1

  • @fms6306
    @fms6306 2 года назад +1

    A lot of very interesting insights. Logseq is one of the best tools. I tried Obsidian and it seemed bloated and wasn't aesthetically pleasing. Logseq is great.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      Thanks :) The 'plug-and-play' nature of Logseq is a big win.

    • @azkanand5832
      @azkanand5832 2 года назад

      I'm using Obsidian. It is very beautiful. Just find the theme you prefer.

  • @JustinSCampbell
    @JustinSCampbell 2 года назад +1

    You've cut your hair since recording Logseq mastery.

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад +2

      Indeed - may have to do a re-recording when Logseq officially comes out of beta 😋

    • @dennismaorwe
      @dennismaorwe 2 года назад

      Might we know that could be?

    • @CombiningMindsPKM
      @CombiningMindsPKM  2 года назад

      @@dennismaorwe I have no idea unfortunately. I think it will still be a while, as there are many features still in alpha development (real-time collaboration, whiteboards)