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

    user

    09/16/2020, 4:09 PM
    I'm all set now
  • i

    imalightbulb

    09/16/2020, 4:11 PM
    What notes are you planning to work in Dendron?
  • i

    imalightbulb

    09/16/2020, 4:12 PM
    Out of curiosity
  • k

    kevins8

    09/16/2020, 4:20 PM
    @User it's a common issue. vscode doesn't give us a way currently to disable the other preview šŸ˜…
  • u

    user

    09/16/2020, 4:30 PM
    @User Me? I'm using it in two places: work and home. For work, I open a note for each issue I'm working on, as well as transferring my old Joplin knowledgebase over. At home, I'm using it for a journal and taking notes of things as I teach myself Python and Go
  • u

    user

    09/16/2020, 5:45 PM
    I'm having a bit of an issue with backlinks. Basically when I use a
    [[labeled|wiki.link]]
    I don't get the backlink on the page that's being linked to. Is this working as intended or did I not read something somewhere and I'm doing it wrong?
  • r

    runlevelrobot

    09/16/2020, 6:09 PM
    Hey guys I am trying to publish my pages to github so i can have my own gitpages. Can somebody help me with it?
  • r

    runlevelrobot

    09/16/2020, 6:09 PM
    I tried following this https://www.dendron.so/notes/73d395c9-5041-4d0d-9db7-080d9586136e.html but i can't get it
  • k

    kevins8

    09/16/2020, 9:13 PM
    @User backlinks should work when labelled. are you using dendron markdown notes?
  • k

    kevins8

    09/16/2020, 9:13 PM
    @User can you give some details of where in the process this is breaking down?
  • u

    user

    09/16/2020, 9:13 PM
    I’m pretty sure. I installed all recommended packages
  • l

    Leite

    09/16/2020, 9:14 PM
    @User thanks!
  • k

    kevins8

    09/16/2020, 9:18 PM
    @User if you look at the dendron docs, we use labelled wiki-links liberally with backlinks
  • l

    Leite

    09/16/2020, 9:40 PM
    > @User There's something called dendron-cli > https://www.dendron.so/notes/8b03ed06-4f46-46e0-8652-c6abf2266a79.html @User @User I am trying to use it, but I keep getting > TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined > at validateString (internal/validators.js:122:11) > at Object.join (path.js:1039:7) > at ImportPodCLICommand.enrichArgs (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/pod.js:55:40) > at Function.run (/usr/local/lib/node_modules/@dendronhq/dendron-cli/lib/src/commands/importPod.js:19:32) > at processTicksAndRejections (internal/process/task_queues.js:93:5) { > code: 'ERR_INVALID_ARG_TYPE' > } I am using it as in > dendron-cli importPod --vault '{location of vault}' --podsDir '{location of pod}' What is the --podId argument? And the --wsRoot, shouldn't it be clear where my dendron workspace is located, if the command already has my --vault?
  • k

    kevins8

    09/16/2020, 10:11 PM
    @Leite the dendron-cli has a very rough interface right now. you need to specify the
    wsRoot
    because a vault can be located anywhere (by default, its inside the
    wsRoot
    ). the podId is what you see when you run
    Import Pod
    inside vscode
  • k

    kevins8

    09/16/2020, 10:11 PM
    not very well documented right now, will be updating the docs before eow šŸ˜…
  • i

    imalightbulb

    09/17/2020, 1:38 AM
    so this is a seed, but what's the difference between seeds and normal (published) notes?
  • k

    kevins8

    09/17/2020, 2:30 AM
    no difference. seeds are just a framework that help you import notes from existing content and format it into dendron hierarchies
  • p

    p0lyg0n

    09/17/2020, 10:46 AM
    Would it be possible to have a functionality similar to the one introduced in `0.11.2`: When I'm writing a note and find the need to create a new note: - highlight some text - create note from lookup. Instead of the text being extracted, a note link is created with the label being the highlighted text. This would be more useful to me personally, thoughts ?
  • i

    imalightbulb

    09/17/2020, 10:48 AM
    What do you mean look note from lookup?
  • p

    p0lyg0n

    09/17/2020, 10:50 AM
    Typo, fixed
  • p

    p0lyg0n

    09/17/2020, 10:50 AM
    I meant you just create a note from lookup
  • i

    imalightbulb

    09/17/2020, 10:51 AM
    i think you can do it now
  • p

    p0lyg0n

    09/17/2020, 11:01 AM
    Not in the way I described it, I don't think
  • u

    user

    09/17/2020, 11:16 AM
    @p0lyg0n So essentially it's a command to turn selected text into a link? Link destination is found by lookup and selected text stays as link label. That's a good idea). There could be a shortcut to do this but I wonder if it could be triggered by selecting text and then hitting
    [
    twice. Then the text turns into a link and lookup shows up to pick a destination.
  • p

    p0lyg0n

    09/17/2020, 11:20 AM
    I think hitting
    Ctrl+L
    to trigger the lookup would make more sense, but this could be configurable depending on how the user likes it
  • u

    user

    09/17/2020, 11:28 AM
    I just like how vscode wraps selected text in brackets, so that closing brackets are added automatically). And the selected text is in double brackets and almost a link already after this treatment.
  • k

    kevins8

    09/17/2020, 2:26 PM
    @User just to make sure i understand this, is this what you want? - before extraction - afile.md
    Copy code
    this is the greatest foo in the world
    - after extraction - afile.md
    Copy code
    this is the greatest foo in the world
    - foo.md
    Copy code
    ---
    title: foo
    ---
    
    [[this is the greatest foo in the world|afile]]
  • k

    kevins8

    09/17/2020, 2:28 PM
    if so, its actually also a use case i have šŸ˜… the main challenge is trying to figure out the ux. i can see a case for people wanting to go either way (extracting the text vs extracting as a link). i'm thinking of creating a default behavior and setting a toggle button on lookup
  • k

    kevins8

    09/17/2020, 2:29 PM
    also, could you submit this as a feature request so we can track it? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title= šŸ˜‡
1...686970...757Latest