Things I have tried
I searched these forums for anything related but couldn’t find an answer.
What I’m trying to do
I would like to be able to refactor a note but using different templates for different types of notes. As far as I can tell, the note refactor plugin lets you apply a template to a refactored note, but it’s a fixed, single, template. What I really want to do is to use this in order to make note types, for example, I’d like to be able to be reading some source material and highlight a question the source material asks and then refactor it into a note [[QUE - relevant question]] with some specific YAML header, for instance:
type: [[QUE]]
asked by: [[SOU - relevant source]]
I would similarly like to be able to do smoething like this for “claims” and “evidence”. This way I can build up a network of relations where I can see e.g. all the evidence associated with claims related to a certain question. This is what Joel Chan’s discourse graph plugin does in roam research, and I would like to recreate it in some simple way in Obsidian, but without having to input everything manually.