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

    grndstt

    09/27/2020, 3:30 PM
    *could
  • g

    grndstt

    09/27/2020, 3:30 PM
    ahhh could be
  • g

    grndstt

    09/27/2020, 3:30 PM
    how should I check this
  • g

    grndstt

    09/27/2020, 3:30 PM
    is this extensions to uninstall or in the settings
  • k

    kevins8

    09/27/2020, 3:33 PM
    go to the extension tab in vscode and search for
    @enabled
  • k

    kevins8

    09/27/2020, 3:33 PM
    that gives you a list of extensions that are currently installed and on
  • g

    grndstt

    09/27/2020, 3:33 PM
    Ok I disabled Markdown Notes extensions
  • g

    grndstt

    09/27/2020, 3:33 PM
    it is now working perfectly !
  • k

    kevins8

    09/27/2020, 3:33 PM
    awesome!
  • g

    grndstt

    09/27/2020, 3:33 PM
    🙏
  • g

    grndstt

    09/27/2020, 3:36 PM
    I have another question (sorry for the intensity ....)
  • g

    grndstt

    09/27/2020, 3:37 PM
    Is their any way, when i am in the markdown preview mode and that I just clicked on a link to go back to the original linking page ? Basically what you would expect from "previous" in your web browser ?
  • g

    grndstt

    09/27/2020, 3:37 PM
    this would be incredibly usefull for notes navigation
  • k

    kevins8

    09/27/2020, 3:37 PM
    not currently though you’re not the first person to ask that. would you mind creating a feature request and i can make sure we add it to the roadmap?
  • g

    grndstt

    09/27/2020, 3:38 PM
    will do done
  • k

    kevins8

    09/27/2020, 3:38 PM
    i currently use ctrl-tab to go to the last page
  • r

    runlevelrobot

    09/27/2020, 5:32 PM
    Is there a way to generate all the daily journals for the year using one command?
  • r

    robothor

    09/27/2020, 6:10 PM
    Does the
    dendron.pod.file
    import do anything yet? I configured the
    config.import.yaml
    with this:
    Copy code
    src: "/Users/mtl/Library/Mobile Documents/com~apple~CloudDocs/Notes"
    and re-ran the command, but I don't see any effect. Should I yet? I see the "experimental" note, so I wasn't sure...
  • k

    kevins8

    09/27/2020, 7:43 PM
    @User you could write a bash script using something like this to generate all the notes https://stackoverflow.com/questions/25701265/how-to-generate-a-list-of-all-dates-in-a-range-using-the-tools-available-in-bash
  • k

    kevins8

    09/27/2020, 7:45 PM
    @User hmm, it should though it doesn't deal with special characters very well which is why its experimental. can you try importing something via a regular file path without
    ~
    and
    symbols? meanwhile, i'll check on the special character implementation
  • r

    robothor

    09/27/2020, 7:49 PM
    Ah, ok. That must have been it. Importing from something in my home directory seemed to work. That path is iCloud Drive, FWIW.
  • k

    kevins8

    09/27/2020, 7:49 PM
    ah, got it. i have that so will be a good repro test
  • r

    runlevelrobot

    09/27/2020, 8:26 PM
    > @User you could write a bash script using something like this to generate all the notes > > https://stackoverflow.com/questions/25701265/how-to-generate-a-list-of-all-dates-in-a-range-using-the-tools-available-in-bash @kevins8 awesome thanks!
  • g

    gusmmm

    09/28/2020, 7:47 AM
    Kevin, do you have plans to integrate a reference manager like zotero?
  • r

    robothor

    09/28/2020, 2:03 PM
    I had a quick thought today. Might be a QoL thing... I noticed that when I
    Dendron: Copy Note Link
    , the result looks like this:
    [[title|my.page.link]]
    , which I thought was handy because I noticed that I had a bad title. So I fixed the title and wanted to update the link. I did it manually, and I only had one link so it was no problem. But I am lazy and I might need to do this with a bigger set of links. :-) Is there an easy way to update a link with the title of the note at the end of the link?
  • i

    imalightbulb

    09/28/2020, 2:13 PM
    ahh
  • i

    imalightbulb

    09/28/2020, 2:13 PM
    I think
    Refractor Hierarchy
    will do this for you
  • i

    imalightbulb

    09/28/2020, 2:13 PM
    if you rename the whole hierarchy, the links will update
  • r

    robothor

    09/28/2020, 2:14 PM
    I just want to change the
    title:
    in the YAML frontmatter and update links that refer to that note.
  • r

    robothor

    09/28/2020, 2:23 PM
    E.g. if I have a note `my.page`:
    Copy code
    ---
    id: abcd-1234-...
    title: Ths is nt right
    desc: ''
    updated: 1601275434446
    created: 1601275434446
    stub: false
    ---
    
    Note note note
    If I
    Copy Note Link
    , I get
    [[Ths is nt right|my.page]]
    . If I fix the title to
    title: This is my fixed title
    I would like to be able to update
    [[Ths is nt right|my.page]]
    ->
    [[This is my fixed title|my.page]]
    whenever I had used it. Yes, I suppose I can use regex search and replace across everything, but I was wondering if this was around somewhere and I had missed it.
1...787980...757Latest