Rakugaki Block

설명

Rakugaki Block is a block for gently adding hand-drawn, colored pencil-style doodles between paragraphs or at the end of blog posts.

The goal is not a full-featured drawing app. The concept is based on quick, impromptu scribbles that can be written in a few seconds.

Features

  • Colored-pencil brush with texture (roughness and fading)
  • 12-color pencil palette
  • Three canvas sizes: S / M / L
  • Freely configurable background color
  • Pen tablet support with pressure sensitivity
  • Undo and Clear functions
  • Accessibility support (alt text for the canvas)

How to Use

  1. Open the post or page editor
  2. Click the block inserter ( + )
  3. Search for “Rakugaki Block” and add it
  4. Draw freely with your mouse, touch, or pen tablet
  5. Adjust the size and background color in the sidebar

Pen Tablet Support

The block uses the Pointer Events API, so pen pressure is reflected in line width and opacity when drawing with a compatible tablet.

Source Code

The source files for this plugin are included in the src/ directory.
The build/ directory contains the compiled assets generated from those source files.

To rebuild the assets, run:

  1. npm install
  2. npm run build

스크린샷

  • Editor view — drawing area and color palette
  • Front-end view — how the doodle appears on a published page

블록

이 플러그인은 1개의 블록을 제공합니다.

  • 落書きメモ 色鉛筆で落書きするブロック。ブログに手書きの温かさを添えます。

설치

  1. Download the plugin zip file
  2. Go to WordPress Admin Plugins Add New Upload Plugin
  3. Select the zip file and install
  4. Activate the plugin

You can also search for “Rakugaki Block” directly in the WordPress plugin search.

FAQ

Does it work on smartphones?

Yes. Touch input is fully supported.

How is the drawing data saved?

The drawing data is saved within blocks in the form of coordinate information, and rendered on the front end using the Canvas API.

Can I download the drawing as an image?

Not in the current version.

Is there a Pro version?

A Pro version with features such as stroke replay animation is planned for the future.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Rakugaki Block”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Rakugaki Block”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.0

  • Added source files in src/ directory
  • Removed Plugin URI

1.1.0

  • translation fixed.
  • Bug fixed

1.0.0

  • Initial release
  • Colored-pencil brush implementation
  • 12-color palette
  • S / M / L canvas sizes
  • Background color picker
  • Pen tablet pressure sensitivity
  • Undo and Clear functions