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

    kevins8

    10/30/2020, 8:20 PM
    hmm, its been a while. i might give it another try
  • r

    robothor

    10/30/2020, 8:21 PM
    I also have snippets for inserting emoji and those work fine too
  • k

    kevins8

    10/30/2020, 8:21 PM
    can't do without the emojis πŸ˜…
  • h

    H3llSt0rm

    10/31/2020, 4:56 PM
    What do you guys do for calender events. Event, task or appointment set in the future. Do you use an online calender with mobile apps? Google, apple, nextcloud. Or make an journal note for that day. (e.g daily.journal.2020.12.24).
  • u

    user

    10/31/2020, 5:05 PM
    > What do you guys do for calender events. Event, task or appointment set in the future. > > Do you use an online calender with mobile apps? Google, apple, nextcloud. > > Or make an journal note for that day. (e.g daily.journal.2020.12.24). @H3llSt0rm each morning I have my startup ritual. Cleaning up prs, catching up on mail and messages. The way I handle meeting is that one of the steps in the morning is to look at my calendar. I copy the titles of the meetings some need notes some don’t.
  • u

    user

    10/31/2020, 5:07 PM
    If you really want to use dendron for it. You could keep the formatting the same. If you create a daily snippet you can or reference it in your daily snippet
  • u

    user

    10/31/2020, 5:07 PM
    So you could do something like journal.2020-10-29.meetings
  • u

    user

    10/31/2020, 5:09 PM
    And add in your daily snippet and reference journal.${Date}.meetings
  • u

    user

    10/31/2020, 5:09 PM
    It’s just an idea, it all depends on your workflow πŸ™‚
  • k

    kevins8

    10/31/2020, 5:15 PM
    @User @User I do something similar where i have a morning and evening ritual. i like to use the bullet journal format (https://dendron.so/notes/e65dfe53-41f7-4b16-b870-dadec1775497.html) to move tasks from the previous day to the current for future tasks, I just set journal notes in the future
  • k

    kevins8

    10/31/2020, 5:16 PM
    we're also thinking about adding alerts to notes, an idea brought up by @User https://github.com/dendronhq/dendron/issues/282 aiming to get it implemented in november
  • b

    Bassmann

    10/31/2020, 5:43 PM
    > What do you guys do for calender events. Event, task or appointment set in the future. > > Do you use an online calender with mobile apps? Google, apple, nextcloud. > > Or make an journal note for that day. (e.g daily.journal.2020.12.24). @H3llSt0rm I use an online calendar for any time specific events. However I record any notes from those events in Dendron notes either in a note like journal. 2020.10.30.meet.meetingtitle or as a note like prj.projectA.meetings. In the former case I add a link to my daily journal in the latter a note ref
  • h

    H3llSt0rm

    10/31/2020, 7:35 PM
    > @User @User I do something similar where i have a morning and evening ritual. i like to use the bullet journal format (https://dendron.so/notes/e65dfe53-41f7-4b16-b870-dadec1775497.html) to move tasks from the previous day to the current > > for future tasks, I just set journal notes in the future @kevins8 > @H3llSt0rm I use an online calendar for any time specific events. However I record any notes from those events in Dendron notes either in a note like journal. 2020.10.30.meet.meetingtitle or as a note like prj.projectA.meetings. In the former case I add a link to my daily journal in the latter a note ref @Bassmann So the workflow could be external calender. Keeping journal meeting notes (either under daily journal or project journal). The task or event gets added to daily journal during either evening or morning review. Reminders in the external calendar could be set to coincide with evening or morning review. @Bassmann: like your use of note ref or note link based on context.
  • h

    H3llSt0rm

    10/31/2020, 7:36 PM
    @kevins8 : using the bullet journal method by moving tasks one day forword if not completed does make sense also.
  • r

    rhaynes

    10/31/2020, 8:08 PM
    @User hope all is well. The other day I reported a problem with not being able to follow [[ ]] links. I created a new dendron instance and all was well - for 3 or 4 days. But once again I am not able to follow the links from within the markdown file itself, the links do work in the markdown preview. I can follow http:// links in the markdown file but nothing else. Anyway to help me debug?
  • k

    kevins8

    10/31/2020, 8:30 PM
    @User when you say not work, you mean the option+click doesn't work? does the
    go to definition command
    still work? is this specific to the particular dendron workspace or does it no work in vscode?
  • t

    troy

    10/31/2020, 8:38 PM
    I tried to use Dendron with an existing directory of markdown files. I did this by creating a new Dendron workspace in the parent directory and then editing the workspace file to change the path from "vault" to the directory of markdown files. When refactoring files subsequently I ran into this error quite a few times: "Cannot read property 'forEach' of undefined" @User
  • r

    rhaynes

    10/31/2020, 8:39 PM
    > @User when you say not work, you mean the option+click doesn't work? does the
    go to definition command
    still work? is this specific to the particular dendron workspace or does it no work in vscode? @User unfortunately option-click doesn't work and the go to definition command doesn't work in my dendron workspace. What's the easiest way to test outside of the dendron workspace? I opened another workspace and created two test markdown files with [[links]] between them. Go to definition did not work.
  • t

    troy

    10/31/2020, 8:42 PM
    I was wondering 1. if there was a different way of doing things that would have avoided this error and 2. if I can edit the markdown files with a script or manually to remove this error ? I am guessing its because the markdown files don't have some YAML entries which would not have been the case had they been created within Dendron. @User
  • k

    kevins8

    10/31/2020, 9:11 PM
    @User dendron can work with notes that were created without frontmatter but certain operations (eg. refactor) might run into issues. you can run
    Dendron: Doctor
    to add frontmatter to all notes that don't have it
  • k

    kevins8

    10/31/2020, 9:12 PM
    @User if
    > Go to Definition
    isn't working, it's telling me that VSCode isn't able to load the wiki-link definition files
  • k

    kevins8

    10/31/2020, 9:13 PM
    can you make sure this extension is enabled?
  • t

    troy

    10/31/2020, 9:34 PM
    > @User dendron can work with notes that were created without frontmatter but certain operations (eg. refactor) might run into issues. you can run
    Dendron: Doctor
    to add frontmatter to all notes that don't have it @User Thanks. Running Doctor seems to have solved the refactoring problem
  • r

    rhaynes

    11/01/2020, 11:32 AM
    > can you make sure this extension is enabled? @User yes that extension is loaded. This morning I opened my vault folder within another workspace (with all the same extensions loaded) and option-click is working. What does that tell you?
  • k

    kevins8

    11/01/2020, 5:59 PM
    @User its telling me that you have an interesting vscode setup πŸ˜… i think this bears an actual debug session. will send you a calendly link over chat and lets set some time aside next week to figure this out
  • e

    Eddy

    11/01/2020, 6:20 PM
    when making new notes i often write the name with _ instead of spaces, but then afterwards I have to change the title manually to use a space instead to make it look nice in the graph view.. it's a minor hassle, but is there a better way to go about this?
  • k

    kevins8

    11/01/2020, 6:23 PM
    not right now but @User is currently working on making the title nicer so if you submit a feature a feature request with the behavior you want, we can add it as a configurable option πŸ˜… https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • k

    kevins8

    11/01/2020, 6:24 PM
    @User also, i swear i saw a mathjax question from you earlier. in case you were still looking into it, i think you have to change the math engine for mpe: https://shd101wyy.github.io/markdown-preview-enhanced/#/math
  • r

    rhaynes

    11/01/2020, 9:19 PM
    > @User its telling me that you have an interesting vscode setup πŸ˜… > > i think this bears an actual debug session. will send you a calendly link over chat and lets set some time aside next week to figure this out @User thanks! I guess I will get some sort of notification that I have a message/
  • e

    Eddy

    11/02/2020, 10:45 AM
    I did pose a question regarding mathjax, but i put it in feedback and then i wanted to move it and never got around to it
1...114115116...757Latest