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

    alexis<3

    04/18/2022, 8:44 PM
    because that might be a good way to manage externally
  • k

    kzilla

    04/18/2022, 9:02 PM
    I'm unable to implement extended images by adding custom CSS properties to them as described in https://wiki.dendron.so/notes/a91fd8da-6895-49fe-8164-a17acd8d9a17/ All I see in the preview is the image and the CSS syntax to the right side of the image as shown. Thanks in advance.
  • s

    SeriousBug

    04/18/2022, 9:02 PM
    Could you try adding quotes around the values, especially
    width: "20%"
    ?
    k
    • 2
    • 17
  • k

    kevins8

    04/18/2022, 9:55 PM
    you can use note traits to do this. see https://wiki.dendron.so/notes/bdZhT3nF8Yz3WDzKp7hqh
  • s

    shaughnpuppy

    04/18/2022, 10:18 PM
    Oh wow I had no idea this existed
  • b

    bluesky

    04/19/2022, 2:53 AM
    I used to see note graph, but now it shows nothing but a white blank page. I tried 'reload index', 'reload window', but it didn't solve the issue. Would anyone tell me what I need to do solve this issue?
    j
    • 2
    • 13
  • d

    Dillon // dleetr

    04/19/2022, 5:33 AM
    Added this to my settings json for vsc but still getting these pesky color boxes (I'm trying to add a tag)
    Copy code
    "[markdown]": {
        "editor.colorDecorators": false
      },
    How am I supposed to disable this? I disabled all my extensions I thought might be going behind this setting.
  • s

    SeriousBug

    04/19/2022, 5:34 AM
    It's this setting: https://wiki.dendron.so/notes/0q2h2R9xS2pT7jctDhIYB/
  • d

    Dillon // dleetr

    04/19/2022, 5:34 AM
    Ah, did not realize tags got colored by dendron. Thanks!
  • r

    rlh1994

    04/19/2022, 4:27 PM
    Has anyone played around with automated testing on a community note vault? We're looking at having people able to merge request in new notes but would want quite a strict structure on them - we're playing around with having pytest run on ci/cd when the merge request is submitted but wondered if anyone had experience trying to do this with dendron?
  • k

    kevins8

    04/19/2022, 5:04 PM
    not yet, it’s been something of active discussion internally, especially around tooling to help set guardrails around merges. do you have any asks for what you would want to check for?
  • s

    SeriousBug

    04/19/2022, 5:05 PM
    The discussions Kevin mentioned: https://github.com/dendronhq/dendron/discussions/2397
  • r

    rlh1994

    04/19/2022, 5:22 PM
    We're working through a lot in a workshop next week but it's for documentation we want to be able to scrape so probably quite specific i.e. certain sections must only be populated with bullet points are all links to notes (maybe in a certain hierarchy), maybe certain keywords might flag up for ambiguity etc. I can share some of the stuff once we get more into it if it would be of interest
    k
    • 2
    • 9
  • k

    kevins8

    04/19/2022, 6:22 PM
    enforcing constraints on hierarchies
  • j

    Joshi

    04/20/2022, 2:33 AM
    custom graph styles
  • n

    NZ-John

    04/20/2022, 6:54 AM
    am getting this error when publishing:
  • n

    NZ-John

    04/20/2022, 6:55 AM
    Copy code
    j@jHPE:~/Dendron/J_Private_Journal$ dendron publish dev
    🌱 checking if NextJS template is initialized
    🌱 NextJS template is already initialized.
    generating metadata for publishing...
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    { ctx: 'procRehypeFull' }
    
    > @dendronhq/nextjs-template@0.90.0 dev
    > next dev
    
    ready - started server on 0.0.0.0:3000, url: http://localhost:3000
    event - compiled client and server successfully in 2.9s (3425 modules)
    wait  - compiling /404 (client and server)...
  • n

    NZ-John

    04/20/2022, 6:56 AM
    Copy code
    j@jHPE:~/Dendron/J_Private_Journal$ yarn --version
    1.22.18
    j@jHPE:~/Dendron/J_Private_Journal$ node --version
    v16.9.1
    j@jHPE:~/Dendron/J_Private_Journal$ dendron --version
    0.69.2
  • n

    NZ-John

    04/20/2022, 7:30 AM
    ^ okay, it works if I use
    npx dendron publish dev
    -- https://wiki.dendron.so/notes/e5st4LFLtIwwbQmC6JBaF/#preview maybe need updating
  • t

    Tika

    04/20/2022, 9:19 AM
    @johnknowles Thanks for this tutorial. Would be great if you could extend it a bit. Basics are good to know about but the into tempts with the promise of deadlines, priorities and assignments but does not mention any. Might you explain on a real-world example? That would be super.
  • s

    Saad C

    04/20/2022, 3:17 PM
    Hello, For some reason, the shortcuts Command + Shift + Up no longer work.
  • k

    kevins8

    04/20/2022, 3:29 PM
    can you run
    diagnostics report
    and dm me the output?
  • s

    Saad C

    04/20/2022, 7:46 PM
    Hello, When trying to preview my md. added notes of a folder added to dendron worspace, I have this error
  • s

    SeriousBug

    04/20/2022, 8:39 PM
    The preview can only display markdown notes in your workspace, not ones in the assets folder
  • j

    Jopp

    04/20/2022, 10:17 PM
    sorry, my question might have nothing to do with Dendron, but everytime i start VSCode, a dialog pops up bothering to install XCode, because of Git. I did not get this dialog weeks ago
  • k

    kevins8

    04/20/2022, 10:28 PM
    hmm, that shouldn't be a dendron issue. have you installed any new extensions in the past weeks?
  • j

    Jopp

    04/20/2022, 10:29 PM
    maybe some of my extensions auto updated and are causing this issue
  • a

    alexis<3

    04/20/2022, 11:09 PM
    i finally got around to trying out the templating does templating not support the frontmatter? I wanted to add some basic tags to my templates (ticket.Backlog for example)
  • a

    alexis<3

    04/20/2022, 11:17 PM
    ok so it looks like schemas can apply frontmatter
  • a

    alexis<3

    04/20/2022, 11:17 PM
    thats probably my path forward: schema to apply frontmatter + note template
1...611612613...757Latest