()
| 128 | } |
| 129 | |
| 130 | function getDescription() { |
| 131 | const summary = document.querySelector<HTMLMetaElement>( |
| 132 | 'meta[name="description"]' |
| 133 | ).content |
| 134 | summary && prompt(i18n("getDescription"), summary) |
| 135 | } |
| 136 | |
| 137 | function editMarkdown() { |
| 138 | const dom = document.querySelector(".phpscMain .php-article") |