Filmustage script markdown
Team datasets guidelines in Notion.
1. Install package
Install from the app:
- In Atom, open Preferences (Settings on Windows).
- Go to Install section.
- Search for
filmustage-script-markdown
package. - Once it found, click Install button to install package.
Install from the site:
Install filmustage-script-markdown
from Atom package page:
https://atom.io/packages/filmustage-script-markdown
2. Use tags
After you've done that you should be able to use the hotkeys
for adding tags.
Select text and press:
Tag | Key | Default color |
---|---|---|
<place></place> |
F1 | #d23e24 |
<location></location> |
F2 | #7b7aff |
<time></time> |
F3 | #d936db |
<prop></prop> |
F4 | #00a36c |
<actor></actor> |
F5 | #c8c817 |
<actor_add></location> |
F6 | #d7d7a4 |
<location_add></location_add> |
F7 | #0096ff |
<extras></extras> |
F8 | #e98604 |
<animal></animal> |
F9 | #bb0da5 |
Delete tags around |
ALT + F1 |
If you want to delete or change tags, <>select text with tags</>
and press:
- ALT + F1 for
delete tags around
- Any hotkeys from top for
replace tags around
3. Extra features
-
If you mark selected text with wrong tag, you can simple change it by pressing another hotkeys.
-
If you mark selected text with articles (a, an, the), spaces, dots, commas, etc, they automatically pushed out of tags:
-
If you need to change multiple tags or remove they, just select text with tags and press hotkeys:
-
Auto expand selection on whole word:
4. Settings
Open Atom Settings
, go to Packages
in the left hand sidebar, and press Settings
on filmustage-script-markdown
to open the list of settings available for the Filmustage package.
- You can disable color tags highlights.
- You can change default tag action for hotkey and color of highlight.
- In bottom of settings section you can find
JSON
code for Atom touchbar package.
5. Change Hotkeys
You can override these keybindings by copying and pasting this code into your keymap.cson
file in Preferences > Keybindings
and modifying it:
'atom-text-editor':
'f1': 'filmustage:tag-f1'
'f2': 'filmustage:tag-f2'
'f3': 'filmustage:tag-f3'
'f4': 'filmustage:tag-f4'
'f5': 'filmustage:tag-f5'
'f6': 'filmustage:tag-f6'
'f7': 'filmustage:tag-f7'
'f8': 'filmustage:tag-f8'
'f9': 'filmustage:tag-f9'
'alt-f1': 'filmustage:tag-f10'
Tags colors
Costum markdown tags colors based on atom-color-the-tag-name package.