GitHub - lx4r/markdownfox: a simple Markdown viewer with auto update and PDF export (original) (raw)
Navigation Menu
Appearance settings
- AI CODE CREATION
* GitHub CopilotWrite better code with AI
* GitHub SparkBuild and deploy intelligent apps
* GitHub ModelsManage and compare prompts
* MCP RegistryNewIntegrate external tools - DEVELOPER WORKFLOWS
* ActionsAutomate any workflow
* CodespacesInstant dev environments
* IssuesPlan and track work
* Code ReviewManage code changes - APPLICATION SECURITY
* GitHub Advanced SecurityFind and fix vulnerabilities
* Code securitySecure your code as you build
* Secret protectionStop leaks before they start - EXPLORE
* Why GitHub
* Documentation
* Blog
* Changelog
* Marketplace
- AI CODE CREATION
- BY COMPANY SIZE
* Enterprises
* Small and medium teams
* Startups
* Nonprofits - BY USE CASE
* App Modernization
* DevSecOps
* DevOps
* CI/CD
* View all use cases - BY INDUSTRY
* Healthcare
* Financial services
* Manufacturing
* Government
* View all industries
- BY COMPANY SIZE
- EXPLORE BY TOPIC
* AI
* Software Development
* DevOps
* Security
* View all topics - EXPLORE BY TYPE
* Customer stories
* Events & webinars
* Ebooks & reports
* Business insights
* GitHub Skills - SUPPORT & SERVICES
* Documentation
* Customer support
* Community forum
* Trust center
* Partners
- EXPLORE BY TOPIC
- COMMUNITY
* GitHub SponsorsFund open source developers - PROGRAMS
* Security Lab
* Maintainer Community
* Accelerator
* Archive Program - REPOSITORIES
* Topics
* Trending
* Collections
- COMMUNITY
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
lx4r / markdownfox Public archive
- Notifications You must be signed in to change notification settings
- Fork5
- Star 30
a simple Markdown viewer with auto update and PDF export
License
30 stars 5 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
Folders and files
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| Latest commitHistory86 Commits | |||
| .electron-vue | .electron-vue | ||
| build/icons | build/icons | ||
| dist | dist | ||
| logo | logo | ||
| screens | screens | ||
| src | src | ||
| static | static | ||
| test | test | ||
| .babelrc | .babelrc | ||
| .eslintignore | .eslintignore | ||
| .eslintrc.js | .eslintrc.js | ||
| .gitignore | .gitignore | ||
| .travis.yml | .travis.yml | ||
| LICENSE | LICENSE | ||
| OPENSOURCE_LICENSES | OPENSOURCE_LICENSES | ||
| README.md | README.md | ||
| appveyor.yml | appveyor.yml | ||
| package-lock.json | package-lock.json | ||
| package.json | package.json | ||
| yarn-error.log | yarn-error.log | ||
| yarn.lock | yarn.lock |
Repository files navigation
MarkdownFox
a simple Markdown viewer with auto update and PDF export
Features
- updates preview when you make changes to the Markdown file
- supports GFM (GitHub Flavored Markdown)
- renders LaTeX-like formulae if they're surrounded by
$$ - PDF export
- syntax highlighting in code blocks
Downloads
... can be found at releases
Known issues
- When using gedit only the first change to the Markdown file triggers an update of the preview in MarkdownFox. This doesn't seem to happen with other editors. Issue regarding this bug
Build Setup
install dependencies
npm install
serve with hot reload at localhost:9080
npm run dev
build electron application for production
npm run build
lint all JS/Vue component files in src/
npm run lint
Powered by
- Vue.js by Yuxi (Evan) You
- Electron by GitHub Inc.
- Electron-Vue by SimulatedGREG
- Marked by chjj
- highlight.js by isagalaev
- github-markdown-css by sindresorhus
- KaTeX by Khan Academy
License
MIT
Open Source licenses can be found in OPENSOURCE_LICENSES and in the app
This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.
About
a simple Markdown viewer with auto update and PDF export
Topics
electron markdown vue markdown-viewer pdf-export markdown-to-pdf
Resources
License
Stars
Watchers
Forks
Releases3
Packages
No packages published

