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

    Attox8

    07/27/2022, 1:51 AM
    hi, I've got a question about vaults. There's several kinds, self contained, remote, local etc and it's somewhat confusing. As of now I've simply initiated a git repo in my dendron folder and the
    Dendron:Sync
    command seems to work just fine. Is this the correct way?
  • k

    kevins8

    07/27/2022, 2:49 AM
    @Joshi could you look at this?
  • k

    kevins8

    07/27/2022, 2:51 AM
    yep. theres a whole bunch of different vaults but if you stick with the defaults, it should just work
  • m

    Maned

    07/27/2022, 8:19 AM
    Is it possible to add more data to the yaml of Task Notes, so it is shown in the editor when I link to the task? For example I want information like Type: Epic, Story, Bug Linked Issue: blocked by, waiting on, dependent on, etc... I mean in this preview to be able to see it:
  • t

    Tika

    07/27/2022, 11:50 AM
    What is this about? Is there a hard limit? What to do?
  • j

    Joshi

    07/27/2022, 11:52 AM
    Yeah, the max ref limit is set to 3.
    t
    • 2
    • 4
  • g

    grndstt

    07/27/2022, 5:55 PM
    A (maybe silly) question: how do you manage multiple meeting notes in the same day ? If I repeat the Dendron: Create Meeting Note I will be redirected to the note of the day but no option to add another meeting note. A possibility is to limit meetings to one per day (which would be a good thing) but I am sure there is another way ?! Thanks !
  • k

    kevins8

    07/27/2022, 6:46 PM
    you can type a suffix before creating the meeting note. see https://www.loom.com/embed/951e6bb301cf430895c6c9539351bbb3
  • d

    d1onys1us

    07/27/2022, 9:54 PM
    did dendron mean to add this:
  • d

    d1onys1us

    07/27/2022, 9:55 PM
    also, i have a red squiggly here , is this no longer a valid property?
  • k

    kevins8

    07/27/2022, 10:04 PM
    whats the context of the first change? was that a config migration?
  • k

    kevins8

    07/27/2022, 10:05 PM
    and yes,
    insertNote
    has been replaced with
    applyTemplate
    so that config is
    templateHierarchy
    https://wiki.dendron.so/notes/dfkoxc9nxq4io4l5585200i
  • d

    d1onys1us

    07/27/2022, 10:05 PM
    yup config migration. i just clicked the button in the bottom right to update my config.
  • k

    kevins8

    07/27/2022, 10:09 PM
    got it. for the first, the
    -
    is a chomping indicator to tell yaml to ignore the newline
  • k

    kevins8

    07/27/2022, 10:09 PM
    https://yaml-multiline.info/
  • s

    ScriptAutomate

    07/28/2022, 12:43 AM
    Finally got around to making the feature request: https://github.com/dendronhq/dendron/issues/3310 ;P
  • a

    aleksey

    07/28/2022, 2:29 AM
    Found a lonely question in the issue list (https://github.com/dendronhq/dendron/issues/2103): > What is the best way to import files stored in single-file Tiddlywiki into Dendron? If you know, could you please reply?
  • j

    joneshf

    07/28/2022, 2:34 PM
    Something changed recently with the way the side bar works. Before, when I'd start VS Code the side bar would have whatever state it had when I closed VS Code (it'd be open if it was last open, and closed if it was last closed). Now, no matter what state the side bar was in when I closed VS Code it is always open and always on the dendron view. Is there some config I can change to turn this off, or is this a bug?
  • k

    kevins8

    07/28/2022, 3:38 PM
    hey, thanks for raising this. this is a feature/bug (new users were getting lost because they couldn't find the dendron tree view in the sidebar). we experimented with opening the tree view automatically in this last release but it seems too aggressive. will be reverting to the old behavior
  • s

    seadude

    07/29/2022, 4:25 AM
    How can I force(?) Dendron to always open the same 2 files every time I open VS Code? Example: - No matter which tabs are open when I close VS Code, ALWAYS open
    todos.md
    and todays daily journal. - If today's daily journal has already been created, open it - If today's daily journal has not been created, create it and open it Ideally these would be permanent windows/tabs in VS Code. Thoughts on this one?
  • h

    hikchoi

    07/29/2022, 5:11 AM
    Not aware if this is possible natively through VSCode, but setting a certain set of actions to be done on every activation is an interesting idea. Similar to hooks: https://wiki.dendron.so/notes/12551d19-04c2-4d26-ac1e-d23ff3181a9c/ but instead of the note lifecycle, hooking into Dendron's lifecycle. Can you open a feature request for this?
  • r

    rlh1994

    07/29/2022, 12:46 PM
    Is toggle preview going to be added to the editor actions like show preview was?
  • k

    kevins8

    07/29/2022, 1:44 PM
    it should be. tagging @Joshi to confirm/triage
    r
    j
    • 3
    • 3
  • a

    Aadam

    07/29/2022, 1:52 PM
    On my published website, when I search, by default (i.e. without using ? prefix) it searched based on the filename. I am using shorthand syntax for different things. Let's say for JavaScript, it is
    s.l.js
    which is
    Software -> Languages -> JavaScript
    . Is there a way to set it such that by default it searched based on the file title, not the name?
    ?JavaScript
    works fine but is there a way to configure it such that by typing
    JavaScript
    only, it would show
    s.l.js
    file?
  • r

    rlh1994

    07/29/2022, 2:05 PM
    preview editor action not showing
  • h

    h1zardian

    07/29/2022, 2:29 PM
    ah! isn't there suppose to be a
    open preview
    button? Well I had that toggle button, until the new update today.
  • j

    Joshi

    07/29/2022, 2:41 PM
    Yeah, this is a regression and will reappear in the upcoming release!
  • k

    kzilla

    07/29/2022, 2:46 PM
    Yes, there was reference in the extensions section. I removed it, and now I don't see the warning. Thank yoU!
  • h

    h1zardian

    07/29/2022, 2:53 PM
    oh, Thanks! I thought I had messed up some config.
  • s

    seadude

    07/29/2022, 5:42 PM
    Thank you @hikchoi . I don't believe I've ever opened up a Feature Request. Imagine this is through GitHub Issues?
1...678679680...757Latest