https://forum.obsidian.md/t/backlink-pane-css-changes-like-andy-matuschaks/100059

.embedded-backlinks .backlink-pane > .tree-item-self { &:first-of-type::before { content: “Links to this note”; }

&:nth-of-type(3)::before {
	content: "Possible connections";
}

&::before {
	font-size: var(--h2-size);
}

> :is(.tree-item-inner, .tree-item-flair-outer) {
	display: none;
}

}

.embedded-backlinks .backlink-pane .search-results-children { display: flex; flex-wrap: wrap; }

.embedded-backlinks .backlink-pane .tree-item.search-result { width: 49%; > .tree-item-self { font-size: var(—font-ui-large); font-weight: var(—font-medium); padding-left: var(—size-4-3); > :is(.tree-item-icon, .tree-item-flair-outer) { display: none; } } > .search-result-file-matches { box-shadow: none; font-size: var(—text-normal); & .search-result-file-matched-text { background-color: unset; color: var(—text-accent); } } }

Wanted to share a workflow for automatically linking back to the parent note when you’ve created a new note by typing Note name into a parent note and clicking the link.

There are a few other workflows shared on the forum, but they use multiple plugins. This workflow is simpler. It just uses the templater plugin.

Insert this text into your template:

<%*
const parentFile = tp.file.find_tfile(tp.app.workspace.getLastOpenFiles()[0]);
const parentLink = tp.app.fileManager.generateMarkdownLink(parentFile, tp.file.folder(true));
-%>
<% parentLink %>

In the Templater settings, enable “Trigger Templater on New File Creation” and “File regex templates”. Add these two file regex (in this order):

  1. c.Untitled. → link to a template without the formula to avoid new notes not created from a parent from linking to a random note
  2. .* → link to template with the formula to have all other new notes

Ring 2 — Canonical Grounding

Ring 3 — Framework Connections

Canonical Hub: CANONICAL_INDEX