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

    user

    09/17/2020, 2:31 PM
    I took it completely different lol πŸ˜… - before extraction - afile.md
    Copy code
    this is the greatest foo in the world
    - after extraction - afile.md
    Copy code
    this is the greatest [[where.foos.live.foo|foo]] in the world
    - where.foos.live.foo.md
    Copy code
    new note
  • k

    kevins8

    09/17/2020, 2:32 PM
    heh
  • k

    kevins8

    09/17/2020, 2:32 PM
    you can do that today with scratch notes!
  • k

    kevins8

    09/17/2020, 2:33 PM
    if you highlight foo and create a scratch note, it will make a link from the highlighted text to the new note
  • u

    user

    09/17/2020, 2:34 PM
    and then rename the scratch note?
  • k

    kevins8

    09/17/2020, 2:34 PM
    yep. being able to do it directly from lookup would cut out a middle step
  • k

    kevins8

    09/17/2020, 2:35 PM
    what i really want is for all the use cases of jouranl notes, scratch notes, new note from selection, etc to be captured in
    lookups
    . everything is a lookup and these use cases are just optimized shortcuts for a lookup
  • u

    user

    09/17/2020, 2:35 PM
    but what if I want to turn some text into a link to existing note?
  • k

    kevins8

    09/17/2020, 2:36 PM
    then that sounds like a feature request πŸ˜‡
  • k

    kevins8

    09/17/2020, 2:36 PM
    i suppose the default behavior is to append the text to the bottom of the note :/
  • p

    p0lyg0n

    09/17/2020, 4:29 PM
    > but what if I want to turn some text into a link to existing note? Although it can be an existing or a new note for my use case. @User I want the behavior @User described
  • k

    kevins8

    09/17/2020, 7:38 PM
    @User got it!
  • l

    Leite

    09/18/2020, 5:29 AM
    > @User 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 @User where should I look for the podId? I looked for inside
    Import Pod
    command, but didn't find.
  • p

    p0lyg0n

    09/18/2020, 1:25 PM
    Another idea: Copy link to note via a smiliar menu to lookup, without having to first visit the note then copy the link
  • k

    kevins8

    09/18/2020, 2:28 PM
    @User that's because i didn't put them anywhere πŸ˜… just updated the docs here https:/dendron.so/notes/8b03ed06-4f46-46e0-8652-c6abf2266a79.html#pod-commands
  • k

    kevins8

    09/18/2020, 2:29 PM
    @User would you not get that with link autocomplete from the note that you want to paste the link into?
  • p

    p0lyg0n

    09/18/2020, 2:40 PM
    Yes but the autocomplete doesn't copy the label as well
  • k

    kevins8

    09/18/2020, 4:14 PM
    got it
  • i

    imalightbulb

    09/18/2020, 4:16 PM
    Actually I don't quite get the
    seed
    idea, what's the poin for it if it's same as what we're doing now? (write md files in vsc -> publish to github page)
  • k

    kevins8

    09/18/2020, 8:56 PM
    @User so seeds is a way to take existing external content and import it into dendron. aws.dendron.so is published using seeds which take aws content from multiple websites and publishes it inside dendron
  • i

    imalightbulb

    09/18/2020, 9:04 PM
    ohh i get the idea, so you can grab contents from other places and publish it with dendron (hope i got it right πŸ˜… )
  • k

    kevins8

    09/18/2020, 9:05 PM
    yep, exactly!
  • i

    imalightbulb

    09/19/2020, 3:10 PM
    @User Any ideas of why the
    ![]()
    doesn't work for me?
  • i

    imalightbulb

    09/19/2020, 3:10 PM
    I initialized another dendron workspace (directory), but it didn't work too
  • u

    user

    09/19/2020, 4:03 PM
    What doesn’t work?
  • i

    imalightbulb

    09/19/2020, 4:04 PM
    the
    ![]()
    markdown syntax to add pictures doesn't work after publishing
  • i

    imalightbulb

    09/19/2020, 4:05 PM
    like if I type ![](path/to/file) and publish it using git
  • i

    imalightbulb

    09/19/2020, 4:05 PM
    it'll show nothing
  • i

    imalightbulb

    09/19/2020, 4:06 PM
    only
    <img src="link-to-image">
    works
  • i

    imalightbulb

    09/19/2020, 4:07 PM
    https://github.com/dendronhq/dendron/issues/196 @User
1...697071...757Latest