LionDocs
LionDocs plugin for Sublime Text
Details
Installs
- Total 12
- Win 8
- Mac 0
- Linux 4
Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
LionDocs Sublime Text Plugin
This is an LionDocs plugin for Sublime Text.
Install
Install LionDocs
with Package Control and restart Sublime.
Configure
Go to Preferences
-> Package Settings
-> LionDocs
-> Settings
Your user configuration file should look like this:
{
// Absolute paths to the repositories
"paths":{
"content": "",
"translated-content": ""
},
// It must be the same as the one in translated-content
"lang_code":"",
// Show alerts in successfully silent operations
// If False just show message in Sublime Text Console
"alerts":true
}
Note: Silent operations are those that although they are executed correctly, they do not instantly show some sign that they were executed. As for example the transfer of a file.
Use
Plugin functions are executed from the Sublime Text Command Palette.
Functions
Get SHA: Gets the SHA commit of the current opened file (in translated-content) but in content.
- Insert SourceCommit to cursor position: Inserts the SHA commit in metadata format at the current cursor position.
- Copy SourceCommit to clipboard: Copies the SHA commit to the clipboard.
Transfer: Copies the current opened file (in content) to translated-content in its respective path.
- Transfer file: Copies exactly the same file.
- Transfer file + SourceCommit: Copies the file and adds the respective SHA in metadata format.
Advice
For now it is being assumed that your directory tree is something similar to the following:
mdn/
├─ content/
├─ translated-content/
So with different structures it can cause problems. The root does not necessarily have to be mdn, but the sub-directories must have the same name and be in the same folder.
Tested in Windows and Ubuntu