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

    CraigO

    12/13/2021, 3:49 PM
    No not really
  • b

    benhsm | Jack of N trades

    12/13/2021, 3:51 PM
    for my own notes I've thought about using a separate hierarchy for lexical information, but I'm iffy on whether or not it''s useful vs just text searching for the term in my notes. It would look something like, each term would have a node
    lex.<term>
    , and then in notes referencing the definition, "`Here's the [[term|lex.term]] in a sentence.`
  • b

    benhsm | Jack of N trades

    12/13/2021, 3:51 PM
    and you could mouse hover over the link in the editor to see whatever the content of the lexical note is
  • b

    benhsm | Jack of N trades

    12/13/2021, 3:52 PM
    and then adding hierarchies if terms start to accumulate
  • c

    CraigO

    12/13/2021, 3:52 PM
    Interesting idea, thanks
  • b

    benhsm | Jack of N trades

    12/13/2021, 3:53 PM
    hope you'll let me know if you find a good/better way of doing this
  • c

    CraigO

    12/13/2021, 3:53 PM
    Sure thing
  • g

    Guiyze

    12/14/2021, 3:22 PM
    how can I reference all of the notes only in the layer of the hierarchy directly below the current note?
  • g

    Guiyze

    12/14/2021, 3:23 PM
    ![[projects.*]] embeds not only the children of the current note, but also the children of those notes
  • t

    TGD

    12/14/2021, 8:55 PM
    Not sure if this is the right place to ask, but how do I get word-suggestions working? I.e. I want to write something and then get a suggestion based on the words in my document. For example
    som|ething
    . At the moment I write
    som
    and either get not suggestions or it suggests me something markdown-relevant, like
    link
    or
    h1
    or
    unordered list
    . I found
    "editor.wordBasedSuggestions": true,
    , but it doesn't seem to do anything relevant.
  • b

    benhsm | Jack of N trades

    12/14/2021, 9:13 PM
    how are you triggering those suggestions? On my setup I get word suggestions by default when I hit
    ctrl+space
    in the middle of a word
  • t

    TGD

    12/14/2021, 9:24 PM
    I do it with
    ctrl+space
    , too.
  • t

    TGD

    12/14/2021, 9:44 PM
    Alright, I installed an extension called "All Autocomplete" and now it works. Would prefer a solution without installing anything, but for the time being this is good enough.
  • s

    ScriptAutomate

    12/14/2021, 9:58 PM
    Preview Mermaid in Dark Themes
    b
    • 2
    • 13
  • h

    hikchoi

    12/15/2021, 2:29 AM
    refactor hierarchy regression
  • p

    paul

    12/15/2021, 4:38 PM
    my new daily note today has
    traitIds: journalNote
    in the frontmatter. I see that traits were added in the new release but i can't find info about this metadata. Is there a place i can learn more?
    k
    • 2
    • 4
  • b

    benhsm | Jack of N trades

    12/15/2021, 6:19 PM
    just this for now as far as I know: https://wiki.dendron.so/notes/bdZhT3nF8Yz3WDzKp7hqh/
  • k

    kevins8

    12/15/2021, 6:22 PM
    traits
  • j

    johndendron29

    12/15/2021, 6:26 PM
    We currently do not support this but feel free to submit a feature request and we can track it in our roadmap: https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • w

    WildMagic

    12/15/2021, 6:34 PM
    1. What is the difference between the Markdown pod's "Export to Markdown" and "Publish to Markdown"? As per this page (https://wiki.dendron.so/notes/13c4a608-0a32-4c62-9c7e-2b7f9f2d18bf/), both convert Dendron specific Markdown to regular Markdown. 1a. Why is the Export marked as 'experimental' but the Publish is not? 2. Is there any Dendron-to-Markdown export that appends a Backlinks section at the end of each exported Markdown file?
  • w

    WildMagic

    12/15/2021, 8:26 PM
    Are images expected to be shown in the local publishing preview (output of
    dendron publish dev
    )? Right now, I'm not seeing images in published notes, but they are present in Dendron previews. See image below
  • s

    ScriptAutomate

    12/16/2021, 6:31 AM
    Images in Publish Preview
  • t

    TunnARK

    12/16/2021, 8:19 AM
    Hi everyone, I can't install the dendron-cli > npm install @dendronhq/dendron-cli > npm ERR! code ETARGET > npm ERR! notarget No matching version found for @dendronhq/dendron-11ty-legacy@0.7.2. > npm ERR! notarget In most cases you or one of your dependencies are requesting > npm ERR! notarget a package version that doesn't exist. I checked the following site and thread but I don't know how or where to get the missing package ? - https://github.com/dendronhq/dendron/issues/776 - Thread archived: #build-site regression I currently have the Dendron v0.73.1 extension installed via VS Code
  • s

    SeriousBug

    12/16/2021, 8:29 AM
    What's the command you used to install it? Could you try doing
    npm install -g @dendronhq/dendron-cli@latest
    ?
  • t

    TunnARK

    12/16/2021, 8:37 AM
    the command come from this page: https://wiki.dendron.so/notes/2340KhiZJWUy31Nrn37Fd/
  • s

    SeriousBug

    12/16/2021, 8:38 AM
    Could you try using it in a new, clean directory?
  • t

    TunnARK

    12/16/2021, 8:38 AM
    I have also tried the command you proposed and get this: > npm install -g @dendronhq/dendron-cli@latest > > ... > > changed 979 packages, and audited 980 packages in 1m > > 169 packages are looking for funding > run
    npm fund
    for details > > 14 vulnerabilities (4 low, 10 high) > > To address all issues possible (including breaking changes), run: > npm audit fix --force > > Some issues need review, and may require choosing > a different dependency. > > Run
    npm audit
    for details.
  • s

    SeriousBug

    12/16/2021, 8:39 AM
    That looks like it worked, try running
    dendron --version
  • t

    TunnARK

    12/16/2021, 8:46 AM
    I run dendron --version and got this: > dendron --version > > dendron : File C:\Users\Zork\AppData\Roaming\npm\dendron.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170. > At line:1 char:1 > + dendron --version > + ~~~~~~~ > + CategoryInfo : SecurityError: (:) [], PSSecurityException > + FullyQualifiedErrorId : UnauthorizedAccess
    s
    • 2
    • 24
  • s

    ScriptAutomate

    12/16/2021, 5:07 PM
    Dendron CLI on Windows
1...472473474...757Latest