@links-japan/talkee

The talkee plugin sdk

Usage no npm install needed!

<script type="module">
  import linksJapanTalkee from 'https://cdn.skypack.dev/@links-japan/talkee';
</script>

README

The talkee plugin

Install

NPM

npm install @links-japan/talkee
# or
yarn add @links-japan/talkee

CDN

<style
  href="https://unpkg.com/@links-japan/talkee@latest/umd/talkee.min.css"
></style>
<script src="https://unpkg.com/@links-japan/talkee@latest/umd/talkee.min.js"></script>

init

yarn

dev

run python -m http.server 8084 in the directory and visit http://localhost:8084

or just run yarn dev

build

yarn build

publish npm package

yarn release

pass env variables

please see .env.example

refactor todo list

  • rewrite sort bar into a component
  • rewrite meta bar into a component
  • rewrite load more panel bar into a component
  • rewrite comment list bar into a component
  • rewrite sub-comment list bar into a component
  • rewrite paignation buttons into a component
  • rewrite editor mask into a component
  • rewrite comment item into a component
  • rewrite editor into a component