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

    seadude

    02/04/2022, 4:52 PM
    hhahah! If it was a snake, it'd have bit me!
  • s

    seadude

    02/04/2022, 4:52 PM
    Thank you
  • t

    Tika

    02/04/2022, 7:19 PM
    @User where do i put these please? i see no such entries in my setting files.
  • s

    SeriousBug

    02/04/2022, 7:23 PM
    That would go in your
    dendron.code-workspace
    file. It's VSCode's own workspace settings
  • t

    Tika

    02/04/2022, 7:24 PM
    thanks. so, is it the same as saying File/Add Folder to Workspace and Remove Folder from Workspace?
  • s

    SeriousBug

    02/04/2022, 7:25 PM
    I think so
  • t

    Tika

    02/04/2022, 7:26 PM
    got it, cheers. this advice here did not get me there. i would add the name of the settings file to these instructions... https://wiki.dendron.so/notes/19a0ea9d-7292-4a68-bc6f-ffd462a54bc5/#folders
  • r

    rrf

    02/05/2022, 12:12 AM
    Guys, would it be possible to register a non markdown file into Dendron's vault? Ideally I'd just create an empty note, copy the header containing the metadata of the note and have my file indexed and possibly be referencable from other notes (of course I don't expect the navigation work in the other direction). I'd like to create a Jupyter notebook and have it saved in the vault conveniently. Thanks 🙂
  • u

    user

    02/05/2022, 12:31 AM
    Does anyone use encryption with their notes? If so, what do you recommend? I'm using VeraCrypt -- I haven't read any issues with it.
  • s

    seadude

    02/05/2022, 12:31 AM
    Hello! I do this in an
    assets/ipynb
    folder within my vault
  • s

    seadude

    02/05/2022, 12:33 AM
    I think there is someone in the wiki regarding encrypting notes using KeyBase.
  • s

    seadude

    02/05/2022, 12:35 AM
    (sorry for the knockoff git link, but it was the first result!) https://gitanswer.com/dendron-support-encrypted-notes-typescript-684248138
  • s

    seadude

    02/05/2022, 12:40 AM
    Anyone having problems with Tables w/ Images not rendering on PDF export? - I was just about to post a TIL (How to get two images side-by-side in markdown) - Images show fine in Preview, BUT... - Once exported to PDF (Chrome (puppeteer)), the images ONLY in the tables, do not render
  • u

    user

    02/05/2022, 12:40 AM
    I think I'll stick to VeraCrypt for now.. it's the simplest and offers wht I want.. an encrypted volume so I can store it in the cloud
  • u

    user

    02/05/2022, 12:42 AM
    there is a tiny issue though.. apparently any chnges causes it to sync the entire container
  • s

    seadude

    02/05/2022, 12:46 AM
    I don't have experience encrypting content with VSCode.
  • r

    rrf

    02/05/2022, 12:51 AM
    Hey, thanks! I think it's a nice way to structure things 👌 And adding an external link to reference the notebook is simple too. Nice 🙂
  • s

    seadude

    02/05/2022, 1:36 AM
    One lesson I learned from someone else on the forums... when nesting folders (like
    assets/ipynb
    ) in my vault...you need to use
    CTRL+P
    to find files within them!! (not
    CTRL+L
    )
  • s

    seadude

    02/05/2022, 2:49 AM
    Anyone seeing this behavior? - Images inside of HTML Tables show fine in Preview, BUT... - Once exported to PDF (Chrome (puppeteer)), the images ONLY in the tables, do not render
  • r

    ruph0us

    02/05/2022, 1:26 PM
    If i have a docs workspace for my coding project, can I add remote vaults to that?
    k
    • 2
    • 5
  • s

    seadude

    02/05/2022, 1:35 PM
    I'm not sure a "docs workspace" is in your context. I think you can either: 1. Add a Dendron vault to your coding project OR 2. Add only the "docs/" directory from your code repo to a Dendron workspace

    https://cdn.discordapp.com/attachments/783027389919658025/938534901702066206/2022-02-02_dendron.remote-full.pngâ–¾

  • s

    seadude

    02/05/2022, 1:39 PM
    I don't have experience with #1, but can provide the git commands for #2 if you need
  • g

    gravelcrab

    02/05/2022, 3:32 PM
    Some time ago, I created the following note in Dendron: a.b.c.d.e.f.md Dendron then automatically created the following empty notes: a.b.c.d.e.md a.b.c.d.md a.b.c.md a.b.md a.md Following the stub note concept, it seems that these notes should have been hidden until they were added (with content). I see that the frontmatter
    stub:
    property is set to
    true
    for these notes, yet they are still visible in the
    Explorer
    section of VSCodium. Should they be visible? Can I hide them somehow?
  • s

    seadude

    02/05/2022, 4:06 PM
    I don't have the same experience in todays Dendron. It could have been the case in previous versions. - Create
    a.b.c.d.e.f.md
    - Only one file has been created - BUT...if you view the hierarchy in the Tree View AND you click on each level of the hierarchy, Dendron will then create each level as a file
  • s

    seadude

    02/05/2022, 4:08 PM
    (AT YOUR OWN RISK:) I think you can just delete the unnecessary files leaving only
    a.b.c.d.e.f.md
  • g

    gravelcrab

    02/05/2022, 4:11 PM
    Thanks @User . I was thinking that this might have been a characteristic of an older version of Dendron. I'll copy them out of the vault and save them elsewhere and see if it causes any problems. it's more-so a neatness thing as it isn't causing a problem.
  • s

    seadude

    02/05/2022, 4:11 PM
    Good idea!
  • s

    seadude

    02/05/2022, 4:21 PM
    I need someone to verify an issue with PDF export and Images within HTML tables. Problem - Does your system render the Images when exported to PDF? - Mine does not; I need to determine if its just my system or if this is a bug **Setup**: 1. Create a new file in Dendron (
    test.md
    ) 2. Ensure you have an
    assets/images
    folder in your vault 3. Add one image (.png) to the
    assets/images
    folder 4. Add the following HTML table to
    test.md
    (substituting
    <image file name>
    accordingly
    Copy code
    <table>
        <tr>
            <td style="border: 5px solid black; border-collapse: collapse; padding:0px; border-color: #27ad74;"> 
                <img src=".\assets\images\<image file name>"/> 
            </td>
        <tr>
    </table>
    5. Preview the file (
    CTRL+SHFT+v
    ) ensure the image is rendered 6. Export the file as PDF (
    Right click on the preview / Chrome (Puppeteer) / PDF
    )
    k
    • 2
    • 25
  • k

    kevins8

    02/05/2022, 4:39 PM
    docs workspace
  • k

    kevins8

    02/05/2022, 4:40 PM
    as mentioned by @User, stubs are not created unless you click on them in the tree view
1...539540541...757Latest