showing code blocks in obsidian bases
Im new to obsidian bases, I have a lot of notes with code blocks that show chemistry reactions, this is the code block:
Code:
title:
author:
creation_date: <% tp.file.include("[[templates/timestamp note]]") %>
duration:
solvent:
temperature: °C
reactants:
- name:
smiles:
eq:
mass:
- name:
smiles:
eq:
density:
- name:
smiles:
eq:
density:
products:
- name:
smiles:
eq:
mass_isolated:
procedure: |
in summary, I fill out the codeblock, and it generates a reaction scheme, now, I have a base folder with table view, I want the base to show folder name-date created-reaction type- then show the rendered form of this codeblock.
I've got everything worked out except this part, and I have no idea how to do this, any help will be appreciated. Thanks!