Reformat wiki format on the fly
Bug #492656 reported by
dagurasu
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zim |
In Progress
|
Wishlist
|
Unassigned |
Bug Description
I love Zim's wysiwyg editing. Easy learning curve and looks nice while editing. However after getting the feet wet it's conveniet to use markup like **bold** or [[link]]. And, after reading the source files, I do exactly that .. a quick cntrl-r to reload, displays it properly. It would be great to have more hand entered markup tags interpreted on the fly (without the cntrl-r), the way checkboxes are for instances. It would also be great if a simple toggle went to the source more easily with the cursor in the present position.
Related branches
lp://staging/~johannes-reinhardt/zim/fixes
- Jaap Karssenberg: Approve
-
Diff: 59 lines (+8/-7)3 files modifieddata/templates/latex/Article.tex (+1/-1)
data/templates/latex/Report.tex (+1/-1)
zim/formats/latex.py (+6/-5)
summary: |
- Suggestion: easier markup editing. + Reformat wiki format on the fly |
Changed in zim: | |
status: | New → Incomplete |
importance: | Undecided → Wishlist |
tags: | added: papercut usability |
To post a comment you must log in.
Merged patch that adds auto formatting for bold / italic & mark.
Entering links this way is still open. Needs bit more work to have sane behavior in combination with autolinking for urls and file names.