Skip to content

Commit

Permalink
[PUBLISHER] Merge #184
Browse files Browse the repository at this point in the history
  • Loading branch information
didiowen authored Oct 29, 2024
1 parent 078c212 commit ec9b5c4
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions docs/posts/Chekhov.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
---
title: 誰是戀愛腦!- 海鷗、凡尼亞舅舅
date:
created: 2024-10-29T17:11:35
updated: 2024-10-29T17:51:39
tags:
- share
- theatre
- Chekhov
share: true
categories: theatre
aliases: Chekhov
---
# 誰是戀愛腦!- 海鷗、凡尼亞舅舅

## 課前預習

[1975電影版](https://www.youtube.com/watch?v=qiPfPzt8azc)
[2018電影版](https://www.youtube.com/watch?v=ynGnOf0scl8)
[national theater](https://www.youtube.com/watch?v=Z-Yn1ayTIJw)
[zero point theater](https://www.youtube.com/watch?v=bWHnLuUivVQ)
[臺南人](https://www.youtube.com/watch?v=fyWQknFB8nw&t=3078s)

[《大學生》劇本](https://drive.google.com/file/d/1OLIHeVzjeWpmYRAjb-XlEkT1mLDZtzGC/view?usp=drive_link)
[《海鷗》劇本](https://drive.google.com/file/d/11l49WC2P-mBmpJFceGyR-Wiu_P5zSlLz/view?usp=drive_link)

<!-- more -->

## 課後複習


## Thoughts

```meta-bind-button
label: "In Progress"
style: default
id: "progress"
hidden: true
actions:
- type: updateMetadata
bindTarget: status
evaluate: false
value: "in progress"
- type: updateMetadata
bindTarget: date.updated
evaluate: true
value: moment().format("YYYY-MM-DDTHH:mm:ss")
```
```meta-bind-button
label: "Finished"
style: default
id: "finished"
hidden: true
actions:
- type: updateMetadata
bindTarget: status
evaluate: false
value: "finished"
- type: updateMetadata
bindTarget: date.finished
evaluate: true
value: moment().format("YYYY-MM-DDTHH:mm:ss")
```
`BUTTON[progress, finished]`
```meta-bind-button
label: "Upload"
style: default
id: "upload"
actions:
- type: updateMetadata
bindTarget: date.updated
evaluate: true
value: moment().format("YYYY-MM-DDTHH:mm:ss")
- type: command
command: obsidian-mkdocs-publisher:share-one
```

0 comments on commit ec9b5c4

Please sign in to comment.