Team datasets guidelines in Notion.
Install from the app:
filmustage-script-markdown
package.Install from the site:
Install filmustage-script-markdown
from Atom package page:
https://atom.io/packages/filmustage-script-markdown
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:
delete tags around
replace tags around
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:
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.
JSON
code for Atom touchbar package.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'
Costum markdown tags colors based on atom-color-the-tag-name package.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.