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

    TomD

    09/05/2020, 12:10 PM
    @User Many thanks for taking the time to share your thoughts. I like your explanation and description of an "amoeba note" and use of note/block references. That helps. It also is useful for me to think about the taxonomy of these notes. As you describe exel-code in the name or code|excel as an identifier. The important point here as a principle is to be consistent. Somehow include this description/explanation in the schema. I am not sure if the schema could enforce this rule but would be nice. I am also thinking about the use of the "near" term in regex. I too think it would help in cases like this... excel NEAR code. To identify. I think the description and use of these operators might also use these outlier areas @User Roam also has a robust following around queries, which are very powerful. These queries introduce the more complex building of AND or OR. This is one of my favorite uses in roam. Not sure if we have equivalent functionality but something to think about. Thoughts?
  • k

    kevins8

    09/05/2020, 1:14 PM
    > @User I think this starts to be FAQ material šŸ™‚ @User completely agree. i've been taking often discussed topics in discord and seeding the home page with content. @User could you add the discussion to the faq? updated the contribution docs so its now possible to update the faq either on the page or by checking out the template repo. would be great to get your feedback on that workflow as well šŸ™‚ https://www.dendron.so/notes/125c990b-6fe7-4ada-a65f-44cbde8b33f0.html#documentation
  • k

    kevins8

    09/05/2020, 1:39 PM
    > @User Many thanks for taking the time to share your thoughts. I like your explanation and description of an "amoeba note" and use of note/block references. That helps. It also is useful for me to think about the taxonomy of these notes. As you describe exel-code in the name or code|excel as an identifier. The important point here as a principle is to be consistent. Somehow include this description/explanation in the schema. I am not sure if the schema could enforce this rule but would be nice. I am also thinking about the use of the "near" term in regex. I too think it would help in cases like this... excel NEAR code. To identify. I think the description and use of these operators might also use these outlier areas @User Roam also has a robust following around queries, which are very powerful. These queries introduce the more complex building of AND or OR. This is one of my favorite uses in roam. Not sure if we have equivalent functionality but something to think about. Thoughts? @User roam queries are great and definitely something we want to support in dendron. are roam queries limited to the document or can you use them in search? currently, you can find notes using the below methods: - lookup via hierarchy - vscode search - find tags by references in the future, we want to support: - querying by custom frontmatter attributes: https://github.com/dendronhq/dendron/issues/152 - query by attributes with logical operators: https://github.com/dendronhq/dendron/issues/159 we also want to support some subset of the queries as note references (https://www.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c.html) so that the results can be included in page
  • t

    TomD

    09/05/2020, 2:24 PM
    @User many thanks for upcoming support to queries!. Comment about Schemas for beginners: I am having trouble creating my first schema in a workspace I created from scratch. Following the section under topics...still leaving me with questions. My sample schema is not working even after I reload the index. Not sure what is going on. On the workspace list my icon before the schema yaml file looks like it has a ! like this: ! pkm.schema.yml I am assuming something is wrong and needs attention. Personally, IMO, schemas are the most interesting, unique yet most difficult for me to create (I am not a programmer and this is the first time I create one) I am going to switch over to the dendron and try to experiment from there to get a better undestanding. Just to make it simple, I did a copy and paste from Kevins example without any luck. Here is my screenshot for thoughts.
  • k

    kevins8

    09/05/2020, 2:39 PM
    it looks like a spacing issue. the following should be at the same level
    Copy code
    yml
    - id: pkm
      title: pkm
      desc: ""
      parent: root
  • k

    kevins8

    09/05/2020, 2:40 PM
    yeah, schemas have definitely been the bit that has caused people the most trouble. i hope to create a schema builder over the next week that will help people make schemas without having to deal with yaml šŸ˜…
  • k

    kevins8

    09/05/2020, 2:40 PM
    in the meantime, you can run
    show schema graph
    to visualize your schema which makes things a bit nicer
  • k

    kevins8

    09/05/2020, 2:40 PM
    (note that you'll have to run
    reload graphs
    for schema changes to show up - this is in addition to
    reload index
    )
  • t

    TomD

    09/05/2020, 3:00 PM
    still no luck. I like the idea of a schema builder. what is the "! pkm.schema.yml" mean...a problem I suppose. It remains even after I adjust the spacing
  • k

    kevins8

    09/05/2020, 3:07 PM
    the spacing needs to be at the same level with two spaces
    Copy code
    yml
    schemas:
    - id: pkm
      title: pkm
      ...
    - id: cli
      desc: ...
    ...
  • k

    kevins8

    09/05/2020, 3:08 PM
    you can use something like
    http://www.yamllint.com/
    to check your yaml for syntax issues
  • k

    kevins8

    09/05/2020, 3:08 PM
    http://www.yamllint.com/
  • t

    TomD

    09/05/2020, 3:14 PM
    That worked! I think a special section on syntax with a link to the YAML Validator with an example: 1. example wrong 2. example2.wrong 3.example3.right might help to illustrate. Suggest most common errors. Many thanks for your patience....Simple tasks becoming easier..1 day at a time...Dendron.day5
  • t

    TomD

    09/05/2020, 3:32 PM
    @User I have read the articles on your website...excellent and well written! Immensely helpful. Any other recommended books/articles on heirarchical notetaking you like?
  • k

    kevins8

    09/05/2020, 3:38 PM
    > That worked! I think a special section on syntax with a link to the YAML Validator with an example: 1. example wrong 2. example2.wrong 3.example3.right might help to illustrate. Suggest most common errors. Many thanks for your patience....Simple tasks becoming easier..1 day at a time...Dendron.day5 @User haha, glad to hear it. and yes, i'll add that to the docs
  • k

    kevins8

    09/05/2020, 3:39 PM
    > @User I have read the articles on your website...excellent and well written! Immensely helpful. Any other recommended books/articles on heirarchical notetaking you like? @User i don't actually know of anyone that does hierarchal note taking part of my goal with dendron is making people aware of it. if you find other articles about it, please let me know šŸ˜…
  • k

    kevins8

    09/05/2020, 3:40 PM
    otherwise, i'm planning on publishing more on it as well
  • j

    jojanaho

    09/05/2020, 3:55 PM
    > could you add the discussion to the faq? @User Sure, will try to formulate something there
  • r

    runlevelrobot

    09/05/2020, 4:10 PM
    @User Is there anyway to see a list of recently modified files in dendron? I put something somewhere and I don't remember where I put it lol
  • k

    kevins8

    09/05/2020, 4:11 PM
    i run a cron job that commits my notes every hour and then look into
    git logs
    šŸ˜…
  • k

    kevins8

    09/05/2020, 4:11 PM
    (so short answer - not yet)
  • r

    runlevelrobot

    09/05/2020, 4:12 PM
    ahhhh ok
  • r

    runlevelrobot

    09/05/2020, 4:12 PM
    thanks
  • r

    runlevelrobot

    09/05/2020, 4:48 PM
    Can you share how you use the cron?
  • j

    jojanaho

    09/05/2020, 5:02 PM
    @User one thing to highlight for doc changes; if one uses github editing only, it's impossible to see if the links are created right(?). Other than that, I think it's pretty smooth.
  • j

    jojanaho

    09/05/2020, 5:02 PM
    (feel free to change any text in the pr)
  • n

    nikivi

    09/05/2020, 6:24 PM
    Copy code
    ~/clones/dendron-template master
    āÆ yarn
    yarn install v1.22.5
    warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
    [1/4] šŸ”  Resolving packages...
    [2/4] 🚚  Fetching packages...
    error collect-mentions@1.0.2: The engine "node" is incompatible with this module. Expected version "^6.9.0 || ^8.9.0 || ^10.6.0". Got "14.9.0"
    error Found incompatible module.
    info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
  • n

    nikivi

    09/05/2020, 6:24 PM
    @User this is the error I got when trying to run the template
  • n

    nikivi

    09/05/2020, 6:24 PM
    now that I see it, its just a different node version so its fixable šŸ™‚
  • n

    nikivi

    09/05/2020, 6:25 PM
    not sure why you set those versions as requirement
1...464748...757Latest