Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubaPod/M2MD
Simple converter of Mathematica notebooks to markdown.
https://github.com/kubaPod/M2MD
Last synced: 3 months ago
JSON representation
Simple converter of Mathematica notebooks to markdown.
- Host: GitHub
- URL: https://github.com/kubaPod/M2MD
- Owner: kubaPod
- Created: 2018-05-24T13:35:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T14:17:57.000Z (about 1 year ago)
- Last Synced: 2024-07-18T20:48:25.770Z (4 months ago)
- Language: Mathematica
- Homepage:
- Size: 77.1 KB
- Stars: 44
- Watchers: 10
- Forks: 13
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wolfram-language - M2MD
README
Consider it beta before it hits 1.0.0. It is undergoing major upgrades, as far as the time is found, in 2020 so let me know if anything is off.
For quick **documentation** see: https://github.com/kubaPod/M2MD/wiki
# M2MD
Simple converter of Mathematica notebooks to markdown.
It originates from https://mathematica.stackexchange.com/q/84556/5478, it didn't evolve too much but I'm open to feedback as it is not something I use on daily basis.
## Installation
### Quick
ResourceFunction["GitHubInstall"][ "kubapod", "m2md" ]
### Manual
Go to 'releases' tab and download appropriate .paclet file.
Run `PacletInstall @ path/to/the.paclet` file
### Via ``MPM` ``
If you don't have ``MPM` `` yet, run:
Import["https://raw.githubusercontent.com/kubapod/mpm/master/install.m"]
and then:
Needs @ "MPM`"
MPM`MPMInstall["kubapod", "m2md"]
From now on there should be a M2MD item in your Palettes menu.