filmustage-script-markdown

Markdown package for Filmustage project

filmustage

235

1

0.3.6

MIT

GitHub

Filmustage script markdown

Codacy Badge APM APM

Team datasets guidelines in Notion.

1. Install package

Install from the app:

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:

3. Extra features

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.

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.