You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

152 lines
3.4 KiB

---
ServingSize: 2
cssclass: recipeTable
Alias: []
Tag: ["🐠", "🇯🇵", "🟥"]
Date: 2024-02-22
DocType: "Recipe"
Hierarchy: "NonRoot"
location:
CollapseMetaTable: true
Meta:
IsFavourite: False
Rating:
Recipe:
Courses: "Main dish"
Categories: "Fish"
Collections: "Japanese"
Source: "[Sesame Seared Tuna Steak Recipe](https://everydaydishes.com/simple-food-recipes/sesame-seared-tuna-steak/)"
PreparationTime: 17
CookingTime: 17
OServingSize: 6
Ingredients:
- 1.5 lbs tuna steaks, fresh, 1" thick
- 0.5 cup sesame seeds, (black, white or both)
- 1 pinch salt and pepper, to taste
- 1.5 tsp oil
---
Parent:: [[@@Recipes|Recipes]], [[@Main dishes|Main dishes]]
---
 
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-SesameSearedTunaSteakEdit
```button
name Save
type command
action Save current file
id Save
```
^button-SesameSearedTunaSteakNSave
 
# Sesame Seared Tuna Steak
 
```toc
style: number
```
 
---
 
### 🗒 Practical Informations
```dataview
list without id
"<table><tbody><tr><td><a class=heading>🍽 Courses</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Courses + "</span></td></tr>"
+
"<tr><td><a class=heading>🥘 Categories</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Categories + "</span></td></tr>"
+
"<tr><td><a class=heading>📚 Collections</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Collections + "</span></td></tr>"
+
"<tr><td><a class=heading>👨‍👨‍👧‍👦 Serving size</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.ServingSize + "</span></td></tr>"
+
"<tr><td><a class=heading>⏲ Cooking time</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.CookingTime + " min</span></td></tr></tbody></table>"
FROM "03.03 Food & Wine/Sesame Seared Tuna Steak"
```
&emsp;
---
&emsp;
### 🧫 Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### 🔀 Instructions
&emsp;
- In a small bowl, combine all ingredients for dipping sauce and set aside. In a shallow dish, add sesame seeds and stir to mix if using black and white seeds.
&emsp;
- Season tuna lightly with salt and pepper and coat top and bottom of fish completely in sesame seeds, pressing to adhere.
&emsp;
- Place a heavy-bottomed skillet or grill pan over high heat and allow it to become scorching hot.
&emsp;
- Add just enough oil to skillet to coat the area that the fish will occupy. Place as many pieces of tuna in the pan as will comfortably fit, but do not overcrowd the pan. Work in batches if necessary.
&emsp;
- Cook tuna on first side for about 1 minute then flip and cook slightly longer than 1 minute on the second side. The white sesame seeds should become lightly golden brown and the fish will be cooked to rare stage.
&emsp;
- Transfer the tuna to a cutting board and carefully slice into ¼"-thick slices. Arrange the tuna on a platter or on individual plates. Serve immediately with dipping sauce on the side.
&emsp;
> [!tip]
> Serve the seared tuna with a simple green salad for a healthy and delicious meal!
&emsp;
&emsp;
---
`$= dv.el('center', 'Source: ' + dv.current().Link + ', ' + dv.current().Date.toLocaleString("fr-FR"))`