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

    Colin Madland

    01/14/2022, 4:07 AM
    Hey @bitdryvr I’m playing with that combo rn. cmadland.github.io/Dendron
  • b

    bitdryvr

    01/14/2022, 4:08 AM
    link please?
  • c

    Colin Madland

    01/14/2022, 4:10 AM
    Check my reply
  • b

    BigW

    01/14/2022, 5:33 AM
    Does any one know that why i cannot copy content from the Preview.. Windows, Default Dendron Preview
  • n

    Nezteb

    01/14/2022, 5:43 AM
    Do the schema templates only apply to newly created notes? So if I edit a schema template to add new fields, the previously created notes will not inherit that change? (this makes sense but I wanted to be sure)
  • s

    SeriousBug

    01/14/2022, 5:44 AM
    Yes, that's correct
  • s

    SeriousBug

    01/14/2022, 5:52 AM
    I can reproduce this issue. Would you mind sending a big report to the GitHub repository? (Not sure if this was reported already, I can't check because there's an internet outage šŸ˜… )
  • b

    bitdryvr

    01/14/2022, 5:54 AM
    Should I be able to check off a task in dendron md preview?
  • t

    Tika

    01/14/2022, 5:57 AM
    Hm... I cannot copy/paste into plain text editors from Preview but it pastes into Word/OneNote, etc. However, before it would come in with the same styles as the Preview but it looks different now. So, something has changed (I think?). An ability to copy formatted text from preview was pretty convenient...
  • b

    BigW

    01/14/2022, 6:00 AM
    Thank you for this great trick, yes, i can copy/paste into Word as well. but not plain text editor, or browser...
  • t

    Tika

    01/14/2022, 6:11 AM
    Not at all. Do file that GitHub issue please as @User advised!
  • s

    SeriousBug

    01/14/2022, 6:48 AM
    No unfortunately, this is a known missing feature
  • s

    SeriousBug

    01/14/2022, 10:10 AM
    @BigW I just notices, we have a fix coming for this already for the next release! No need for that bug report after all šŸ˜„
  • m

    mihaiconstantin

    01/14/2022, 1:39 PM
    My apologies in advance if this is not the right place to ask for help. After reading the docs, I still have some trouble understanding how schemas work. I would appreciate it if you can help me understand where the problem is. Suppose I have the following in `proj.schema.yml`:
    Copy code
    yml
    version: 1
    imports: []
    schemas:
      - id: proj
        parent: root
        children:
        - id: idea
          namespace: true
    Then, I have two notes:
    proj.idea.first.md
    and
    proj.ideas.second.md
    . Based on the schema above, I am able to match
    proj.idea.*
    (i.e., to show the book icon). Yet, when searching for
    proj.ideas.*
    I would expect to see the question mark icon (i.e., the note does not respect the schema). Do you know how this can be achieved? Thanks a lot! šŸ™‚
  • m

    mihaiconstantin

    01/14/2022, 1:44 PM
    This is how it shows up during the lookup on
    proj.
    .
  • m

    mihaiconstantin

    01/14/2022, 2:30 PM
    I guess my question is about Unknown Schemas (https://wiki.dendron.so/notes/c5e5adde-5459-409b-b34d-a0d75cbb1052/#unknown-schema) and how to get Dendron to show this.
  • r

    rlh1994

    01/14/2022, 3:07 PM
    Is anyone using the spellright extension and has been able to stop it marking the yaml header as typos?
  • j

    johndendron29

    01/14/2022, 5:42 PM
    I remember @User uses this one:
  • b

    banjara

    01/14/2022, 6:08 PM
    i am on desktop Linux, VS Codium. In order to Paste Image... do i need to use
    cat image_file.png | xclip -sel clip
    every time to paste the image to xclip and then to my dendron markdown?
  • p

    patchwork

    01/14/2022, 6:13 PM
    I use Zotero and use the quick
    ctrl + shift + C
    to grab the link in APA Style (I think I set this up in Zotero). Then, I have a VSCode plugin called "Markdown Footnotes" which I use to embed the citations in notes. Works great
  • u

    user

    01/14/2022, 6:37 PM
    how long does the thing take to make a algorithm
  • s

    ScriptAutomate

    01/14/2022, 7:27 PM
    Make sure you have the
    Dendron Paste Image
    extension installed, and then you should be able to just use
    Ctrl+Shift+P
    and type
    Paste Image
    (you will be prompted for location, which defaults into
    assets
    dir) to paste directly from your clipboard into VSCodium / Dendron notes without the terminal commands ran first. I'm on Linux, too (Pop!_OS), and this works well.
  • t

    ThatSisyphean

    01/14/2022, 9:14 PM
    i'm trying to do the opposite. Highlight some markdown that has an image file link in it and paste into an email or other app and have the screenshot image in the selection come with it
  • t

    ThatSisyphean

    01/14/2022, 9:14 PM
    is this possible?
  • s

    SeriousBug

    01/14/2022, 9:28 PM
    If it's a link to an image on the web (like
    ![](https://example.com/image.png)
    ), then you could copy and paste from the preview. Otherwise no unfortunately, but please feel free to send in a feature request. @User has been working on a new generation of export pods, and it's likely possible to add this as a feature.
  • t

    ThatSisyphean

    01/14/2022, 9:30 PM
    rip. i'm trying to compose emails with local screenshots in them, then just copy paste into an email. i'll see about adding the feature request later if I can't find any solutions the next time I sit to work
  • i

    imalightbulb

    01/15/2022, 6:55 AM
    Copy code
    md
    
    ### Amazing things that happened today
    
    1.
    2.
    3.
    numbering are squashed together in the preview
  • s

    SeriousBug

    01/15/2022, 7:05 AM
    I can recreate the issue, it happens if the items have no text. Could you send a bug report for this so we can keep track of it?
  • i

    imalightbulb

    01/15/2022, 7:09 AM
    https://github.com/dendronhq/dendron/issues/2178
  • l

    Lysergic

    01/15/2022, 1:36 PM
    Is it possible to give published notes a dark theme?
1...502503504...757Latest