Skip to content

Commit 40e048d

Browse files
author
m32
committed
ładniej
1 parent 1be36aa commit 40e048d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ By default, the log is saved to the file w:/temp/far3-py.log.
1717

1818
* Fundamentals
1919

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
2323

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
2525
F11 + "Python Character Map" - display its dialog
2626
after pressing Enter/OK selected character is coppied into clipboard, character selection is done
2727
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
2929
F11 + "Python Translate" - display help dialog
3030

3131
## Testing

0 commit comments

Comments
 (0)