postkevone / tiddlyresearch

Local and Anki-compatible note-taking tool based on TiddlyWiki
https://postkevone.github.io/tiddlyresearch/
195 stars 9 forks source link

How to make block ref and block embed ? #8

Closed ghost closed 4 years ago

ghost commented 4 years ago

Thanks

postkevone commented 4 years ago

You can either drag and drop a block while pressing shift to embed it in another tiddler. Or you can also use the syntax {{block name||embed}}. For more info you can check .Keyboard Shortcuts > General Shortcuts > Transclude a tiddler/node Here's a direct link: https://kebifurai.github.io/TiddlyResearch/#.Keyboard%20Shortcuts

Hope this helps :)

postkevone commented 4 years ago

You can reference a block by writing its name inside double square brackets. Example: [[20200902121610264]]

You can access the block title by clicking the dot you see on the left of every node.

ghost commented 4 years ago

How about block embed ?

postkevone commented 4 years ago

You can either drag and drop a block while pressing shift to embed it in another tiddler. Or you can also use the syntax {{block name||embed}}. For more info you can check .Keyboard Shortcuts > General Shortcuts > Transclude a tiddler/node Here's a direct link: https://kebifurai.github.io/TiddlyResearch/#.Keyboard%20Shortcuts

If this doesn't resolve your doubt, can you explain me what you mean by "block embed"?

postkevone commented 4 years ago

Closing this for now. Feel free to re-open if you have any doubts about block referencing.