Skip to content

yasuharu519/atcoder-problem-copy-as-markdown

Repository files navigation

AtCoder problem copy as Markdown

This Chrome extension allows you to copy AtCoder problem statements in Markdown format, making it easier to paste them into note-taking apps like Obsidian or others.

Features

  • Adds a "Copy" button to AtCoder problem pages.
  • Copies the problem statement in Markdown format, preserving structure and formatting like math statement.
  • Simplifies the process of using problem statements in external tools.

Installation

  1. Clone this repository and build the extension by running npm install and npm run build.
  2. Open Chrome and go to chrome://extensions/.
  3. Enable Developer mode by clicking the toggle in the top right.
  4. Click the Load unpacked button and select the folder where you built the extension.
  5. The extension will now be installed and active on AtCoder problem pages.

Usage

  1. Navigate to an AtCoder contest problem page (e.g., https://atcoder.jp/contests/*/tasks/*).
  2. You will see a "Copy" button next to the problem statement.
  3. Click the button to copy the problem statement in Markdown format to your clipboard.
  4. Paste the copied content into your note-taking app or any Markdown editor.

Notes

This tool is designed for personal use, such as saving problem statements for study or note-taking purposes. Please be aware of AtCoder's terms of service regarding use of problem statements.

By using this tool, you take full responsibility for any actions involving the content of AtCoder problems. Be mindful of the copyright restrictions AtCoder places on problem statements, and use this extension in compliance with their terms.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published