Kevin Lin

Results 76 comments of Kevin Lin

Inline folding isn't possible but we can achieve something similar by using the [custom editor api](https://code.visualstudio.com/api/extension-guides/custom-editors). its in our backlog. i also like the link shortener approach. thanks for suggesting

so implementing aliases is a little bit more involved just because there's lots of ways a file can be opened (eg. clicking link in preview, using lookup, going to definition,...

yeah, definitely not perfect. i'm going to do some thinking on this. i do want to support the ability for aliases in the future but also need to consider the...

ah, i see. that would work. I was thinking of having a file called `final journey.md` with the following frontmatter. ``` --- alias: death.md --- ``` what you are saying...

Symlinks can work - only issue is that it won't be portable across computers (eg. if you commit to git/dropbox, you will lose the symlink)

Thanks for the update. The way we're planning on handling symlinks is the same way Obsidian is doing it. Just haven't been able to find bandwidth to work on this...

thanks for the issue. we currently don't support creating a workspace via CLI, only activating it (this is confusing because we have a command called initialize workspace that creates a...

@benhsm let me know if you'd be interested in this task, happy to give pointers on where to get started 😇

Thanks for the issue, confirmed and repro'd. The preview pdf export is currently a few versions out of date from the most recent Dendron markdown syntax. Will aim to clear...