No description
Find a file
Tokuhiro Matsuno b444d14c81
Merge pull request #4 from tokuhirom/react
Rewrite stopwatch with React
2021-05-13 10:40:33 +09:00
.github/workflows CI 2021-04-26 15:24:40 +09:00
documents Add documents. 2021-04-17 18:37:18 +09:00
src Rewrite stopwatch with React 2021-05-13 10:36:46 +09:00
.eslintignore Enable eslint-typescript 2021-04-26 15:08:56 +09:00
.eslintrc.js Add naming-convention rule in eslint. 2021-05-11 15:25:37 +09:00
.gitignore ignore data.json 2021-04-17 18:18:46 +09:00
.prettierignore enable prettier 2021-04-26 15:17:02 +09:00
.prettierrc.json enable prettier 2021-04-26 15:17:02 +09:00
main.ts Split source code files 2021-05-12 16:43:08 +09:00
manifest.json 0.0.8 2021-05-11 15:37:49 +09:00
package.json Rewrite stopwatch with React 2021-05-13 10:36:46 +09:00
README.md enable prettier 2021-04-26 15:17:02 +09:00
rollup.config.js Initial commit 2021-04-17 16:32:36 +09:00
styles.css enable prettier 2021-04-26 15:17:02 +09:00
tsconfig.json Rewrite stopwatch with React 2021-05-13 10:36:46 +09:00
versions.json enable prettier 2021-04-26 15:17:02 +09:00

Obsidian Stopwatch Plugin

This is a stopwatch plugin for Obsidian (https://obsidian.md).

Features

  • Start/Stop/Reset the stopwatch.
  • Operate stopwatch via Button and Command

LICENSE

The MIT License (MIT)

Copyright © 2021 Tokuhiro Matsuno, http://64p.org/ tokuhirom@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.