Mediawiker

A plugin for Sublime Text editor that adds possibility to use it as Wiki Editor on MediaWiki-based sites like Wikipedia and many other.

OTHER License

Stars
138
Committers
10

Bot releases are hidden (Show)

Mediawiker - Success/error panel messages

Published by tosher almost 5 years ago

  • option use_panel_on_success (default: true) - to show success messages on panel
  • option use_panel_on_error (default: true) to show error messages on panel

If option value is false, messages will be shown on status line.

Old option use_status_messages_panel was removed.

Mediawiker - Default site settings fix

Published by tosher over 5 years ago

Mediawiker - Site settings inheritance

Published by tosher over 5 years ago

  • Ability to create child wiki sites with the same settings as the parent host: site option parent, example:
"Italian wikipedia":
{
    "host": "it.wikipedia.org",
    "parent": "en.wikipedia.org"
}
  • New command Add single sign-on wiki for easy way to create child wiki site in the settings.
Mediawiker - Template highlighting fix

Published by tosher over 5 years ago

Mediawiker - Fixes

Published by tosher over 5 years ago

  • Using Command key for base OSX shortcuts (Save, Bold, Italic, etc.)
  • Using page language specific syntax for new page comment
Mediawiker - Commands update

Published by tosher almost 6 years ago

  • New theme, based on base16-classic-dark (base16-classic-dark.mediawiker.tmTheme). All the plugin's themes files moved to themes subdirectory, please change your settings if you have it in your configuration.
  • Syntax highlighting fixes
  • History and favorites pages showing by site's host value (settings option show_favorites_and_history_by_site_host)
  • Command Set category was updated
  • Command Select wiki was updated
  • New command Page preview in sandbox - preview page generation in user-defined rewritable "sandbox" page on wiki site. Sandbox page must be defined with site's option preview_sandbox, for example: "preview_sanbox": "User:WikiUserName/sandbox". Auto-reloading works in the same manner as with command Page preview.
Mediawiker - Settings update

Published by tosher almost 6 years ago

  • Sublime text 2 is not supported anymore. Please, use Sublime text 3.
  • Prefix mediawiker_ was removed from the plugin settings. User settings will be auto-converted into the new format.
  • Project settings support (overrides user settings). Options must be defined with mediawiker. prefix, example: mediawiker.skip_summary.
  • Syntax highlighting for magic words was improved.
  • Popups for Parser/String/Variable functions has a link to help page.
  • Fixed css/js/lua syntax options
Mediawiker - Title variable for preview template

Published by tosher almost 6 years ago

Mediawiker - Functions folding improvements

Published by tosher almost 6 years ago

Mediawiker - Syntax highlighting fixes

Published by tosher almost 6 years ago

Mediawiker - Syntax customize

Published by tosher about 6 years ago

  • Fixed OAuth (pull-request by @danmichaelo)
  • Customized Lua, CSS, JavaScript syntaxes (with settings: mediawiker_syntax_lua, mediawiker_syntax_css, mediawiker_syntax_js.
Mediawiker - Notifications sorting

Published by tosher over 6 years ago

  • Notifications sorting by read flag, then by timestamp (inverted)
Mediawiker - Fix: Show unsaved changes

Published by tosher over 6 years ago

Mediawiker - Parser fixes

Published by tosher over 6 years ago

  • Fix for Firefox cookie reader
  • Parsing/highlighting fixes for nowiki tag
  • Parsing fixes for greedy source/syntaxhighlight/pre tags, comments, etc.
  • CategoryTree extension tag support (categorytree)
  • Page save with empty summary fix
  • Experimental new command Copy remote page for copying pages from one wiki to another (with templates and files, optional).
Mediawiker - Save page, upload file fixes

Published by tosher over 6 years ago

  • Save page reasult showing fix
  • Upload file fix
Mediawiker - Settings window, commands visibility in offline

Published by tosher over 6 years ago

  • Default/User settings in one window
  • Commands visibility in offline mode
  • Extension Html5mediator tag support
  • Search fix
Mediawiker - Lost "Open section of a page" command

Published by tosher about 7 years ago

  • #128 fix - Lost in prev. release command: Open section of a page
Mediawiker - Section editing, url upload

Published by tosher about 7 years ago

  • Upload file from url with the same way as from local path;
  • New command: Open section of a page - possibility to edit page's section instead of whole page. Also, section can be opened by title like Page_name::Section_number.
  • Properties loading refactoring.

#128

Mediawiker - Subpages & syntax snippet

Published by tosher over 7 years ago

  • Subpages support (beta)
  • New snippet: syntaxhighlight, with trigger wss. Thanks to @rabin-io.
Mediawiker - Offline mode and fixes

Published by tosher over 7 years ago

  • New option mediawiker_offline_mode - possibility to work offline with files in mediawiki markup. For correct showing of Edit panel in offline mode, please, readd edit panel components if you use customized list (false/true, default: false`);
  • Fixed: opening talk pages in namespaces: User, Mediawiki, Project.
  • Fixed: command Page preview not works on OSX (lost in 3.3.9).
Related Projects