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

    hikchoi

    06/09/2022, 2:17 PM
    That setting goes in
    dendron.code-workspace
    under
    "settings"
  • x

    Xanaus

    06/09/2022, 2:27 PM
    Is it possible to use wikilink as a url?
  • h

    hikchoi

    06/09/2022, 2:30 PM
    can you elaborate? what is the use case you are trying to achieve?
  • x

    Xanaus

    06/09/2022, 2:33 PM
    So I want to write a few bits and then add a link to the said line explaining more about it in detail about why its happening
  • x

    Xanaus

    06/09/2022, 2:34 PM
    Never mind I just realized I had not put the brackets properly
  • x

    Xanaus

    06/09/2022, 2:35 PM
    This was what I wanted to do
  • h

    hikchoi

    06/09/2022, 3:06 PM
    Ah, this would appear to work in the preview but clicking on it won't actually do anything. Instead you would want to do this:
    Copy code
    There is also a vasodilation d/t [[Hormones Secreted during the pregnancy|Maternal-Changes.Systems.CVS#^2h48sy2nftpx:#*]]
    This is the syntax:
    [[Alias|note-name]]
  • x

    Xanaus

    06/09/2022, 3:57 PM
    Oh ok
  • l

    L3n

    06/09/2022, 4:50 PM
    is the changelog page manually updated?
  • s

    SeriousBug

    06/09/2022, 4:52 PM
    Yes it is
  • l

    L3n

    06/09/2022, 4:53 PM
    is there a reason for it?
  • l

    L3n

    06/09/2022, 4:53 PM
    cuz I was thinking of making a github action for it
  • s

    SeriousBug

    06/09/2022, 4:54 PM
    Sorry just to make sure, are you talking about Dendron's changelog page? https://wiki.dendron.so/notes/9bc92432-a24c-492b-b831-4d5378c1692b/
  • l

    L3n

    06/09/2022, 4:56 PM
    yes
  • s

    SeriousBug

    06/09/2022, 4:59 PM
    Okay got it! The way we write the changelog is: we have a weekly journal note in a shared vault. Whenever we merge a PR, we add it to that weeks note, and then once the release is out someone will publish that in the changelog page. We could automate collecting the merged PRs, but adding things into the weekly journal is easy enough that we haven't needed to do so.
  • l

    L3n

    06/09/2022, 5:22 PM
    I actually thought it was auto, and the improvement I was thinking was to turn for instance:
    Copy code
    md
    fix(publish): export gets stuck if logoPath is set but the logo doesn't exist (#2959) @kaan (Private)
    fix(views): added default initial theme for webviews (#3013) @joshi (Private)
    fix(views): bullet points missing in new theme-matching style (#3023) @kaan (Private)
    fix(views): backlinks panel tweaks (#3031) @jonathan (Private)
    fix(views): images with encoded uri are not rendered in the preview (#3006) tenheadedlion
    into
    Copy code
    md
    ### Publish
    
    - export gets stuck if logoPath is set but the logo doesn't exist (#2959) @kaan (Private)
    
    ### Views
    
    - added default initial theme for webviews (#3013) @joshi (Private)
    - bullet points missing in new theme-matching style (#3023) @kaan (Private)
    - backlinks panel tweaks (#3031) @jonathan (
    - images with encoded uri are not rendered in the preview (#3006) tenheadedlion
  • g

    glucinater21

    06/09/2022, 8:55 PM
    Anyone here ever make ever make telegram bot to jot down quick thoughts to dendron
  • x

    Xanaus

    06/10/2022, 12:48 AM
    Its happening to only this one file
  • x

    Xanaus

    06/10/2022, 12:50 AM
    https://pastebin.com/R2p4dWiR
  • s

    shshshsh

    06/10/2022, 7:38 AM
    Hey, I am having the same error again, I will be sending a dm to you about it. Thanks
  • t

    Tika

    06/10/2022, 11:11 AM
    What is the good approach to manage cross-vault links across several vaults and repositories? Especially embedded references if that is even feasible. It would be good to hear how people do it in real life within team settings, please.
  • d

    Dat

    06/10/2022, 7:09 PM
    Hi! I have a little technical question if anyone can help: Would it be possible to copy backlinks from parent pages to every child page given the hyerarchic structure and philosophy of the app? (e.g. backlinks to dessert also appear in dessert.cake somehow)
  • p

    plazman30

    06/10/2022, 8:41 PM
    Ok, dumb question time. Is there a way to open a link and have it open in the same tab as the current file?
  • p

    plazman30

    06/10/2022, 8:42 PM
    Kind of the way vimwiki does things.
  • j

    José Longo

    06/10/2022, 10:20 PM
    Hi there... We can copy a dendron folder and use it on other system... right ? I get this error trying to open a copied dendron folder...
  • s

    SeriousBug

    06/10/2022, 10:21 PM
    Can you see if there's a file
    .dendron.ws
    and delete it? Looks like the permissions for that file might have gotten weird when copying, Dendron should recreate it.
  • j

    José Longo

    06/10/2022, 10:28 PM
    ok, worked but only after deleted dendron.port and all ...cache.json
  • j

    José Longo

    06/10/2022, 10:28 PM
    Ty
  • d

    d1onys1us

    06/10/2022, 11:12 PM
    I currently have my teams shared dendron is a separate repo, but I’m thinking of converting to a monorepo. Would I need to port this to use the other vault option which is alongside the code project? Just curious how the workspace file would work (root monorepo workspace file shared with dendron? Or separate ones?)
  • k

    kevins8

    06/10/2022, 11:24 PM
    wip writeup here > https://github.com/dendronhq/dendron-site/blob/dev/vault/dendron.guides.workflows.code-with-docs.md#L14:L14
1...654655656...757Latest