nobiot

Results 410 comments of nobiot

Thanks. If I understand this correctly, it's a clash between Java code and Pandoc syntax for the use of the "@" mark. I do not use Java at all so...

You need a yaml frontmatter on top of the file. The first line must be “---“ (three hyphens). And close the front matter with “---“ (three hyphens).

> * Turn off `org-roam-db-autosync-mode` > * Switch to `2023-03-05-12-33-51-emacs-chatgpt-arcana-chat-mode-introduction-and-description.chatgpt-arcana.md` > * Modify the buffer and save the change. Kill the markdown buffer first. org-roam-db-autosync-mode adds find-file hook for the...

I feel it depends on the syntax of wiki link that Obsidian uses. According to this part of its [documentation](https://help.obsidian.md/Linking+notes+and+files/Internal+links#Supported+formats+for+internal+links), these two are equivalent: ``` - Wikilink: [[Three laws of...

Thinking this way, I guess `${title}.md` is a reasonable option.

What does “roam-fu” mean? Org-roam and Md-roam don’t use file names for backlinks and other functions, if that’s what you are concerned with.

I think you will need to raise an issue in the org-roam-ui project, then? Also, I don't know why (setq md-roam-file-extension '("md" "qmd")) works. This variable is designed to be...

Oh thanks for reminding this. Glad it works. Perhaps this part is not considered in org-roam-ui. Perhaps you can try with only setting qmd and see how it behaves.

Hi @countvajhula, How about something like this? In #13, use of `completing-read` is suggested. The simple example below shows how it might be done. The variable `mindstream-template-history` records the history....