https://www.dendron.so/ logo
Join Discord
Powered by
# chat
  • h

    henry

    07/01/2021, 2:32 PM
    Great suggestions! 1) If I remember correctly, there was some refactoring (I believe with markdown parsing) we were doing behind the scenes that will make this much easier to add in the future - @User may be able to weigh in on that if that is indeed the case. There are plans to add schema previews on hover for the schema graph, so it's only natural that we add the same equivalent for the note graph. I'd love to add this as well! 2) Which of this data do you think would be most useful for you? I can imagine a number of use cases where enabling the display of different note frontmatter/metadata on the graph could be really helpful
  • k

    kevins8

    07/01/2021, 2:40 PM
    1) peek and hover are possible to support. we already do this with links inside markdown. @User if you submit a feature, we can track it on the roadmap 🙂 https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
  • t

    Tika

    07/01/2021, 3:24 PM
    2. I shall have to think in general, it is hard to predict. At the moment, we have a practical case that is, perhaps, surprising. We are trying to use dendron to build an exhibition that functions as a research map and mixes factual evidence with characteristic examples. I thought we could use the graph for navigation but note titles are too dry/abstract. So, an image and a line of arbitrary text would be good to begin with. Clickable links and tags might be a further idea. For more typical uses, dates, authorship, stats might be handy. For blue sky ideas, it would be cool to be able to animate this data by using parameters in sliders. Say, we could scroll through a history of the graph, especially if we have access to the git data. OK, this is probably beyond scope but just thinking...
  • t

    Tika

    07/01/2021, 3:24 PM
    OK. Thanks for considering
  • h

    henry

    07/01/2021, 3:29 PM
    Those all sound like really interesting ideas - I'll take a note of that and try to incorporate some of those goals into future releases. We're currently working on lots of styling customization right now, so it's a great time to look into some of these features and maybe slot one in to an upcoming release
  • t

    Tika

    07/01/2021, 3:31 PM
    Great, thanks. Happy to discuss or try things if useful. Another question is publishing. It would be great if one could easily output those graphs to the web along with the rest.
  • h

    henry

    07/01/2021, 3:38 PM
    Web publishing is absolutely on the roadmap - that will be one of the next biggest features we put out once we release local note graph support
  • t

    Tika

    07/01/2021, 3:40 PM
    https://github.com/dendronhq/dendron/issues/907
  • t

    Tika

    07/02/2021, 11:33 AM
    @User on graph thumbnails and annotations i thought maybe frontmatter can hold this? there is already a field called desc: so this could hold the annotation. maybe one could have a field called thumbnail and put an image reference there?
  • h

    henry

    07/02/2021, 5:30 PM
    That would make a lot of sense. I can look into that
  • a

    andrey-jef

    07/02/2021, 11:25 PM
    Whenever I need to add new note to a dendron publishing github pages. I need to do these 4 commands in VS Code, in order as follow.
    Copy code
    Dendron: Site Build
    git add .
    git commit
    git push
    Smo can teach me if I understand correctly? I've just started an initial step in dendron publishing. Thanks
  • s

    SeriousBug

    07/02/2021, 11:34 PM
    Instead of add, commit & push, you could use the "Dendron: Workspace Sync" command. It does exactly that, and also pulls in case you share the workspace with other people.
  • s

    SeriousBug

    07/02/2021, 11:36 PM
    Depending on your setup, you may need some configuration. There are some details here, feel free to ask for more help: https://wiki.dendron.so/notes/eea2b078-1acc-4071-a14e-18299fc28f47.html#workspace-sync
  • a

    andrey-jef

    07/02/2021, 11:40 PM
    It means that if I need to make any changes to a published notes. I need to use
    Dendron: Site Build
    first then
    Dendron: Workspace Sync
    ?
  • s

    SeriousBug

    07/02/2021, 11:42 PM
    Yes, if you have the vault and the workspace within the same git repository. You'll probably want to set
    workspaceVaultSync: sync
    in
    dendron.yml
    too.
  • s

    SeriousBug

    07/02/2021, 11:43 PM
    Or if you have multiple vaults, as long as one of them is not a remote vault it should work.
  • a

    andrey-jef

    07/03/2021, 12:57 AM
    When I try
    Dendron: Workspace Sync
    this error has shown up, and files are not sync to remote repo on github.
    error pulling vault: git@github.com: Permission denied (publickey)
    I guess I didnt set up to input the passphrase for this step automatically. Because when i
    git push
    , i need to enter the passphrase into terminal. Do you know how to walk through this?
  • s

    SeriousBug

    07/03/2021, 1:09 AM
    Do you have an ssh key set up? If not, setting one up should fix that. If you do, setting up a graphical password entry would help. If you tell me more about your OS and setup I might be able to help.
  • s

    SeriousBug

    07/03/2021, 1:09 AM
    You can also create an issue to request a feature for password entry in Workspace Sync. It's certainly something we could add.
  • k

    kevins8

    07/03/2021, 4:23 PM
    here are instructions for setting up ssh with github https://github.com/dendronhq/seed.services/blob/main/vault/s.github.cook.md#L15:L15
  • a

    andrey-jef

    07/04/2021, 9:42 PM
    I've solved the passphrase for ssh issues when using
    Dendron: Workspace Sync
    by re-cloning a blank repo, then
    Dendron: Initialize Workspace
    , then
    Dendron: Workspace Sync
    will work normally. Not sure the reason here. I'm using Win10, with dendron
    0.48.0
    in VSCodium
    1.57.1
    Further, i've just found out that in order to make
    Dendron: Workspace Sync
    to work, i need to add property
    workspaceVaultSync: sync
    into
    dendron.yml
    . Correct me if i was wrong. The learning process is fun, but imho I need a better guide for new comer, especially non-techie users (like me). I'd love to try to contribute smt in the wiki.
  • k

    kevins8

    07/04/2021, 10:53 PM
    hmm, by any chance, are you using a vault or a workspace vault? see here for the distinction -> https://wiki.dendron.so/notes/6682fca0-65ed-402c-8634-94cd51463cc4.html#vault-types by default, any vault with a git remote will be synced automatically. the exception is a workspace vault which will not unless you specify it in the config definitely agree that this is confusing. would appreciate any updates to the docs. you can click
    Edit on github
    at the bottom of https://wiki.dendron.so/notes/c4cf5519-f7c2-4a23-b93b-1c9a02880f6b.html#workspace-sync to help us update the docs 🙂
  • a

    andrey-jef

    07/04/2021, 11:05 PM
    It must be a
    Regular Vault
    , since I haven't know the existence of
    Dendron: Vault Add
    yet after you mentioned it 😄 oh, idk that vault will be synced automatically. Currently, I need to type
    Dendron: Workspace: Sync
    in command palette whenever I add new note or edit established note
  • k

    kevins8

    07/04/2021, 11:05 PM
    by synced automatically, i mean that when you manually run workspace sync, the default behavior is to synchronize it 😅
  • a

    andrey-jef

    07/04/2021, 11:07 PM
    haha, yeah. even english is confusing in different knowledge perspective. Thanks for clarifying. So I'm currently on the right track 😄
  • u

    user

    07/08/2021, 5:03 PM
    https://wiki.dendron.so/notes/c378b702-7d49-4e91-be6e-b2078103c86e.html
  • u

    user

    07/08/2021, 5:04 PM
    This sounds really cool. I wish I had the cycles!
  • k

    kevins8

    07/08/2021, 6:22 PM
    well, if things should change... 😇
  • u

    user

    07/08/2021, 6:23 PM
    5 years with infinidash.
  • u

    user

    07/08/2021, 6:23 PM
    : |
1...868788...148Latest