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

    dentropy

    11/05/2020, 12:30 AM
    @User Thanks
  • r

    ReductioMeta

    11/05/2020, 12:42 PM
    hi, is there any way to type [[ and a list of links, file names and references show up? like in Obsidian, RemNote, Roam, etc. I find it is a hassle to link ideas in Dendron
  • i

    imalightbulb

    11/05/2020, 12:43 PM
    Yes it is
  • r

    ReductioMeta

    11/05/2020, 12:44 PM
    I tried the vscode intellisense shortcut as suggested here https://www.dendron.so/notes/3472226a-ff3c-432d-bf5d-10926f39f6c2.html#wiki-links but it is not good enough, doesn't even list existing links
  • i

    imalightbulb

    11/05/2020, 12:44 PM
    https://discordapp.com/channels/717965437182410783/742532267058004098/753991795167461376
  • g

    Guipnox

    11/05/2020, 2:44 PM
    Guys i'm a noob. I'm trying to paste a clipped image into Dendron but I'm not having success. Help plz
  • k

    kevins8

    11/05/2020, 2:45 PM
    https://dendron.so/notes/a91fd8da-6895-49fe-8164-a17acd8d9a17.html#images
  • k

    kevins8

    11/05/2020, 2:45 PM
    dendron has a paste image command for exactly that purpose
  • g

    Guipnox

    11/05/2020, 2:51 PM
    I tried that. It shows
  • g

    Guipnox

    11/05/2020, 2:51 PM
    Maybe my assets folder is corrupted?
  • k

    kevins8

    11/05/2020, 2:52 PM
    are you using the preview that dendron provides (instead of the vscode builtin one)?
  • g

    Guipnox

    11/05/2020, 2:52 PM
    Yes. The Dendron Markdown Preview
  • k

    kevins8

    11/05/2020, 2:52 PM
    > Dendron: Show Preview
  • k

    kevins8

    11/05/2020, 2:53 PM
    hmm, you can check your assets folder by navigating to the file
  • k

    kevins8

    11/05/2020, 2:53 PM
    its located inside your vault. {vault}/assets/images/
  • k

    kevins8

    11/05/2020, 3:03 PM
    your vault structure seems to be a bit odd. normally, its
    Dendron/vault/assets/images
  • k

    kevins8

    11/05/2020, 3:04 PM
    if you run
    > Open Workspace Settings (JSON)
    , can you share the output?
  • g

    Guipnox

    11/05/2020, 3:24 PM
    Copy code
    {
      "folders": [
        {
          "path": "vault"
        }
      ],
      "settings": {
        "dendron.rootDir": ".",
        "editor.minimap.enabled": false,
        "files.autoSave": "onFocusChange",
        "workbench.colorTheme": "Solarized Light",
        "pasteImage.path": "${currentFileDir}/assets/images",
        "pasteImage.prefix": "/",
        "markdown-preview-enhanced.enableWikiLinkSyntax": true,
        "markdown-preview-enhanced.wikiLinkFileExtension": ".md",
        "vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
        "vscodeMarkdownNotes.slugifyCharacter": "NONE",
        "editor.snippetSuggestions": "inline",
        "editor.suggest.snippetsPreventQuickSuggestions": false,
        "editor.suggest.showSnippets": true,
        "editor.tabCompletion": "on",
        "cSpell.language": "en",
        "workbench.preferredDarkColorTheme": "Activate SCARLET protocol (beta)",
        "workbench.preferredLightColorTheme": "Solarized Light",
        "workbench.iconTheme": "vs-minimal",
        "window.autoDetectColorScheme": true
      },
      "extensions": {
        "recommendations": [
          "dendron.dendron-paste-image",
          "equinusocio.vsc-material-theme",
          "dendron.dendron-markdown-shortcuts",
          "dendron.dendron-markdown-preview-enhanced",
          "dendron.dendron-markdown-links",
          "dendron.dendron-markdown-notes",
          "github.github-vscode-theme"
        ],
        "unwantedRecommendations": [
          "shd101wyy.markdown-preview-enhanced",
          "kortina.vscode-markdown-notes",
          "mushan.vscode-paste-image"
        ]
      }
    }
  • g

    Guipnox

    11/05/2020, 3:27 PM
    > your vault structure seems to be a bit odd. normally, its
    Dendron/vault/assets/images
    @User It's because I was going to use LateX and Dendron at the same time so I created a Dendron folder inside Dendron (lol). But now I separated them by workspaces with different themes.
  • t

    thm

    11/05/2020, 3:38 PM
    Hi, is there a way to automatically (i.e. from a CLI) publish (a subset of) my vault as a Jekyll site?
  • k

    kevins8

    11/05/2020, 3:45 PM
    @User got it. where are your notes located? are there in
    Dendron/vault
    ? dendron will look for images directly under
    vault/assets/images
    . if there are additional levels (eg. UFSC/Transcal2), Dendron wouldn't be able to find them
  • k

    kevins8

    11/05/2020, 3:46 PM
    @User yep. dendron-cli is what you're looking for :) https://dendron.so/notes/8b03ed06-4f46-46e0-8652-c6abf2266a79.html#buildsite
  • t

    thm

    11/05/2020, 3:46 PM
    > Hi, is there a way to automatically (i.e. from a CLI) publish (a subset of) my vault as a Jekyll site? I feel like since the vault is already a set of markdown files with YAML headers, it should play along with plain Jekyll quite nicely, but there's still the question of resolving note references and such
  • t

    thm

    11/05/2020, 3:46 PM
    oh great @User, thanks!
  • k

    kevins8

    11/05/2020, 3:47 PM
    @User wrote a guide of doing this with github actions https://dendron.so/notes/692fa114-f798-467f-a0b9-3cccc327aa6f.html#publish-to-github-pages-with-actions
  • t

    thm

    11/05/2020, 3:47 PM
    awesome, will check out
  • g

    Guipnox

    11/05/2020, 4:01 PM
    @User I think I'm gonna set it up using your idea of hierarchy through "UFSC.Transcal2." instead of folders
  • g

    Guipnox

    11/05/2020, 4:01 PM
    And see them by the Dendron Tree View?
  • k

    kevins8

    11/05/2020, 4:05 PM
    dendron tree view or using lookup https://dendron.so/notes/a7c3a810-28c8-4b47-96a6-8156b1524af3.html#creating-notes-with-a-selection
  • t

    thm

    11/05/2020, 4:07 PM
    Also (since I'm already asking questions 😄 ) I've got two itches that I haven't yet quite found a way to scratch in Dendron: 1. When I'm taking notes from lectures and such, I often just want to mark a certain term so that I can find all the backlinks later - in Roam, you just make a
    [[wikilink]]
    , but if I do this in Dendron, it places a note right at the root of the hierarchy, which clutters it up (just as it does in Roam, to be fair). However, putting
    [[notes.psychology.people.freud]]'s idea of the [[notes.psychology.concepts.unconscious]]
    is way too unwieldy in the middle of note-taking and is hard to read afterwards. I settled for making a "`q`" sub-domain (just because it's a relatively uncommon letter in a good spot on the keyboard) and I stash these sorts of references in it, so instead of say, putting
    [[Freud]]'s idea of the [[unconscious]]
    , I've got
    [[q.Freud]]'s idea of the [[q.unconscious]]
    , but it's not ideal either. Is there a workflow I'm missing? 2. A significant portion of my "notes" are actually just briefly annotated web links. Stashing them in a couple markdown notes in the hierarchy and just putting the annotations below the links gets me 80% of the way, but they're still just bare URLs (i.e. no titles or previews), so I was wondering if there was maybe a Markdown preview extension(-extension?) that also does the OpenGraph queries and other kinds of preview magic - or if there was a better way to handle this sort of data in Dendron? Thanks in advance!
1...117118119...757Latest