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

    muteboy

    05/26/2022, 9:50 AM
    Hi, how do I edit the meeting notes template so that the title is the full 'yyyy-mm-dd' date, rather than just 'dd'?
    j
    • 2
    • 2
  • m

    matthew.bellringer

    05/26/2022, 9:58 AM
    I've been looking at similar challenges for cross-organisation and self-organised collaboration. I'm playing with a model of multiple vaults belong to each group, and using Azure Static Site Hosting's integration with GitHub to create public and private areas of each groups vault(s). This will only work for people comfortable with markdown and git workflows, so won't work with non-techies, but it feels like a step in the right direction.
  • h

    hv77

    05/26/2022, 10:14 AM
    Will there be any performance issues if the vault has 1000's of images? Does dendron recommend to keep notes mostly as text only (at least for now)? I got some 100+ notes with each note containing around 30-50+ images, so wanted to know if anyone else did a similar migration recently
  • j

    Joshi

    05/26/2022, 10:17 AM
    Edit meeting note title
  • m

    matthew.bellringer

    05/26/2022, 10:23 AM
    Dendron has its own preview plugin for VS Code accessible from the Dendron: Show Preview. I find it pretty good, though I also often use Dendron: Publish Dev, which publishes a live copy of your vault on the local machine that you can interact with in the browser.
  • m

    matthew.bellringer

    05/26/2022, 10:26 AM
    Related to the conversations in the channel yesterday, does anyone have a Dendronic way of handling structured data? I mean, essentially tables of artefacts with common attributes, e.g. blog posts, podcast episodes, contacts, etc... I'd expect that would come with the database-backed model, but I'd like to know if there's a way to handle this in the meantime.
  • x

    Xanaus

    05/26/2022, 10:53 AM
    @Bryan Jenks 🌱 Hey sorry for the ping was watching your video on [dendron] (

    https://youtu.be/nfvx8rv77NA?t=4264▾

    ) but wasnt able to do the code-snippit which u teach about at 1:15:00 aprox; Can u help figure it out?
  • x

    Xanaus

    05/26/2022, 3:44 PM
    How can I export a file as the same way I see in the preview?
  • k

    kevins8

    05/26/2022, 4:00 PM
    yes on plans. eta sometime in 2022 😅
  • a

    aleksey

    05/26/2022, 11:46 PM
    By live preview, do you mean WYSIWYG editing? There is an issue open about that and you can +1 it to show you support: https://github.com/dendronhq/dendron/issues/2778. As for the VSCode plugins, you can try Markless (https://marketplace.visualstudio.com/items?itemName=tejasvi.markless). It's not Typora in any means, but it might fit your needs.
  • k

    kfischer_okarin

    05/27/2022, 12:30 AM
    What is the difference between Hooks and Note Traits? They seem quite similar to me.... And what is the rationale for both of them existing as features....?
  • d

    d1onys1us

    05/27/2022, 4:53 AM
    Is there a “canary” or nightly version of dendron I can use
  • p

    piktonus97m

    05/27/2022, 4:55 AM
    Yes, you can download it from the Extension Marketplace.
  • d

    d1onys1us

    05/27/2022, 4:56 AM
    I’m doing something similar btw, I’m thinking of allowing direct pushes to the main branch and making it as easy as possible by pressing the “Edit on ____” on the bottom left of the published site. Still a bit of friction for non techies
  • s

    SeriousBug

    05/27/2022, 5:07 AM
    Traits apply to the note, while hooks apply to the hierarchy. While they have quite a bit of overlap, the difference is what happens when you move notes around. For example, a journal note is always a journal note even if you move it into a different hierarchy. But a hook will only apply to a specific hierarchy, so it won't apply if you move the note into a different hierarchy. Right now this distinction is not super important because hooks and traits only have the "onCreate" functions, but it will make a lot more difference once we expose more functionality.
  • b

    Bryan Jenks 🌱

    05/27/2022, 7:16 AM
    the templates?
  • x

    Xanaus

    05/27/2022, 7:17 AM
    Yeah !
  • n

    NorbertK

    05/27/2022, 7:23 AM
    The command 'Refactor Hierarchy' gives no option to move the notes to another vault . Is that correct ? If yes, what is the best way to move a bunch of notes to another vault, keeping the backlinks intact ?
  • x

    Xanaus

    05/27/2022, 7:27 AM
    Like the template part i was able to follow then when u did the code-snippet part where in u type 'da' an indicatore pops below the cursor.... did u want to enter the ‘$date' ? But i am not getting that suggestion
  • p

    Paul_J

    05/27/2022, 8:01 AM
    hello everybody. I'm looking for a vscode / Dendron consultant to help me troubleshoot and optimise my configuration. is there anybody that does that kind of thing? please private message me.
  • o

    Ostrich

    05/27/2022, 8:58 AM
    I keep getting this error on random notes, this popped up when I tried to delete the note. The note suddenly loses the updated and created time and Dendron say something about the note being readable. How do I fix this? It is kind of annoying.
    k
    • 2
    • 1
  • h

    hv77

    05/27/2022, 11:23 AM
    Finally found out that there was no error on dendron paste image extension and it was only my mistake to not open the dendron workspace. I opened the parent folder containing the
    vault
    and
    dendron.code-workspace
    settings file in VScode and directly tried to upload images into the notes, without clicking the
    Open Workspace
    pop up that comes at the right bottom corner to enable the customized workspace settings. Lesson learnt for me, I hope this answer will be useful for someone else.
  • n

    NorbertK

    05/27/2022, 11:26 AM
    A Double click on
    dendron.code-workspace
    starts everything as it should be
  • h

    hv77

    05/27/2022, 11:31 AM
    Awesome, Thanks so much🙏
  • d

    Doctor Villain

    05/27/2022, 12:10 PM
    Hi Everyone. Im trying to sync Dendron onto a 2nd pc. Is there best practice to do that to use either: - an existing workspace, and add Dendron to that. Or - new dendron workspace but to pull files from github It doesnt seem to want to pull from my existing github folder. Thank you 🙂
  • m

    matthew.bellringer

    05/27/2022, 12:27 PM
    Yeah, it's a concern. It's all well and good giving people simple steps until they end up tangled in a merge conflict. I wonder if some of the ideas from a tool like [Tina CMS](https://tina.io/) could help with that kind of use case? It'd lack a lot of what makes Dendron such a cool tool, but would at least be OK for editing single pages.
  • n

    NorbertK

    05/27/2022, 12:41 PM
    Moving notes between vaults : Should moving of multiple vaults work ? It doesn't seem so. I can select multiple notes in the explorer view, select Move / create new and the new vault but only one gets moved.
  • s

    spex66

    05/27/2022, 1:12 PM
    --- since "Dendron Markdown Preview enhanced" is replaced by preview v2 How does the support of markdown extensions works? Feature requests, or is there an upstream repo you forked and keep in sync with? Concrete I'm looking for presenter-slides (https://github.com/shd101wyy/markdown-preview-enhanced/blob/master/docs/presentation.md) * and https://npm.io/package/markmap (or another cool markdown-mindmap renderer 🙂
  • x

    Xanaus

    05/27/2022, 1:26 PM
    Nextcloud?
  • d

    Doctor Villain

    05/27/2022, 3:53 PM
    Fixed. Read the vault documentation. Initialised Dendron rather than via the turtorial method. Had to delete all local dendron files on the 2nd pc. seems better in a seperate workspace which I can live with. Will just open two VScode windows to compensate 🙂
1...643644645...757Latest