md-roam
md-roam copied to clipboard
Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.
This is the current syntax to define aliases. Compliant with YAML syntax, and works great. ``` roam_alias: [ alias 1, 'alias 2', "alias 3" ] ``` I feel that I...
I think the context extracted around the backlink should be customisable -- currently it's sentence, but I think I want paragraph...
Fixed my issue with domain conflict. Can use GitHub pages now. Try docsify
As it sits right now, it looks like md-roam does a good job of finding articles by title when using the `[[wiki-style-links]]` but if you open the same file in...
When `org-roam-completion-everywhere` is active, you will get " ⛔ Warning (org-element-cache): org-element--cache: Org parser error" on completion-at-point. This is because function `org-roam-complete-everywhere` calls function `org-in-src-block-p`. `md-roam` currently does not implement...
When md file contains "@" symbol, for example: ``` --- title: Java Language id: 2023-06-05T010809 category: --- # Test @foo @bar ``` In OrgRoamUI, it renders like a broken link,...
I have a file, generated by interaction with [chatgpt-arcana.el ](https://github.com/CarlQLange/chatgpt-arcana.el). The file name is: `2023-03-05-12-33-51-emacs-chatgpt-arcana-chat-mode-introduction-and-description.chatgpt-arcana.md` ``` ------- system: You are a large language model living inside Emacs, and an excellent...
Markdown files with a ".qmd" extension don't render properly in org-roam-ui, but those with ".md" do
Hello, first of all: thanks for the great work integrating markdown files in org-roam. Really useful, since I cannot use only org in my work at uni. I use Quarto...