Character Archive

by laillei
5
4
3
2
1
Score: 50/100

Description

Card-view character archive for Obsidian. Notes stay in your vault.

Reviews

No reviews yet.

Stats

0
stars
1,069
downloads
0
forks
32
days
25
days
25
days
1
total PRs
0
open PRs
0
closed PRs
1
merged PRs
0
total issues
0
open issues
0
closed issues
23
commits

Latest Version

25 days ago

Changelog

업데이트 내용

  • 모바일에서는 검색이 필요할 때만 펼쳐져 상단이 더 간결해요.
  • 좁은 화면의 공유, 속성 관리, 여러 선택, 새로고침을 보기 메뉴에서 쉽게 찾을 수 있어요.
  • 화면 너비가 바뀌거나 검색과 여러 선택을 끝내도 키보드 초점이 보이는 버튼에 남아요.

What"s new

  • On mobile, search expands only when needed, keeping the header simpler.
  • On narrow screens, Share, Manage attributes, Multi-select, and Refresh are easy to find in the View menu.
  • Keyboard focus stays on a visible control after resizing or leaving search and multi-select.

README file from

Github

Character Archive

Card gallery for character notes in your vault. Notes stay local unless you explicitly use Web share.

Each card shows a cover, status, relationships, body text, and prompts. Open the note when you want to edit in depth.

Korean guide: README.ko.md

What it does

  • Gallery — cards grouped by archive (top name) and group (row title).
  • Cards — cover and properties at a glance. Click a card to open the peek panel.
  • Properties — status, relation, bond, affiliation, tags. Rename visible labels in gallery edit → Property manager (book icon).
  • Filters — chips at the top (On / Off and other values).
  • Cover — the first image in the note becomes the card cover. In gallery edit, tap the cover to change it.
  • New card — starter sheet with a profile table, appearance / personality / ability sections, and prompt blocks. Guide text only. No images.
  • Extra windows — the same cards in another tab. This does not create a new subgroup.
  • Web share (optional) — publish the current gallery as HTML. You host it. The vault stays the source.

Usage

  1. Enable the plugin.
  2. Open Character Archive/Character Archive.md. That note becomes the gallery.
  3. Or use the ribbon grid icon, or the command 마지막 갤러리 열기 (Open last-used gallery).

The first time, one sample card is created in the Example archive. You can delete it.

A character is a note with kind: character under the library folder.

Turn on the pencil to move cards, add a character, and edit properties. With the pencil off, the gallery is read-only.

Heading sections and tables are read by the gallery. A Memo section stays note-only (not shown in the peek panel).

Embed the gallery on any note:

```charinfo
```

Command palette names

The plugin UI is currently Korean-labeled. Matching palette names:

English (this README) In Obsidian
Open last-used gallery 마지막 갤러리 열기
New gallery 새 갤러리 만들기
Create character note 캐릭터 노트 만들기
Share gallery 갤러리 공유

Starter sample paths may use Korean names (예시, 첫 카드). Section headings in the bundled template are also Korean.

Install

Community plugins

  1. Open Settings → Community plugins.
  2. Browse for Character Archive.
  3. Install, then enable.

Manual

  1. Download main.js, manifest.json, and styles.css from Releases.
  2. Put them in <vault>/.obsidian/plugins/character-archive/.
  3. Enable Character Archive in Community plugins.

Web share

Web share is optional and runs only when you press a publish button. The globe button shows exactly which cards and panel sections will be included. Publishing uploads the selected card data, selected note sections, prompts when selected, and embedded covers as a public HTML page. Anyone with the link can view it.

By default, the plugin uses the maintainer-operated service at https://character-archive.pages.dev. It accepts share creation without an account; updating or deleting a page still requires the separate management key saved by the plugin. Hosted links last 30 days by default; you can choose 7 days, 30 days, or 1 year, and stop a hosted share from the same gallery or character share. You can instead use your own compatible Cloudflare host or publish to GitHub Pages.

Ordinary gallery use has no telemetry and makes no share upload. See Privacy for network use, retention, credentials, and deletion details.

License

MIT — see LICENSE.