Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#44 separate header from text paragraph #47

Open
wants to merge 91 commits into
base: master
Choose a base branch
from

Conversation

TobiasZawada
Copy link

Move one-line-header regexp from adoc-re-paragraph-start to adoc-re-paragraph-separate.
paragraph-separate is merged into paragraph-start anyway.

This should fix issue #44.

lukesanantonio and others added 30 commits July 3, 2016 04:57
Use mode-* to set var require-final-newline
* edit to remove some of the warnings from flycheck

* Re-formulate first comment line of adoctest-trans.

Additionally delete some trailing spaces.

Co-authored-by: phelanm <phelanm@gmail.com>
Co-authored-by: Tobias Zawada <TOZ@esi-group.com>
I've also added a bunch of hacking guidelines for potential contributors.
Basically the whole README was repeated there, which is quite wasteful.
I've also killed all the trailing whitespace.
+ some indentation fixes.
bbatsov and others added 23 commits March 12, 2023 09:43
- Set text property `font-lock-fontified` for fontified code blocks
- also fix compiler error by quoting lambdas with sharp quote

Co-authored-by: Tobias Zawada <TOZ@esi-group.com>
Replace `re-search-forward` by `adoc-kwf-search` in font-lock keywords.
`adoc-kwf-search` continues search if the adoc-code-block text property
is set at the matching position.
Also add ert test for keyword-replacement
Also ignore whitespace at the end of the block attribute line.
Add ert tests for
- literal code blocks (....)
- ignored whitespace after leading comma of 2nd attribute and at end of attr line
@TobiasZawada TobiasZawada force-pushed the work/44SeparateHeaderFromTextParagraph branch from 760a76d to 497bb8b Compare January 30, 2024 02:33
tarsius pushed a commit to emacsmirror/adoc-mode that referenced this pull request Feb 12, 2024
* sensorflo#47 Adapt display-images from markdown-mode to adoc-mode

* Toggle display of images

* Try to get working CI-tests by requiring mouse and image

* Correct package version from markdown 0.8.0 to adoc 0.9.0.

* Remove dependency on context-menu-mode.

* Avoid failing CI-tests through attempt to show images at start

* when-let has moved from subr-x to subr

* Tell the byte-compiler that imagep and image-flush are defined.

* In defcustom booleanp is not a valid type.

* Add display of images to README.adoc.

- remove more "markdown" and "inline"
- add context menu to image links
- fontification of images before fontification of general links, since image links can contain urls

* require subr-x simplification

* Rename adoc-display-images-at-startup to adoc-display-images.

Add Usage section to README.adoc with a description of the not so obvious features.

---------

Co-authored-by: Tobias Zawada <TOZ@esi-group.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants