This repository was archived by the owner on Jun 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
.gitattributes' and
TODO' files.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# See: https://axvr.io/projects/ascribe/ | ||
* text=auto eol=lf final-newline trim-trailing-whitespace | ||
*.vim line-length=78 expand-tab tab-stop=4 | ||
doc/* line-length=78 expand-tab tab-stop=4 | ||
*.md line-length=80 expand-tab tab-stop=4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
MAYBE: | ||
- Better link syntax highlighting (more similar to links in vim-markdown) | ||
- Syntax highlight bullets and checkboxes | ||
- Option to enable/disable folding (similar to g:markdown_folding) | ||
- Different syntax group for heading delimiters | ||
- Change log in Vim doc | ||
|
||
UNLIKELY: | ||
- Add working links | ||
- Maybe utilise Vim-Waikiki and override default Vim mappings | ||
- Open man pages (use ':h :Man') | ||
- Add 'org-store-link' and 'org-insert-link' implementations | ||
- Implement Emacs's abbreviations (e.g. '\<s<TAB>') |