{"id":40178478,"url":"https://github.com/xqtr/markln","last_synced_at":"2026-01-21T11:02:13.746Z","repository":{"id":318179119,"uuid":"1070259137","full_name":"xqtr/markln","owner":"xqtr","description":"A MarkDown editor, with live preview, for use in the Terminal","archived":false,"fork":false,"pushed_at":"2025-10-05T15:44:53.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T17:40:32.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cp737.net/blog/markln-markdown-editor-for-the-terminal","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xqtr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-10-05T15:32:44.000Z","updated_at":"2025-10-05T17:11:39.000Z","dependencies_parsed_at":"2025-10-05T17:40:42.218Z","dependency_job_id":"08254df2-75b4-4623-99fa-789233e3fd67","html_url":"https://github.com/xqtr/markln","commit_stats":null,"previous_names":["xqtr/markln"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/xqtr/markln","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqtr%2Fmarkln","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqtr%2Fmarkln/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqtr%2Fmarkln/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqtr%2Fmarkln/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xqtr","download_url":"https://codeload.github.com/xqtr/markln/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xqtr%2Fmarkln/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-19T18:01:27.160Z","updated_at":"2026-01-21T11:02:13.741Z","avatar_url":"https://github.com/xqtr.png","language":"Python","funding_links":[],"categories":["Table of Contents"],"sub_categories":[],"readme":"# MarkLn v1.2\n\nA terminal-based markdown editor built with Textual (Python TUI framework)\n\n### DESCRIPTION\nA feature-rich markdown editor that runs in the terminal with real-time preview. Edit markdown files with instant rendering in a split-pane interface. Perfect for quick editing without leaving the command line.\n\n### FEATURES\n\n- Dual-pane interface: Edit markdown with live preview\n- Toggle between views (Synced, Editor, Preview)\n- Table of contents, dynamically created\n- Tags selector to insert easily markdown tags (F3)\n- File management: Open, save, and save-as functionality\n- Keyboard-driven: Fully operable with keyboard shortcuts\n- Full mouse support also\n- Theme support\n- Comprehensive help: Built-in markdown syntax reference\n- Editor supports common key shortcuts for copy/paste/undo - ctrl-c, ctrl-x, ctrl-w\n- Support for terminal shortcuts like ctrl-w and others\n- Resize on the fly\n- Syntax Highlighting\n\n### INSTALLATION\n\n#### Prerequisites:\n\n- Python 3.8 or higher\n- pip package manager\n\n**Steps:**\n\nClone the repository:\n\n`git clone \u003crepository-url\u003e`\n`cd markln`\n\n**Install requirements:**\n\n`pip install -r requirements.txt`\n\n**Run the editor:**\n\n`python markln.py`\n\n### USAGE\n\nKeyboard shortcuts:\n\n- Tab: Switch between controls\n- Ctrl+O: Open file\n- Ctrl+S: Save file\n- Ctrl+Shift+S: Save as\n- Ctrl+T: Toggle editor/preview\n- Ctrl+L: Show help\n- Ctrl+N: New file\n- Ctrl+R: Toggle Wrap\n- Ctrl+J: Sync Editor with Preview\n- Ctrl+G: Dialog box to insert Markdown Tags\n- Ctrl+Q: Quit\n- Ctrl+\\: Options Menu\n- Ctrl+Home: Go to document start\n- Ctrl+End: Go to document end\n\n### SUPPORTED MARKDOWN\n\n- Headers (#, ##, ###)\n- Bold and italic text\n- Lists (ordered and unordered)\n- Code blocks and inline code\n- Links and images\n- Blockquotes\n- Tables\n- Horizontal rules\n\n### DEPENDENCIES\n\n- Python standard library\n- Textual - TUI framework\n- PyperClip\n\n\n### SHOWCASE\n\n![dual panel](https://cp737.net/files/markln/markln-main.png)\n\n![open dialog](https://cp737.net/files/markln/markln-open.png)\n\n![live preview](https://cp737.net/files/markln/markln-preview.png)\n\n![tags list](https://cp737.net/files/markln/markln-tags.png)\n\n### LICENSE\nGPL-3.0-or-later\n\n### SUPPORT\nFor issues and questions, please check the issues page or create a new issue with detailed description.\n\nThis editor is designed for developers who prefer working in the terminal and need a quick, efficient way to edit markdown files with instant visual feedback.\n\n### CHANGELOG\n\n**1.1**\n\n- When text is changed and try to quit or create a new file, now a Save dialog appears.\n- Minor bugs and code optimization.\n\n**1.2**\n- Added feature to show/hide TOC\n- Added Options dialog, with functions\n- Colorized the statusbar\n- When in full editor mode, the markdown preview doesn't update, so makes typing quicker and responsive\n- Added the option to stop continues rendering of Markdown on the preview, to make typing more responsive. You can Update the preview, from the options menu\n- The app. now has a config file to save default values, like theme, last file, window mode\n- You can specify in which mode you want the app to open at start, with the \"window_mode\" value of the config file. The values it accepts are: split, preview, editor\n- Added support for installing external themes. Specify the folder of the themes and the name of the theme file to load a new one.\n- When exiting the program, the current theme will be saved and applied next time you run it again\n- Three new themes provided: Arctic, Turbo Pascal, MSDOS","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxqtr%2Fmarkln","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxqtr%2Fmarkln","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxqtr%2Fmarkln/lists"}