OK landry@
port changes:
- no need to @sed VERSION as upstream stopped shelling out to git
upstream changelog:
---
New Features
* HUD windows can now be closed using the Esc key when they have focus.
* A new option has been added to highlight double spaces at the end of a line.
* Github-style task lists can now be made using the * and + bullet point
characters, in addition to the - character.
* Support for ConTeXt and wkhtmltopdf when exporting to PDF with Pandoc has been
added.
* Auto-matching characters for selected text now respects the existing preferences
for the matching done while typing without text selected.
* Typing a single quote (') will no longer result in a second quote being
automatically inserted after the cursor if the cursor is positioned in the
middle of a word.
* Most settings have been moved into a new Preferences dialog to accommodate the
ever increasing number of application options.
* Font size can now be increased by pressing Ctrl+=or decreased by pressing
Ctrl+-. It can also be changed by using Ctrl and the mouse wheel.
* When exporting to other file formats, the output file will be opened after
export with its default application.
* E-books created using Pandoc will now also be generated with a table of
contents.
* When passing in a file path via the command line, a new file will be created
with that path if it does not already exist.
* When typing a * character, ghostwriter would auto-insert a second * character in
anticipation of emphasized text. The auto-inserted second * will now be removed
if a space is typed to accommodate a bullet list instead.
* Rudimentary support for HiDPI has been added. See notes below.
* Various performance enhancements and tweaks have been made under the hood.
Fixes
* Issue #128: Hyphenated words are now considered one word for spell checking.
* Issue #131: ghostwriter can now be built from its source tarball without needing
git to be installed.
* Issue #132: Linux desktop file now specifies that ghostwriter can open only one
file from the command line rather than multiple files.
* Issue #170: Ctrl+M now opens the HTML Preview instead of Ctrl+W. This is to
avoid a conflict with closing windows in Linux.
* Issue #219: Copy and paste no longer makes the word count jump.
* Sundry minor fixes have been added.
---
---8<---
Implements support for python plugins in Nvim. Also works as a library for
connecting to and scripting Nvim processes through its msgpack-rpc API.
--->8---
OK tb@. Thanks!
---8<---
Neovim is a project that seeks to aggressively refactor Vim in order to:
* Simplify maintenance and encourage contributions.
* Split the work between multiple developers.
* Enable advanced external UIs without modifications to the core.
* Improve extensibility with a new plugin architecture.
--->8---
Tweaks suggested from abieber@ and sthen@.
OK abieber@.
Thanks to upstream for addressing the issues I have been filing over the past
few months. All tests are now passing.
Mostly a bug-fixe release, see NEWS for the few things that changed.
The diff for bug #24082 included is in this release.
Tested on armv7 and amd64. -rc/release test reports from alf, Manuel
Giraud, sunil@ and krw@
* Fix a startup crash that's extremely easy to trigger on OpenBSD
(patch-draw_c).
* Various fixes from a forked Github version (there was no official
elvis release since 2004), clang warns about most of them.
* Remove some questionable/broken/dangerous features: backtick
support in filenames, WYSIWYG for nroff/tex files, and
HTTP/FTP support. Looking at the code, I'd feel better having
less features, here. Please complain if you really want them.
* Remove dead FTP mirrors from MASTER_SITES, and use an HTTP server
instead.
* Remove some previous patches of mine which only dealt with
whitespace in man pages: fixing that was just useless noise.
Found newer package texworks-20090618p0 in /mnt/plist/i386
Found newer package texworks-20090618p1 in /mnt/plist/i386
Found newer package texworks-20090618p2 in /mnt/plist/i386
- https://wereturtle.github.io/ghostwriter/
- https://github.com/wereturtle/ghostwriter/
OK landry@
$ cat pkg/DESCR
ghostwriter is a Windows and Unix text editor for Markdown, providing a
relaxing, distraction-free writing environment, whether your masterpiece
be that next blog post, your school paper, or your NaNoWriMo novel.
* Syntax highlighting of Markdown
* Navigation of document headings
* Full-screen mode
* Focus mode that highlights the current sentence, line, three lines, or
paragraph
* Two built-in themes, one light and one dark
* Theme creator for custom colors and background images
* Spell checking with Hunspell
* A Live word count
* A live HTML preview as you type
* Use of custom CSS style sheets for HTML preview
* Image URL insertion via dragging and dropping an image file into the editor
* Sundown processor built in for preview and export to HTML
* Interoperability with the following Markdown processors (if installed) for
preview and export to popular document formats, such as PDF, ODT, and RTF:
* Pandoc
* MultiMarkdown
* Discount
* cmark