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

    rhaynes

    08/31/2020, 6:13 PM
    are defined in addition to Lookup - safe to delete? I don't recall using it before
  • k

    kevins8

    08/31/2020, 6:15 PM
    yep
  • r

    rhaynes

    08/31/2020, 6:19 PM
    thanks
  • r

    rhaynes

    08/31/2020, 6:28 PM
    is it possible to quickly go back to the previous note that was being edited (or the calling note if you will)
  • k

    kevins8

    08/31/2020, 6:35 PM
    1.
    ctrl-tab
    2. going to previous tab 3. using the open editors pane (usually in the explorer, i like having it in the bottom pane)
  • k

    kevins8

    08/31/2020, 6:35 PM
    https://discordapp.com/channels/717965437182410783/735365126227493004/749278460995829890
  • r

    rhaynes

    08/31/2020, 6:55 PM
    thanks!
  • r

    rhaynes

    08/31/2020, 6:56 PM
    there seems to be many variants of markdown - what would be the best cheatsheet for the markdown that dendron uses? I am particularly interested with lists with multiple levels of indentation
  • k

    kevins8

    08/31/2020, 7:01 PM
    https://www.dendron.so/notes/ba97866b-889f-4ac6-86e7-bb2d97f6e376.html#what-is-markdown 🙂
  • r

    rhaynes

    08/31/2020, 9:26 PM
    To give some structure I have named my notes files as teaching.md, teaching.courses.md, teaching.courses.3132.md etc, but now how do I add [[links]] to those notes? Do I have to do [[teaching.courses.3132]] or can I include shorter text inside the [[]] ?
  • k

    kevins8

    08/31/2020, 9:31 PM
    you can create an link alias using
    |
    symbol
  • k

    kevins8

    08/31/2020, 9:31 PM
    eg.
    [[teaching.courses.3132|3132]]
    ->
    3132
  • r

    rhaynes

    08/31/2020, 9:35 PM
    do these aliases get stored globally?
  • k

    kevins8

    08/31/2020, 9:35 PM
    no, just when you go to the link
  • k

    kevins8

    08/31/2020, 9:36 PM
    we do have an issue for global aliases: https://github.com/dendronhq/dendron/issues/92
  • k

    kevins8

    08/31/2020, 9:36 PM
    if that's something you need, feel free to +1 the ticket and that will help us prioritize it 🙂
  • r

    rhaynes

    08/31/2020, 10:08 PM
    Thanks for answering all my questions - maybe others will find them useful! What about export? What I would like to be able to do is select a subset of notes, ordered in a way I choose and export so that pandoc can convert them in the way I want. Possible now? In the near future?
  • k

    kevins8

    08/31/2020, 10:13 PM
    - For single document export, you can see this: https://shd101wyy.github.io/markdown-preview-enhanced/#/pandoc-pdf - For multi-document, if you're comfortable with the command line, you could use the
    pandoc
    cli on select notes - Alternatively, you can publish a subset of hierarchies as a github page using dendron's publishing feature: http://localhost:4003/notes/73d395c9-5041-4d0d-9db7-080d9586136e.html
  • k

    kevins8

    08/31/2020, 10:14 PM
    if you want to arrange notes a certain way before converting via pandoc, you could create a note that consists of references to other notes and export the whole thing using pandoc: http://localhost:4003/notes/f1af56bb-db27-47ae-8406-61a98de6c78c.html
  • r

    rhaynes

    08/31/2020, 10:19 PM
    very nice stuff!
  • r

    rhaynes

    08/31/2020, 10:20 PM
    And my final question for today - is there something I need to do to get autocomplete to work? I have files teaching.courses and teaching.courses.3132 - when I start to type [[teach I expect to get a popup with a list of completions? But nothing happens. Must be a setting not set correctly?
  • k

    kevins8

    08/31/2020, 10:22 PM
    suggestions are triggered using the
    trigger suggest
    shortcut
  • k

    kevins8

    08/31/2020, 10:22 PM
    they keybinding is os dependent. i updated mine
  • r

    rhaynes

    08/31/2020, 10:28 PM
    btw: those links you provided above are not complete - they are pointing to localhost
  • k

    kevins8

    08/31/2020, 10:28 PM
    opps, i have the local version of the docs open
  • k

    kevins8

    08/31/2020, 10:28 PM
    😅
  • k

    kevins8

    08/31/2020, 10:28 PM
    replace localhost:4003 with dendron.so
  • r

    rhaynes

    08/31/2020, 10:34 PM
    I lied - always more questions it seems!!! Is it possible to display the backlinks on the markdown preview itself?
  • k

    kevins8

    08/31/2020, 10:34 PM
    haha, all good
  • k

    kevins8

    08/31/2020, 10:34 PM
    and no, not at the moment though if that's important, feel free to submit a feature request :) https://github.com/dendronhq/dendron/issues/new/choose
1...313233...757Latest