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

    jyeung

    04/07/2022, 11:21 AM
    Thanks for the details @User and for filing the issue. @User - with that kind of error msg, I'm guessing it's an issue with the markdown parsing logic not being able to handle such a large file. Maybe the first mitigation we can do is to handle that error gracefully and point out to the user which files are causing issues.
  • j

    jyeung

    04/07/2022, 11:24 AM
    Not sure if we're tracking an issue for that - i just tested it locally and am able to see images in preview. I wonder if the underlying issue is related to the other issue you filed https://github.com/dendronhq/dendron/issues/2702
  • t

    Tika

    04/07/2022, 11:39 AM
    Hm.... maybe. On mouse hover, the editor preview only shows icons for images for me... Or sometimes local paths
    j
    • 2
    • 1
  • j

    jyeung

    04/07/2022, 11:56 AM
    Image Rendering Issues
  • w

    wrdwllm

    04/07/2022, 12:18 PM
    has anyone experimented with converting bibtex citekeys to HTML when publishing a vault? my experience with development is limited, but could rehype-citation (https://github.com/timlrx/rehype-citation) be added to the process handling markdown to html? would probably conflict with how remark-rehype handles footnotes. something I will experiment with, but wondering if others had tried the same.
  • j

    Joshi

    04/07/2022, 12:37 PM
    Markdown import error
  • m

    mgrandau

    04/07/2022, 2:01 PM
    So i journal useing dendron. Not everything I do is worth keeping up on and idea board. But some things should be raised to that level, otherwise they get lost in my journal. I'm interested in how other people do it and link to their dendron journals?
  • k

    kevins8

    04/07/2022, 2:03 PM
    i use a tag (#star) to highlight important lines. then use backlinks to go over them
  • b

    benhsm | Jack of N trades

    04/07/2022, 3:03 PM
    block references can be nice for this
  • a

    andrey-jef

    04/07/2022, 4:50 PM
    I have a hierarchy tree as follows
    Copy code
    yaml
    - root
        - blog
        - notes
            - public
            - private1
            - private2
    What is the most easy to organize config, to publish all except the two
    private1
    and
    private2
    nested hierarchy nodes? If I config like below, will it work?
    Copy code
    yaml
    publishing:
        siteHierarchies:
            - root
            - blog
            - notes
            - private1
            - private2
        hierarchy:
            private1:
                publishByDefault:
                    vault-name: false
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:04 PM
    i think the eaisest way to seaparate private and public stuff is with separate vaults.
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:04 PM
    woah i have a color???
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:04 PM
    WHEN DID THIS HAPPEN????
  • s

    SeriousBug

    04/07/2022, 8:05 PM
    It's because you caught a bug! 🪲
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:05 PM
    i did smash a mosquito with my bare hands earlier 👉 🎯
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:10 PM
    today has been a very brain-numb day for some reason
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:10 PM
    i've had a few superficial ideas, but nothing of substance
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:25 PM
    woahhhhh
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:25 PM
    this just autocompleted two levels deep
  • s

    Slaytanical(LamentConfiguration)

    04/07/2022, 8:25 PM
    this is majik
  • a

    andrey-jef

    04/07/2022, 9:38 PM
    Well i read over some hiccup in cross vault references. So i hesitated to use multi vault setup. And the deprecation of workspace is also under investigation. Seems many things that I don’t understand clearly.
  • a

    alexis<3

    04/07/2022, 9:57 PM
    sure i can do that - i will have to find my old github account or make a new one so there will be some delay probably until the weekend but ill file a ticket
  • o

    OEMS

    04/08/2022, 3:48 AM
    Hello, I've questioned this on the chat channel, hope it gets more attention here properly. Do you know how can I enlarge the font on the Preview?
  • j

    jyeung

    04/08/2022, 10:26 AM
    Hi @User - other than scaling the resolution of your entire VS Code, I don't think there's a way to adjust the resolution of just one window like the preview
  • a

    andrey-jef

    04/08/2022, 11:48 AM
    I have a hierarchy tree in a vault named as
    vault-name
    as follows
    Copy code
    yaml
    - root
        - blog
        - notes
            - public
            - private1
            - private2
    I would like to publish all, except the two
    private1
    and
    private2
    nested hierarchy nodes. Here is my first attempt with
    dendron.yml
    , but it does not work, since everything is published
    Copy code
    yaml
    publishing:
        siteHierarchies:
            - root
            - blog
            - notes
            - private1
            - private2
        hierarchy:
            private1:
                publishByDefault:
                    vault-name: false
    What is the current config to achieve my publishing target?
  • b

    benhsm | Jack of N trades

    04/08/2022, 1:27 PM
    when custom preview theming is implemented, I imagine you'd be able to use it for this
  • d

    d1onys1us

    04/08/2022, 5:31 PM
    is all of the frontmatter required in dendron? if not, is there a way to only generate frontmatter for what is required i.e. the ID? do self contained vaults change the necessity for unique id, and is it possible to use the filepath as unique id in that case? if title and description are optional frontmatter, is it possible to use the kebab-cased-filename as a title in dendron published sites?
  • s

    SeriousBug

    04/08/2022, 5:33 PM
    All the front matter you get when you create a new note is required I think. You can generate the front matter with "fixFrontmatter" doctor action: https://wiki.dendron.so/notes/ZeC74FYVECsf9bpyngVMU/#fixfrontmatter
  • k

    kevins8

    04/08/2022, 5:34 PM
    we do want to support filepath for published sites - the reason we currently don't is because the links would break on refactoring
  • a

    alexis<3

    04/08/2022, 8:18 PM
    has anyone experimented with working with dendron in alfred? I am going to look into the dendron cli but curious if anyone has any existing experience or projects going on
1...602603604...757Latest