dendron | The personal knowledge management tool
kandi X-RAY | dendron Summary
kandi X-RAY | dendron Summary
Dendron is an open-source, local-first, markdown-based, note-taking tool. It's a personal knowledge management solution (PKM) built specifically for developers and integrates natively with IDEs like VS Code and VSCodium.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dendron
dendron Key Features
dendron Examples and Code Snippets
Community Discussions
Trending Discussions on dendron
QUESTION
E.g. I have @Input
. In markdown, unescaped, this is shown as a link. How do I make it show as text?
If it matters, I'm using markdown in Dendron (knowledge management tool)
I've found a similar question suggesting using a zero-width space but it still leaves a space between the @
and the following characters.
Thanks
...ANSWER
Answered 2022-Jan-19 at 19:09This isn't a Markdown feature. It appears to be a Dendron feature called User Tags:
Dendron allows you to tag users in your notes. You can tag users inline like
@example
. They are similar to tags, except that they are meant to reference users. In a vault shared with many people, where each person can have their own user note. Or you can also use it yourself to keep track of information about people you know.
Playing with this a bit I don't see a good way to escape a particular user tag. Backslashes, zero-width spaces, etc. don't seem to prevent this from being linked.
Depending on the context, it might be appropriate to mark this as inline code with backticks, as you have done in your question: @Input
.
Alternatively, if you don't intend to use User Tags at all you can disable them:
Don't like user tags? You can disable them by setting the enableUserTags configuration to false.
This can be done by editing the dendron.yml
file in the root of your workspace, or via the "Configure (yaml)" command.
QUESTION
I am trying to get used to VSCode because of dendron and I am friend of learning defaults because I work on too many installs to maintain custom settings.
Is there any equivalent in VSCode to sublime text multiline movement?
I have attached a GIF to show what I mean because I can't seem to find the right google keywords or everyone else means something else than me with saying move multiple cursor lines vertically.
In ST I can move them after selecting them with a cursor via SHIFT + CTRL + Up/Down
GIF of st3 multi line movement
EDIT: Found it. Sublime Text 3 can move blocks by cursor, vscode can't. It only moves by selection. Which ironically work with a single line cursor though.
...ANSWER
Answered 2021-Apr-09 at 17:10Select all lines which you want to move up/down then Alt + (arrow key up/ arrow key down ) to move your piece of code up or down.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dendron
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page