nobiot

Results 410 comments of nobiot

I would do the first 3 manually until I get convinced that writing a function really makes sense. For the last step of regexp, I would use a combination of...

I think it's possible. I can't provide a sample code, but have a look at variable org-transclusion-content-format-functions It should have a list of functions. '(org-transclusion-content-format-org org-transclusion-content-format)) If you are including...

The Discourse forum has some examples, [like this](https://org-roam.discourse.group/t/find-node-based-on-property-value/2719/5?u=nobiot). It is to filter by a property, but filtering by a tag will be similar. Is this sufficient for you to move...

Can you elaborate on what part is hard? What have you tried so far? Or do you not know hoe to code Elisp? To be frank, you are asking for...

This works on my end for a single tag. ```emacs-lisp (defun my/org-roam-node-find-tag-filter () "Select a signel tag from list and filter `org-roam-node' by it." (interactive) (let ((tag (car (completing-read-multiple "Tag:...

Closing; not reproducible. If issue persists, please reopen.

The feature originally requested is this: Delete notes when highlight is removed if the notes are empty. This feature is now available in GNU-devel ELPA (will be available in GNU...

@mooseyboots, finally I took time to merge your PR. Thank you! Will update documentation and acknowledge your contribution. Cheers.