page-menu-text-to-speach
/rmaruon/Cosenseで文字を読み上げる
import
speech-text
dependencies
better-popup-menu
code:script.js
import { unlink } from '../utils/script.js'
import { speachText } from '../speech-text/script.js'
scrapbox.PageMenu.addMenu({
title: 'Listen',
image: 'https://gyazo.com/2a2166f5c4b1467e2a46697cc334bba9/thumb/100',
onClick: () => {
const selectedText = unlink(window.getSelection().toString())
const text = selectedText || scrapbox.Page.title
speachText(text)
},
})
https://gyazo.com/2a2166f5c4b1467e2a46697cc334bba9
from https://www.flaticon.com/free-icon/speaking_151840
page-menu