https://www.dendron.so/ logo
Join Discord
Powered by
# questions
  • f

    foureyedsoul

    12/06/2021, 6:56 AM
    I thought that might be itโ€”but then I wouldn't expect all the other highlighting, bold, italics, etc to work. So maybe the decoration logic (of Dendron or my theme) is more accommodating than the wikilink's function logic?
  • s

    SeriousBug

    12/06/2021, 6:58 AM
    That's definitely possible, Goto Note has some custom code to find links while decorations use Dendron's markdown parser which is more powerful. If the decorations show up correctly but Goto Note is broken, then I think it might be worth a bug report so we can get parity between them
  • f

    foureyedsoul

    12/06/2021, 7:00 AM
    Okay! Thanks for the super-fast responses, by the way! It's basically midnight here, so I'll put a bug report in tomorrow. It seems like a super low priority bug, but I'm happy to write it up if it's helpful.
  • a

    Axle-Axel

    12/06/2021, 8:14 AM
    Hi everyone, I'm wondering if someone could explain how to get backlink candidates to work. As I've understood it, if I have a pair of notes with the titles "Note One" and "Note Two", and if I write something like: "This text mentions Note Two" in the text for Note One, then then a backlink candidate should appear in Note Two. This doesn't happen when I try it though. Could anyone explain what I'm missing? Thanks!
  • b

    Bassmann

    12/06/2021, 1:28 PM
    You need to create a wiki link like "This text mentions [[Note1]]" it's not automatic as far as I know
  • b

    benhsm | Jack of N trades

    12/06/2021, 1:57 PM
    did you enable the feature flag in dendron.yml already?
  • a

    Axle-Axel

    12/06/2021, 2:52 PM
    No I haven't, what should I write there?
  • b

    benhsm | Jack of N trades

    12/06/2021, 3:14 PM
    Reference: https://wiki.dendron.so/notes/f7ebd4aa-8ba7-4bc5-bd00-a1efc5315f07/
  • b

    benhsm | Jack of N trades

    12/06/2021, 3:15 PM
    you need this bit
    Copy code
    yml
    dev: 
      enableLinkCandidates: true
  • b

    benhsm | Jack of N trades

    12/06/2021, 3:16 PM
    @User
  • a

    Axle-Axel

    12/06/2021, 5:25 PM
    Ah, there we go. Thanks!
  • b

    Bassmann

    12/06/2021, 6:52 PM
    How cool. Obviously I missed that. Thanks for sharing
  • b

    benhsm | Jack of N trades

    12/06/2021, 7:52 PM
    I also learned about it for the first time today, when I saw Axle's question and searched for 'link candidates' in the docs ๐Ÿ˜† . Another testament to the power and potential of the project, and the rapid progress being made by the team and contributors. ๐ŸŒฑ
  • k

    kevins8

    12/06/2021, 8:12 PM
    if you have any questions about the feature, @User did the implementation ๐Ÿ™‚
  • b

    benhsm | Jack of N trades

    12/06/2021, 8:15 PM
    I am indeed wondering why it's not enabled by default yet, if there are any big performance trade-offs to be aware of, or things like that. Otherwise, it's a feature that speaks to a need I've been having recently, and I'll probably start to use it in my workflows
  • l

    lnicola

    12/06/2021, 10:13 PM
    Is there anyone else seeing a lot of Code extension host crashes that seem to be caused by Dendron? There's an open issue for it but in the last week or so it tends to crash for me every couple of minutes. And that's without actively using Dendron.
  • l

    lnicola

    12/06/2021, 10:14 PM
    But maybe there's something with my setup that makes an existing problem surface more often
  • s

    SeriousBug

    12/06/2021, 10:14 PM
    Do you mean it crashes when you are not even in a Dendron workspace?
  • l

    lnicola

    12/06/2021, 10:15 PM
    Yeah
  • s

    SeriousBug

    12/06/2021, 10:15 PM
    Can you try disabling
    dendron.watchForNativeWorkspace
    in your extension settings? https://wiki.dendron.so/notes/19a0ea9d-7292-4a68-bc6f-ffd462a54bc5/#dendronwatchfornativeworkspace
    l
    • 2
    • 12
  • s

    suyashm

    12/06/2021, 10:56 PM
    Hey folks. Have a quick question. I am trying to host a dendron vault using a custom implementation via Google Cloud storage. Any ideas what would cause the website to show up like this (i.e. without the left-pane contents)
  • k

    kevins8

    12/06/2021, 11:36 PM
    that looks like an older version of the website. can you try upgrading to the latest version? https://wiki.dendron.so/notes/2340KhiZJWUy31Nrn37Fd.html#upgrade-dendron-nextjs-template
  • m

    mandarvaze

    12/07/2021, 11:21 AM
    I was away for a few months. I just spent a few hour migrating from 11ty based publishing to next based.
  • m

    mandarvaze

    12/07/2021, 11:23 AM
    Personally, old one looked nicer. (I'm assuming "looks" are just CSS and next based one can be made to look like better - but that is just an observation/suggestion)
  • m

    mandarvaze

    12/07/2021, 11:24 AM
    Question : In the new version of publish, the
    last modified
    footer seems to be showing wrong/old date. Is this known issue ? Is there a way to fix this ? May be some configuration changed between 11ty and next ?
  • m

    mandarvaze

    12/07/2021, 11:56 AM
    I have
    siteLastModified: true
    under
    site
    in my
    dendron.yml
  • m

    mandarvaze

    12/07/2021, 1:07 PM
    Never mind. I found the problem. I assumed that this information is taken from
    git log
    - but it is taken from frontmatter
    updated
    But why should it matter ? Cause I cheat. On my machine, VSCode/VSCodium are slow(er) than say Vi/Vim/nvim/emacs. So I do quick edits outside vscode. So
    updated
    frontmatter does not get modified automatically. Earlier I was forced to use VSCode at least for publishing. Now that "official" instructions are to run command from terminal, I had no reason to open VSCode.
    k
    • 2
    • 2
  • m

    mandarvaze

    12/07/2021, 1:10 PM
    @User Refer โ˜๏ธis there a plan to remove dependency on VSCode for the "basic" workflow ? Or how can I update the
    updated
    frontmatter value easily ? (I know it is epoch value, but it is not easier to get the current epoch than "open vscode, make dummy edit and let Dendron/VSCode update the
    updated
    value)
  • b

    benhsm | Jack of N trades

    12/07/2021, 3:22 PM
    would you find it too cumbersome to use the ol'
    date +"%s"
    to generate an epoch for the current time?
  • b

    benhsm | Jack of N trades

    12/07/2021, 3:24 PM
    if you're in vim/nvim you could do
    !!date +"\%s"
    to output that at the line the cursor is on (remembering to escape the % to stop it from expanding)
1...466467468...757Latest