The new release of MarkDoc (currently only on GitHub) has a dialog box, which not only shows all of the functionality of the package, but also makes using it for students easier. Moreover, MarkDoc manual is now available on GitHub Wiki and is updated constantly with new tutorials. The new updates were meant to facilitate using MarkDoc in classroom and workshops, to make it easier for the students to use the package for taking notes and writing their projects within Stata.
To install the package from GitHub, type:
and to open the dialog box, type:
which opens a window as shown below. For more details, see GitHub Wiki or the release notes
To install the package from GitHub, type:
Code:
net install markdoc, replace from("https://raw.githubusercontent.com/haghish/markdoc/master/")
Code:
db markdoc
Comment