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

    José Longo

    06/16/2022, 5:23 PM
    Hi there! Why on published site, non existent items redirects to dendron.so unpublished pages ?
  • a

    AshSimmonds

    06/16/2022, 5:25 PM
    Looks like it's just been fixed: https://github.com/dendronhq/dendron/issues/3007
  • j

    José Longo

    06/16/2022, 5:33 PM
    added my info to the issue
  • r

    rlh1994

    06/16/2022, 5:35 PM
    If you use a custom theme and override the href of the
    a.private
    class does it work? I'm not sure if that was how @SeriousBug intended it to work but might be worth a shot?
  • s

    SeriousBug

    06/16/2022, 5:37 PM
    @José Longo @rlh1994 To be clear, the linked issue is about being able to theme private links
  • s

    SeriousBug

    06/16/2022, 5:37 PM
    It has nothing to do with how private links work otherwise, like where they redirect to when clicked
  • j

    José Longo

    06/16/2022, 5:38 PM
    open new issue ?
  • j

    José Longo

    06/16/2022, 5:40 PM
    but this confused me
  • r

    rlh1994

    06/16/2022, 9:41 PM
    Just for anyone dumb like me wondering, you cannot set a href in a css class at all. So yeah to have private notes link to a different link I think it would have to be something that would need implementing in the publish part of the config.
  • k

    kevins8

    06/17/2022, 12:14 AM
    yeah, this probably makes sense for us to enable. feel free to submit a feature request 😇
  • a

    AshSimmonds

    06/17/2022, 4:12 AM
    Found the note, and suggested a minor update to the error output to help in future: https://github.com/dendronhq/dendron/issues/3102
  • s

    Stallworth

    06/18/2022, 12:07 PM
    Hi, I was wondering if there is a guide about how to make spaced repetition / cards in dendron or its connection ANKI?
  • v

    Vitaliy-S

    06/18/2022, 2:20 PM
    One of the easiest way that i do - just open Dendron vault in Obsidian and use Spaced Repetition plugin =))
  • j

    José Longo

    06/18/2022, 3:36 PM
    Hi there... anyone has noted this problem : because i don't wan to to publish all tree nodes, so i have defined siteHierarchies where the first item has the initial page and is working ok if i click on it (it redirects to /) but the backlinks to this page on children redirects to /xxxxx that is the id of the initial page, but that folderid and index.html don't get generated on publish export
  • j

    José Longo

    06/18/2022, 3:37 PM
    lets see with dev
  • j

    José Longo

    06/18/2022, 3:38 PM
    i also get 404
  • j

    José Longo

    06/18/2022, 6:03 PM
    inside vscode backlink works ok
  • j

    José Longo

    06/18/2022, 7:42 PM
    the funniest thing is if i create the id folder manually and copy that initial index.html... on click, Next.js ajax tries to load something indefinitely
  • s

    Stallworth

    06/19/2022, 12:40 AM
    Thank you
  • j

    josh

    06/19/2022, 9:04 AM
    I'm a bit stuck with my publishing setup. I had the old setup working fine and was cloning the vault i want to publish into a repository with the config and then publish it via github actions. Now I wanted to try out standalone vaults, but I get an error I can't explain. I already opened an issue: https://github.com/dendronhq/dendron/issues/2988 but it hasn't seen much activity. I hope that it is just an error with my configuration, here is my repo with the selfcontained vault: https://github.com/joshuajeschek/dendron-tuc Thanks in advance for your help :)
  • j

    jeremyW

    06/19/2022, 2:47 PM
    I’m looking for an extension that will let me search for Wikipedia links in vscode and copy them to the clipboard.
  • p

    pdina

    06/19/2022, 5:27 PM
    Hello, not strictly Dendron related but still worth a question. Anyone could tell if there's a way to fix the issue with the use of pipe character in the 3rd row?
  • r

    rlh1994

    06/19/2022, 5:39 PM
    Can you escape it with a backslash?
  • j

    jeremyW

    06/19/2022, 5:39 PM
    Markdown preview doesn't appear to honor that escape.
  • j

    jeremyW

    06/19/2022, 5:40 PM
    Was just toubled my that.
  • r

    rlh1994

    06/19/2022, 5:41 PM
    Hmmm I wonder if it's because it's in backticks? what about using the html code itself? |
  • r

    rlh1994

    06/19/2022, 5:43 PM
    Or if the escape works without the backticks then you could use block around it instead? Neither are particularly elegant solutions...
  • p

    pdina

    06/19/2022, 5:52 PM
    thanks I got it work (backslash doesn't escape). Not nice but it works
    Copy code
    `[[install the library`<code>|</code>`dev.jquery.install]]`
    To suppress the linter
    <!-- markdownlint-disable MD033 -->
  • j

    jeremyW

    06/19/2022, 6:03 PM
    Markdown preview should really have a simplier way of ignoring pipes inside tables. It's a candidate for a bug report if you ask me.
  • r

    rlh1994

    06/19/2022, 6:07 PM
    It seems to work for me so long as it's not in a backtick block, swapping out the backticks for ... seem to work as well. Just can't escape within a backtick block...
1...658659660...757Latest