All Projects → fraoustin → Sublime2pdf

fraoustin / Sublime2pdf

Licence: other
/!\ inactive /!\ plugin for sublime generate a pdf file for print

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Sublime2pdf

mortar-list-detail
INACTIVE - http://mzl.la/ghe-archive - A list detail view template for an Open Web App.
Stars: ✭ 21 (+61.54%)
Mutual labels:  inactive
webdev-bootcamp
INACTIVE - http://mzl.la/ghe-archive - How to be a Web developer at Mozilla
Stars: ✭ 57 (+338.46%)
Mutual labels:  inactive
layerscope
INACTIVE - http://mzl.la/ghe-archive - LayerScope Viewer
Stars: ✭ 16 (+23.08%)
Mutual labels:  inactive
quality.mozilla.org
INACTIVE - http://mzl.la/ghe-archive - Mozilla's quality assurance community
Stars: ✭ 14 (+7.69%)
Mutual labels:  inactive
mortar-layouts
INACTIVE - http://mzl.la/ghe-archive - A small library for constructing app UIs with backbone.js.
Stars: ✭ 19 (+46.15%)
Mutual labels:  inactive
learning-networks
INACTIVE - http://mzl.la/ghe-archive - This repo is for tracking initiatives of the Mozilla Learning Networks team.
Stars: ✭ 12 (-7.69%)
Mutual labels:  inactive
f1
INACTIVE - http://mzl.la/ghe-archive - F1 is a browser extension that allows you to share links in a fast and fun way. Share links from within the browser, from any webpage, using the same services you already know and love. F1 is made by Mozilla.
Stars: ✭ 51 (+292.31%)
Mutual labels:  inactive
icongrid
INACTIVE - http://mzl.la/ghe-archive - IconGrid.js makes it easy to display a scrollable grid of icons!
Stars: ✭ 25 (+92.31%)
Mutual labels:  inactive
fx-share-addon
INACTIVE - http://mzl.la/ghe-archive - new addon version from fx-share branch
Stars: ✭ 13 (+0%)
Mutual labels:  inactive
Campus-Program
INACTIVE - http://mzl.la/ghe-archive - Rocking out the campus campaign!
Stars: ✭ 21 (+61.54%)
Mutual labels:  inactive
devroadshow2017
INACTIVE - http://mzl.la/ghe-archive - Mozilla's Developer Roadshow 2017
Stars: ✭ 16 (+23.08%)
Mutual labels:  inactive
cleopatra
INACTIVE - http://mzl.la/ghe-archive - UI for the gecko profiler
Stars: ✭ 26 (+100%)
Mutual labels:  inactive
pymake
INACTIVE - http://mzl.la/ghe-archive - make implementation in Python
Stars: ✭ 79 (+507.69%)
Mutual labels:  inactive
lean-data-practices
INACTIVE - http://mzl.la/ghe-archive - A toolkit to implement Lean Data Practices at your company.
Stars: ✭ 141 (+984.62%)
Mutual labels:  inactive
soup
INACTIVE - http://mzl.la/ghe-archive - OpenWebApps on Android
Stars: ✭ 12 (-7.69%)
Mutual labels:  inactive
feedthefox
INACTIVE - http://mzl.la/ghe-archive - [deprecated] Firefox OS Participation Hub
Stars: ✭ 12 (-7.69%)
Mutual labels:  inactive
Inactive-Logout
Development copy from the WordPress repository. Will release here first.
Stars: ✭ 19 (+46.15%)
Mutual labels:  inactive
calculator
INACTIVE - http://mzl.la/ghe-archive - Resurrection of the calculator app that was pulled from gaia
Stars: ✭ 16 (+23.08%)
Mutual labels:  inactive
build-relengapi
INACTIVE - http://mzl.la/ghe-archive - Your Interface to Release Engineering Automation -
Stars: ✭ 14 (+7.69%)
Mutual labels:  inactive
pdf.js-bot
INACTIVE - http://mzl.la/ghe-archive - Cloud test scripts for the pdf.js project
Stars: ✭ 16 (+23.08%)
Mutual labels:  inactive

Summary

2pdf to generate a pdf file.

pdf file can be printed

2pdf use:

How to install

  1. Clone or [download] git repo into your packages folder (in ST2, find Browse Packages... menu item to open this folder)
  2. Restart ST2 editor (if required)

Or with Package Control:

  1. Run "Package Control: Add repository" and add https://github.com/fraoustin/Sublime2pdf
  2. Run "Package Control: Install Package" command, find and install 2pdf plugin.
  3. Restart ST2 editor (if required)

How to Use

click menu Selection -> ToPdf

Configure key binding

add the following line to keymap settings

{ "keys": ["ctrl+p"], "command": "to_pdf" }

Configure

stylesheet-code is stylesheet use by rst2pdf for all syntax except for the restructured syntax

stylesheet-rst is stylesheet use by rst2pdf for the restructured syntax

{
"stylesheet-code": "print.style",
"stylesheet-rst": "",
"breaklevel": 0,
"compressed": false
}

License

view license of

rst2.pdf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].