Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fiduswriter | 473 | 4 days ago | 67 | agpl-3.0 | JavaScript | |||||
Fidus Writer is an online collaborative editor for academics. | ||||||||||
Academic Pandoc Template | 141 | 2 months ago | 3 | mit | HTML | |||||
Write beautifully typeset academic texts with distraction-free Markdown and Pandoc. | ||||||||||
Infinitex | 129 | 4 years ago | 6 | gpl-3.0 | JavaScript | |||||
A LaTeX and WYSIWYG editor with academic search functionality and other helpful tools | ||||||||||
Mur2_editor | 25 | a year ago | 2 | gpl-3.0 | JavaScript | |||||
The μr² editor an easy to use, versatile and comprehensive text editor for academic writing. | ||||||||||
Willnotebook | 11 | 2 years ago | 10 | gpl-2.0 | JavaScript | |||||
New way to do academic writing. | ||||||||||
Markdoc | 3 | 4 years ago | JavaScript | |||||||
Beautiful markdown editor for academic papers. | ||||||||||
Poster Session Bootstrap | 3 | 8 years ago | 1 | Ruby | ||||||
Create academic style posters by editing markdown files. Focus on content instead of layout. | ||||||||||
Yoshiko | 3 | a year ago | 23 | mit | C++ | |||||
(Weighted) Cluster Editing | ||||||||||
Mindmap | 2 | 7 years ago | mit | JavaScript | ||||||
JavaScript browser based mindmap viewer and editor | ||||||||||
Netlistx | 2 | 6 years ago | 2 | Python | ||||||
A FPGA netlist parser and editor for academic use. |
The μr² editor an easy to use, versatile and comprehensive text editor for academic writing.
Reasons to try:
Most academic articles are the result of shared effort by multiple Writers. To help Writers work together, the μr² supports collaborative real-time editing. Any registered user is welcome to work on your document and you will be able to edit it simultaneously.
Row and columns merge, with multiple tbody:
| | Grouping || Grouping 2 || Not Grouped |
| First Header | Second Header | Third Header | Forth Header | Fifth Header | Sixth Header |
| ------------- | :-----------: | -------------: | :----------: | :----------: | --------------- |
| Tall Cell | *Long Cell* || *Long Long Cell* |||
| ^^ | **Bold** | 1. first item | *Italic* | 3. third item | + first point |\
| ^^ | | 1. second item | | 1. forth item | + second point |
| New section | More | Data | ... - -- --- |||
| And more | With an escaped \| || "Try 'quotes' in quotes " |||
[Compicated table]
Output:
The μr² renders mathematics from LaTeX expressions inside your markdown file. You can use inline: $$ \mu r^2 $$
, block:
$$ \text{Bayes' theorem: } P(A\mid B) = \frac{P(B \mid A) P(A)}{P(B)} $$
Which will be rendered like:
Or numbered and linked blocks:
$$ \text{Euler's identity: } e^{i \pi } + 1 = 0 $${#eq:1}
Which will be looking like:
The output is rendered as SVG images, this means you can use them everywhere, even when you have no JavaScript.
The citations are very simple: this is a citation [@knuthwebsite], and another one with page info [@einstein{p. 900}], one with a prefix [@knuthfa{See}{chapter 1.2}]. The bibliography information you can write in standard BibLaTeX format:
@article{einstein,
author = "Albert Einstein",
title = "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]",
journal = "Annalen der Physik",
volume = "322",
number = "10",
pages = "891--921",
year = "1905",
DOI = "http://dx.doi.org/10.1002/andp.19053221004",
keywords = "physics"
}
You can choose Citation Style Language styles to render them, for example, you can use APA:
Or IEEE:
The Bibliography will be automatically included at the end of the generated output, like for the above example in IEEE style:
With μr², you can share collaborative documents, thanks to the synchronization mechanism. The collaborating is real-time, so there is no merge mechanism. Simple multiple writers can work on the same document at the same time. For a recorded example check out the bellow video:
If multiple people are working on the same document, track changes are necessary.
This is not part of the standard Markdown but it is especially useful.
The μr² editor uses CriticMarkup syntax for this.
It is very easy, just switch on in the toolbar, and you can create {==highlights==},
{>>comments,<<} {++additions++}, {--deletions--} or {bad>good~~} substitutation.
For detailed usage of the editor please read our manual.
Markdown uses a plain text formatting syntax aimed at making writing easier. The philosophy behind it; a document should be readable without tags everywhere but still be able to add text modifiers such as lists, bold text and italics quickly. It's an alternative to WYSIWYG (what you see is what you get) editors.[2]
Here’s a quick example of how to emphasize words with Markdown, you simply enclose them in * (asterisks). So, *emphasize word* would look like emphasize word in the final document.
We also help if you are new to markdown or can't remember any of the syntaxes. You can use the toolbar controls within the editor or open up the Markdown cheatsheet in the menu.
There is usually a tradeoff between security and usability with two general approaches:
Using Javascript helps μr² to better answer these questions. The editor can only be accessed via HTTPS (secure communication over a computer network) from anywhere with an internet connection, so you do not need to install anything. However, as it is a client-side technology, after the first load it can work even when you drop your connection in the meantime.[3] However, your work can be stored only locally.[4]
We aim to support academic quality writing which is a huge task that very few publication platforms offer. We support LaTeX type mathematical input, footnotes, cross-reference, equation numbering, citations and bibliography and editorial changes to name a few.
In the μr² editor, you can create HTML, PDF, ePUB, LaTeX or Microsoft Word with one click. You can also directly publish your document in Wordpress.com or Medium. If you don't have to place to publish it, the project has a free to use webpage where work can publish. There we also provide extra features for registered users.
If you would like to self hosting the editor the easiest to dowload mur2_docker.
If you would like to help, there is plenty of things to do. The most simple one: use the editor and if you find some error or you just have a good idea, do not keep it for yourself.
If you know JavaScript, Python, HTML or CSS you can collaborate in the development also. I am not a frontend developer, so I am sure there is plenty of place for improvement there. Also, a lot of tests is waiting to be written.
I am also looking for translators of the frontend. For this do not need any IT knowledge. If you speak English and any other language just have a look a messages.po files on the Gihub.
This editor based on multiple open source project, we would like to say many thanks to them: