-
-
Notifications
You must be signed in to change notification settings - Fork 16
Chesser: PGN-Powered, Vault-Stored, and Mobile-Ready #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
123vincent
wants to merge
17
commits into
SilentVoid13:master
Choose a base branch
from
123vincent:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modify css to make them responsive for iPhone in portrait mode
rename the “Reset” button “Home". added an “Init” button linked to function loadInitialPosition() in the Chesser class
Replaces `localStorage` with persistent storage in the vault (`.ChesserStorage/`)
Replaces `localStorage` with persistent storage in the vault `.ChesserStorage/`
Allows user to define a PGN directly in the code block. Adds an "Init" button to reset the board to the PGN/FEN-defined starting position.
✅ Chesser vNext merged
All features are fully compatible across desktop and mobile, with no conflicts or breaking changes. Ready to roll 🚀 |
modified setIcon of the Init button
Release: Chesser Plugin with PGN Init, Vault Storage, and Mobile Enhancements
Responsive Chessboard: The board scales with screen size (no horizontal scrolling) Adaptive Toolbar: Toolbar appears above the menu on mobile The "Enable Free Move?" toggle is hidden via CSS
add comment: /* end of media */
feat: add "Copy PGN" button to chessboard toolbox
minor bug correction
added getChess()
code modification of the “Copy PGN” button
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Chesser Plugin (Customized)
This is a fully customized version of the Chesser plugin for Obsidian, with enhanced features for multi-device use, improved chessboard initialization, and a mobile-friendly interface.
✅ Functional Improvements
🗂️ Vault-based State Storage
localStorage
with persistent storage in the vault (.ChesserStorage/
)adapter.read/write
)♟️ PGN Initialization Support
FEN
ifPGN
is not provided🆕 Init Button
🏠 Reset Button Icon
home
for clearer UX🙈 Hide "Free Move" Option
📱 Mobile Enhancements
🧩 Responsive Board Sizing
::before
🎛️ Adaptive Toolbar Layout
🛠️ How to Use
.obsidian/plugins/
directory.pgn
andfen
in the code block.Built with care to support mobile note-taking, versioned storage, and fast chess-based documentation.
Happy to help if you want to merge these features or discuss further!