{"id":49621712,"url":"https://github.com/jaehyeon-bae/bloct","last_synced_at":"2026-05-05T03:06:25.503Z","repository":{"id":342928543,"uuid":"1175660303","full_name":"JAEHYEON-BAE/bloct","owner":"JAEHYEON-BAE","description":"Simple Markdown Viewer / Editor for macOS","archived":false,"fork":false,"pushed_at":"2026-05-01T06:26:40.000Z","size":3691,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T07:19:20.832Z","etag":null,"topics":["bloct","macos","markdown","markdown-editor","markdown-viewer","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JAEHYEON-BAE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-08T01:58:45.000Z","updated_at":"2026-05-01T06:30:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/JAEHYEON-BAE/bloct","commit_stats":null,"previous_names":["jaehyeon-bae/markdown-viewer","jaehyeon-bae/bloct"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/JAEHYEON-BAE/bloct","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAEHYEON-BAE%2Fbloct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAEHYEON-BAE%2Fbloct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAEHYEON-BAE%2Fbloct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAEHYEON-BAE%2Fbloct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JAEHYEON-BAE","download_url":"https://codeload.github.com/JAEHYEON-BAE/bloct/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JAEHYEON-BAE%2Fbloct/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32633444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bloct","macos","markdown","markdown-editor","markdown-viewer","swift"],"created_at":"2026-05-05T03:06:00.364Z","updated_at":"2026-05-05T03:06:25.496Z","avatar_url":"https://github.com/JAEHYEON-BAE.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bloct\n\nA native macOS app for viewing and editing Markdown files with a clean, live preview.\n\n## Requirements\n\n- macOS 14.0 or later\n\n## Installation\n\n### Homebrew (recommended - just copy and paste in your terminal)\n\n```sh\nbrew tap JAEHYEON-BAE/tap\nbrew install --cask bloct\nxattr -cr /Applications/Bloct.app\n```\n\n### Manual\n\n1. Download `Bloct.zip` from the latest [Releases](../../releases) page\n2. Unzip and drag `Bloct.app` to `/Applications`\n3. Run the following in Terminal to bypass Gatekeeper (required once, as the app is unsigned):\n   ```sh\n   xattr -cr /Applications/Bloct.app\n   ```\n4. Open Bloct normally from `/Applications`\n\n## Features\n\n### WYSIWYG Inline Editing\nClick any block in the preview to edit it directly — no separate editor pane needed. The clicked block is replaced by a textarea pre-filled with the raw Markdown for that block. Press **Escape** or click elsewhere to commit the change and re-render.\n\n### Markdown Rendering\n- Full [GitHub Flavored Markdown](https://github.github.com/gfm/) via [marked.js](https://marked.js.org/)\n- Fenced code blocks with language labels\n- Tables, blockquotes, and horizontal rules\n- Math expressions via [KaTeX](https://katex.org/) — inline `$...$` and display `$$...$$`\n- Local images resolved relative to the opened file\n\n### Table of Contents\nToggle the TOC panel with the **⇧⌘T** shortcut or the toolbar button. The panel slides in from the left and updates live as you edit headings.\n\n### Find in Document\nPress **⌘F** to open the search bar. Matches are highlighted in the preview; navigate between them with **↑ / ↓** or **Return / Shift-Return**.\n\n### Export to PDF\nUse **File → Export as PDF** (or the toolbar button) to save the rendered document as a PDF with standard page margins.\n\n### Zoom\nPinch-to-zoom or use **⌘+** / **⌘−** to scale the preview.\n\n### Save\n**⌘S** saves changes back to the original `.md` file. A warning is shown if you try to close a window with unsaved changes.\n\n### Scroll Position Memory\nThe scroll position for each file is restored automatically when you reopen it.\n\n### Dark Mode\nFully adapts to macOS Light and Dark appearance.\n\n## Usage\n\n- Double-click any `.md` file to open it in Bloct\n- Drag a `.md` file onto the app icon\n- Use **File → Open** from within the app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaehyeon-bae%2Fbloct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaehyeon-bae%2Fbloct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaehyeon-bae%2Fbloct/lists"}