From c2f06efd0bce3ecaac1bb99a8e822729ce125800 Mon Sep 17 00:00:00 2001 From: Matheus Lessa <1696072+matheuslessarodrigues@users.noreply.github.com> Date: Mon, 7 Dec 2020 15:59:46 -0300 Subject: [PATCH] atualiza os links --- README.md | 14 +++++++------- _config.yml | 2 ++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 860da67a..4b8b6ea6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ### An opinionated modal editor to simplify code editing from the terminal -![main screenshot](screenshots/main.png) +![main screenshot](assets/screenshots/main.png) -[more gifs](screenshots) +[more screenshots](https://github.com/matheuslessarodrigues/pepper/wiki/screenshots) Pepper is an experiment of mine to simplify code editing from the terminal. It's mission is to be a minimal and fast code editor with an orthogonal set of both editing and navigation features. @@ -16,10 +16,10 @@ Demo's limitations (may change in the future) - can't change keybindings - can't save files -### [default keybindings](modes) -### [scripting api](scripting) -### [defining language syntaxes](syntax) -### [config recipes](recipes) +### [default keybindings](https://github.com/matheuslessarodrigues/pepper/wiki/bindings) +### [scripting api](https://github.com/matheuslessarodrigues/pepper/wiki/scripting-api-reference) +### [defining language syntaxes](https://github.com/matheuslessarodrigues/pepper/wiki/language-syntax-definitions) +### [config recipes](https://github.com/matheuslessarodrigues/pepper/wiki/config-recipes) ### if you find a bug or need help Please [open an issue](https://github.com/matheuslessarodrigues/pepper/issues) @@ -102,4 +102,4 @@ It's possible to kinda follow Pepper's development history in this [twitter thre ## big features todo - language server protocol (in progress) -- debug adapter protocol +- debug adapter protocol \ No newline at end of file diff --git a/_config.yml b/_config.yml index 1d1b1bd8..05132d15 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1,4 @@ theme: jekyll-theme-minimal markdown: kramdown +include: + - .github \ No newline at end of file