File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ By default, the log is saved to the file w:/temp/far3-py.log.
17
17
18
18
* Fundamentals
19
19
20
- ** plugins must be accessible via PYTHONPATH
21
- ** the plugins are loaded with the command "py: load filename" for example py: load ucharmap
22
- ** unloading the plugin is done with the command "py: unload filename" for example py: unload ucharmap
20
+ - plugins must be accessible via PYTHONPATH
21
+ - the plugins are loaded with the command "py: load filename" for example py: load ucharmap
22
+ - unloading the plugin is done with the command "py: unload filename" for example py: unload ucharmap
23
23
24
- ** [ ' ucharmap] ( far3examples/ucharmap.py ) - an example plugin showing part of the UTF-8 character set
24
+ - [ ucharmap] ( far3examples/ucharmap.py ) - an example plugin showing part of the UTF-8 character set
25
25
F11 + "Python Character Map" - display its dialog
26
26
after pressing Enter/OK selected character is coppied into clipboard, character selection is done
27
27
with mouse or arrows
28
- ** [ ' utranslate] ( far3examples/utranslate.py ) - how to use Google translate for spellchecker and text translation
28
+ - [ utranslate] ( far3examples/utranslate.py ) - how to use Google translate for spellchecker and text translation
29
29
F11 + "Python Translate" - display help dialog
30
30
31
31
## Testing
You can’t perform that action at this time.
0 commit comments