https://www.dendron.so/ logo
Join Discord
Powered by
# chat
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:08 AM
    it doesn't have all the same functionality as the VSCode extension yet
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:09 AM
    currently notes can be created and deleted in ways that will be properly indexed
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:09 AM
    but renaming/moving notes while preserving references isn't possible yet
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:09 AM
    a lot of what makes the lookup functionality in the VSCode plugin really great is fusejs fuzzy finding
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:10 AM
    shell-bound terminal users can leverage fzf for similar functionality
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:10 AM
    with vim, there's actually surprisingly few lines of code needed to configure things
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:10 AM
    so that you can jump around in the vault using wikilinks
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:11 AM
    and fzf + vim integration is first class
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:11 AM
    combine that with ripgrep, fd
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:12 AM
    and all the other stuff in the text-processing ecology
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:12 AM
    you can cull through the notes really efficiently
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:12 AM
    since they're text
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:12 AM
    my use case is pretty simple, I don't do multi-vault, and I don't publish anything
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:13 AM
    but I'm pretty sure what I'm doing can be extended to those things
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:13 AM
    this is the biggest pain point right now
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:13 AM
    but otherwise, my setup is more than adequate for my needs
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:14 AM
    if I have to, I'll fire up VSCode
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:14 AM
    I'll post some pastebin links to some of my scripts in a minute
  • n

    Nick1296

    11/16/2021, 1:16 AM
    Thanks!
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:16 AM
    Here's what's in my vimrc so far: http://ix.io/3F6Y/vimscript
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:16 AM
    I'm still debugging it
  • n

    Nick1296

    11/16/2021, 1:17 AM
    My use case is pretty similar to yours, I only add that I tend to mix different file toghter, and they are linked throughout my notes
  • s

    ScriptAutomate

    11/16/2021, 1:17 AM
    This is good feedback. Make sure to thumbs up and/or comment in this issue for expanding note functionality in the Dendron CLI to include renaming/moving notes (if it wasn't you that opened it!): https://github.com/dendronhq/dendron/issues/1710
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:18 AM
    yeah, I did it under a different name, but that's me 😆
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:18 AM
    I spoke with Kevin about it in the most recent office hours and he encouraged me to put the issue in
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:18 AM
    (first time for me)
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:19 AM
    Here's a simple script I use for journal notes, either in the 'daily' domain or another domain specified by argument: http://ix.io/3F6Z/sh
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:20 AM
    This one is my main lookup script: http://ix.io/3F70/sh
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:20 AM
    the cool thing with this one is
  • b

    benhsm | Jack of N trades

    11/16/2021, 1:20 AM
    I have a zle widget that calls it
1...100101102...148Latest