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

    hikchoi

    03/31/2022, 1:06 PM
    With ASCII sort ordering, upper case alphabets actually comes before the underscore (https://en.wikipedia.org/wiki/ASCII). The problem here (in native tree view) is that we sort them by the note's title which is always capitalized when created, but display them in the tree view with the file's URI, which will be not capitalized unless you named it with uppercase alphabets. In the web based tree view you can see that we are correctly displaying the capitalized note title (
    A
    ). So if you want to have
    _b.md
    come before
    a.md
    , you would need to fix the frontmatter
    title
    property of the note
    a.md
    to be lowercase. Along with other related sort ordering issues, we will be changing the native tree view to correctly display the title instead of the file name to make it less confusing. Sorry about the inconvenience πŸ™πŸ» Note that with the upcoming fix, you will be able to set a custom frontmatter property
    nav_order
    to arbitrarily sort the notes in your tree view, so you may not need to add the underscore if the only reason for it was to bubble it up in the tree view.
  • s

    Saad C

    03/31/2022, 1:13 PM
    I installed another version and I still have the same issue
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 1:15 PM
    what did the glorious people at microsoft break now 😭
  • h

    hikchoi

    03/31/2022, 1:18 PM
    Got it. Thanks for the troubleshooting. I'll spend some time trying to figure this out.
  • h

    hikchoi

    03/31/2022, 1:22 PM
    One last thing. Can you try running this command from the command palette?
    Developer: Toggle Developer Tools
    . This will open the dev tool within VSCode. on the console tab, do you see any error logs when you open the Dendron preview? I can't reproduce your issue on my machine so it would be great if you can share your environment as well.
  • s

    Saad C

    03/31/2022, 1:36 PM
    I have a bunch of errors:
  • s

    Saad C

    03/31/2022, 1:38 PM
    How can I share them with you? There are warnings and errors
  • s

    Saad C

    03/31/2022, 1:39 PM
    I am afraid to uninstall VSCODE, install the previous version and create problems with my current Dendron environment. What would you say?
  • a

    aleksey

    03/31/2022, 1:50 PM
    Seems like 1.66 broke a lot of things... :/
  • h

    hikchoi

    03/31/2022, 1:52 PM
    So this is definitely a CSS problem. Are you on a Mac?
  • s

    Saad C

    03/31/2022, 1:53 PM
    Yes. I am on MAC. Version 12.3
  • h

    hikchoi

    03/31/2022, 2:09 PM
    I'm afraid I can't reproduce this on vscode 1.66.0 on my local machine. Wonder if this is OS specific. I'm on Big Sur.
  • s

    Saad C

    03/31/2022, 2:27 PM
    I managed to install the 1.65.2 version and it works like a charm!
  • h

    hikchoi

    03/31/2022, 2:31 PM
    Glad it works! Still puzzled what's going on with VSCode, but hopefully this gets resolved on their end for next release 😰
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 2:36 PM
    a super quick skim of the changelog really doesn't show anything obvious that would have caused this..... hrm
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 2:49 PM
    can i manually point Dendron at a git installation, or is it time to make a .bat file that sets some env variables and then launches my "Dendron(+vim)-only (well maybe some themes)" copy of vscode?
  • g

    grndstt

    03/31/2022, 3:30 PM
    I have a published dendron vault online for a report. The destinary just called me and said cool website but wouldn't you have a pdf version out of it ?
  • g

    grndstt

    03/31/2022, 3:31 PM
    I know I can export a single page to pdf using the vscode preview
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:31 PM
    bless their hearts
  • g

    grndstt

    03/31/2022, 3:31 PM
    but i have a bunch of pages. any possibility to export a full dendron to a unique pdf document or similar ?
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:32 PM
    you could probably use something to first convert them all to pdfs and then stitch them together....
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:32 PM
    i think ruby has a gem called "prawn" that works well for this, pandoc too IIRC.
  • g

    grndstt

    03/31/2022, 3:33 PM
    Ok will have a look at pandoc ...
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:33 PM
    i know asciidoctor-pdf uses prawn (i'm a huge asciidoc fan... that and org-mode can have my babies, but there isn't as much tooling around it i've noticed)
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:34 PM
    I know I know.... Slay uses weird crap like fossil and asciidoc.... and adores tf outta Ruby (but I don't know Rails... at all LOL).
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:36 PM
    (i'd probably be on org-roam in emacs(probably doomemacs, evil added at the least) if it didn't give me three-thousand twenty-nine headaches trying to use it portably on windoze).
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:37 PM
    (but i do adore vscode... and might switch to vscodium soonβ„’)
  • s

    Saine

    03/31/2022, 3:37 PM
    why?
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:38 PM
    because i still buy 2600 in cash 😁
  • s

    Slaytanical(LamentConfiguration)

    03/31/2022, 3:38 PM
    i know i'm doomed regardless, but when i can i do little things that make me feel better lol.
1...587588589...757Latest