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

    itsamemarkus

    02/04/2023, 4:50 PM
    does someone know? From my googling I understand that it's currently not possible. https://github.com/telesoho/vscode-markdown-paste-image/issues/73 Is that right? I'm looking for any solution where I can access the dendron library on my server via https that allows me to paste screenshots frequently
  • n

    Nico Baier

    02/05/2023, 3:52 PM
    Following up on this -- anyone know of an easy way to do this?
  • f

    foureyedsoul

    02/05/2023, 8:06 PM
    Are you on Mac, Windows, or Linux? I think that Hookmark ( https://hookproductivity.com ) might let you do that on Mac, but I've only heard about the app and never used it. Maybe that'll at least help you get closer to finding something that works for your system?
  • d

    danct01

    02/06/2023, 3:04 AM
    I have a number of files that are named beginning with "p." (following the PARA method). If I do Lookup and type "p." it doesn't show me any of those files. Why is that? A bug? If I type "r." it correctly shows me the files beginning with that letter. Why doesn't it work for "p."?
  • c

    ccamara

    02/06/2023, 10:57 AM
    Hello, I have a **question on using Template variables in a template**: I have created a schema that uses a template. That template contains a variable in the text (i.e.
    {{ TITLE }}
    ). When creating a new note using the template, the variable is replaced by the text in the title, but I'd like to be kept as a variable, instead. I'm reading this, but could not find the solution: https://wiki.dendron.so/notes/861cbdf8-102e-4633-9933-1f3d74df53d2/#variable-substitution
  • m

    McLovin

    02/06/2023, 3:23 PM
    Are there any plans for a live preview feature?
  • n

    Nico Baier

    02/06/2023, 3:37 PM
    I actually use hookmark already and it's okay for this use case. The issue is that it doesn't open the entire dendron vault, just the file
  • j

    JohnMi

    02/07/2023, 4:09 PM
    Hi folks. I have an .md file containing the "schema" that I want to have in Dendron. In each line, there is the top domain and below of this is the children indented to the right. Indentation is increased for each child. Example
    Copy code
    OS
      OS.macOS
      OS.macOS.terminal
      OS.linux
    Dev
      Dev.js
      Dev.js.bool
      Dev.python.loops
    etc... How can I create a schema by using this simple .md file and creating the children based on indentation levels? Any alternative way? Thanks
  • j

    JohnMi

    02/07/2023, 4:17 PM
    Can I pass programmatically a full list of these lines to Dendron at once in order to create a schema? if so, how?
  • j

    joneshf

    02/07/2023, 5:23 PM
    Sorry, either I'm on the wrong version of dendron or the PodV2 Quickstart is out of date. It's very likely the former. I don't have a
    Dendron: Reload Window
    command, and I don't have a
    Dendron: Export Pod V2
    command.
  • j

    joneshf

    02/07/2023, 5:25 PM
    My extension is on
    0.119.0
    , but my
    dendron.yml
    has a
    workspace.dendronVersion
    of
    0.83.0
    . I'll see if that can/should be updated.
  • s

    ScriptAutomate

    02/07/2023, 5:38 PM
    Hmmm ope, docs are wrong. Command is
    Developer: Reload Window
    during the steps of enabling Podv2. Your version of Dendron should support it 🙂
  • j

    joneshf

    02/07/2023, 5:41 PM
    Sorry, my eyes betrayed me. I saw
    dev.enablePreviewV2
    , and thought it was
    dev.enableExportPodV2
    . everything is working now. Thanks for the help!
  • j

    joneshf

    02/07/2023, 5:44 PM
    Relatedly, is there a way to either write our own pod for exporting, or customize how the wikilinks are rendered in markdown?
  • j

    joneshf

    02/07/2023, 5:45 PM
    The latter sounds easier.
  • j

    joneshf

    02/07/2023, 5:47 PM
    In particular, when I export a single note, it's because I want to put it somewhere else where all of the links don't exist. So I'd like to just use the link title instead of generating a markdown link.
  • k

    KiloJon

    02/07/2023, 9:17 PM
    I am looking for what I did to make Command 'Dendron: Toggle Preview' stop working (not found-2nd image attached). In my dendron workspace only Markdown: Preview commands are working (1st image attached). In a new window, different workspace, Dendron: Toggle Preview command is missing entirely (3rd attached image) I have been working with two extensions to use VS Code for product demonstrations [ "live coding" without having to switch sharing terminal and typing code and presenting slides]... Sharing VS Code into Zoom|Meet|Teams is just easier and "more professional". The two extensions I have been trying are vscode-reveal (evilz.vscode-reveal) and Slides (nicoespeon.slides) but have been using them off and on for a month without issue. I called the Doctor (3rd image) {no keybinding conflicts, etc}
  • k

    KiloJon

    02/07/2023, 9:28 PM
    Does dot notation help?
  • k

    KiloJon

    02/07/2023, 9:30 PM
    i also use the top right shortcuts to Customize Layout "on the fly"
  • k

    KiloJon

    02/07/2023, 9:37 PM
    that happens automatically for me when I open multiple panes in a window
  • k

    KiloJon

    02/08/2023, 12:05 AM
    vscode-reveal (evilz.vscode-reveal) seems to be the problem - disable it and Dendron: Toggle Preview goes back to working
  • b

    Bassmann

    02/08/2023, 3:51 PM
    I'm not exactly sure what you mean. Schema files are yaml files looking mostly like your example. It shouldn't be a problem to write e.g. a python script to create one from your md file. What am I missing?
  • a

    andypassion

    02/08/2023, 5:09 PM
    Hello everyone! I am newbie (i moved from Obsidian to Dendron yesterday) and I can`t find how to Refactor several notes hierarchy the same time (not one by one).. I need to change zettelkasten indexes in the name of the notes for 3 notes from 1a2b, 1a2c, 1a2d to -> 3a2b , 3a2c, 3a2d so that backlinks not become broken.. Can i rename/refactor/bulk edit notes filenames somehow (using regex)? Or maybe there is some VScode plugin? I found only this page https://wiki.dendron.so/notes/srajljj10V2dl19nCSFiC/ but using this method i can only make it one by one... Thank you very much!
  • a

    aleksey

    02/08/2023, 5:28 PM
    Dendron refactor hierarchy command supports full regex, so you should be able to use capture groups for what you want: https://wiki.dendron.so/notes/9zwkp44wnlaa8p8dpt4w8tq/#match-text Since you moved to Dendron just now, a fair warning -- Dendron's future is uncertain (read here for more details https://discord.com/channels/717965437182410783/737323300967022732/1072563304289030164):
  • a

    andypassion

    02/08/2023, 5:35 PM
    Thank you very much! About Dendron`s future - yeah i know ,it was very sad to hear it is great app, but even so it is more Robust than Obsidian in my opinion 😉
  • r

    RzLnx88

    02/08/2023, 6:13 PM
    Welcome! This is what helped me understand regex capture groups
  • c

    Calion

    02/09/2023, 1:13 AM
    Given that Dendron will no longer be actively developed, could we perhaps get a genuine Dendron Obsidian plugin from…somebody?
  • a

    andypassion

    02/09/2023, 8:26 AM
    You mean something like that? https://github.com/dobrovolsky/obsidian-structure
  • a

    andypassion

    02/09/2023, 8:56 AM
    Yesterday i asked about Multiple Notes Refactoring using regex. I learned https://wiki.dendron.so/notes/9zwkp44wnlaa8p8dpt4w8tq/#match-text that it is possible and i have tried it. But here is in continuation of the last question - when i Found all the needed notes using command "Refactor Hierarchy" ↙️ *Is it possible to change Hierarhy (or rename them preserving backlinks) all 3 notes with the names 1a, 1a1, 1a2 to convert them into -> 2a2 , 2a2a, 2a2b accordingly -> so i need to pull down them 1 level (figuratively speaking Zettelkasten language) and also add the endings (a,b). * Is there some solution at all (because using command "Refactor Hierarchy" renames them all using the same "template" , it just replaces one text(name) to another, but it is not what i need) -> i need to pul up/down all the zettelkasten chain of notes (and their indexes)..
  • c

    Calion

    02/09/2023, 12:26 PM
    Something like it, yes. But it's my understanding that this is far from a full implementation.
1...747748749...757Latest