## Feature Goals - Allow editing of the skripsi document directly within VSCode, supporting formats like .md, .tex, or relevant file types. - Implement a system within the README to refer and link to specific pages of the skripsi and to specific code blocks/files. ## Requirements - Editing workflow for the main skripsi file(s) inside VSCode, with suggestions for plugins or workspaces if needed. - Syntax or instruction in the README file for referring to: - A certain page in the main skripsi document (e.g., [See Page 32](skripsi.pdf#page=32)) - A specific line or block of code (e.g., [See function processData in main.py](main.py#L50-L70)) - Documentation in the README to explain how to use referrals. ## Acceptance Criteria - Able to edit the skripsi in VSCode with minimal setup. - README contains clear instructions and examples for linking to pages and code, and these links function correctly in the repository context. --- - Label: `documentation`, `main_feature`
Feature Goals
Requirements
Acceptance Criteria
documentation,main_feature