Frieder Scheiba
Frieder Scheiba
I do have the same issue. I would like to include the metadata fields but in a different order. To me the best solution would be a switch (yaml or...
Thank you for your reply. I'm currently also lacking a bit of energy. I tried calling quarto form the plugin as suggested by you but struggled, since the enhancing export...
I used the shell commands plugin of obsidian and set up the following script: ``` mkdir -p path_to_temp_dir/{{title}} cp {{file_path:absolute}} path_to_temp_dir/{{title}}/{{title}}.qmd path_to_quarto_dir/bin/quarto render path_to_temp_dir/{{title}}/{{title}}.qmd > path_to_temp_dir/{{title}}/{{title}}.log 2>&1 ```
I use dv.current() a lot in my views to pull metadata from the file and display it in some way inside a dataviewjs container. I noticed that refreshing the view...
There is another obsidian [plugin](https://github.com/xaya1001/obsidian-Chemical-Structure-Renderer) that is based on Ketcher which let's you embed a rendered structure in your note using a markdown code block with a smiles string. Ideally...