-
Notifications
You must be signed in to change notification settings - Fork 214
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
Issue 632 support for obsidian callouts #665
Open
aquilesg
wants to merge
34
commits into
epwalsh:main
Choose a base branch
from
aquilesg:ISSUE-632-support-for-obsidian-callouts
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 10 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
8de014c
Add mappings for default callouts
aquilesg 1e92f06
ISSUE-632 Add in scaffolding for callout support
aquilesg 4ac9521
Added stack to track highlight group
aquilesg 3d68c7b
Adjust how headers are generated
3b58eab
Tweak casing
aquilesg 050a50e
Remove Accidentally committed file
aquilesg bec06d4
Fix issue where different callout group types at the same indentation
aquilesg f6836c9
Update readme for callout groups
aquilesg a471efd
Fix linting errors
aquilesg 71f1626
Fix styling issues
aquilesg 55aed05
Add `opts.follow_img_func` option
epwalsh 5dc44f8
chore(docs): auto generate docs
epwalsh bf5b1a6
Fixed an edge case with collecting backlinks
epwalsh b457a63
Rename `image_name_func` to `attachments.img_name_func`
epwalsh c15d42c
chore(docs): auto generate docs
epwalsh 533672d
Prompt for undefined template fields (#666)
epwalsh 12d4f2c
Correct typo in ObsidianPasteImg's description (#667)
Yoquec d3664aa
Remove accidentally committed field
aquilesg 4a6cc77
Move stack implementation to collections.lua
aquilesg 06d3983
Require spacing for header
aquilesg 5ce9c5d
DOn't render spaces before sentances start
aquilesg 5a8186f
Adjust styling
aquilesg 9b54112
Fix documentation for `:ObsidianNewFromTemplate`
epwalsh 807b13d
chore(docs): auto generate docs
epwalsh fde4d10
Remove unused variables
aquilesg 6220e17
Remove 'stack' implementation
aquilesg 3e1a857
Adjust trailing space
aquilesg 1b40797
Adjust again
aquilesg dd313c0
Adjust how tables are checked
aquilesg f8538c4
Adjust empty check again
aquilesg af0bcae
Merge branch 'main' into ISSUE-632-support-for-obsidian-callouts
aquilesg f12cf34
Fix styling issues
1688f24
Merge branch 'main' into ISSUE-632-support-for-obsidian-callouts
aquilesg ecb4505
Merge branch 'main' into ISSUE-632-support-for-obsidian-callouts
aquilesg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't callouts always start with ">"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah that's right