generated from mProjectsCode/lemons-plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 18
refactor, feat: support notationHightligh (close #50), feat: editing in live preview (close #19, about #44) #51
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
Draft
LincZero
wants to merge
79
commits into
mProjectsCode:master
Choose a base branch
from
LincZero:master
base: master
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.
Draft
Changes from 8 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
46988ff
update: shiki version
LincZero 0a7c48b
style: add notation style
LincZero 0bd01ce
style: add focused styles
LincZero 3441347
feat: editing in preview
LincZero 9323185
feat: editing in preview2, enhance style
LincZero 2196ed4
feat: editing in preview3, save
LincZero 6169bf6
ci: add workflow
LincZero 431eebc
update: new version
LincZero 21ce5e0
chore: resolve conflict
LincZero 4eeb6ba
Merge remote-tracking branch 'upstream/master'
LincZero 1802d57
feat: add setting option: renderMode
LincZero 5643821
feat: add metaHighlight
LincZero ea9f1e0
chore: code comment
LincZero 1e92382
chore: delete package-lock.json
LincZero 11ff529
revert: version
LincZero 8964a56
feat: add min version
LincZero 36c9636
enhance: use loadPrism
LincZero 12b21be
fix: allow render when without sectionInfo
LincZero 2a452d8
fix: last blank line question
LincZero 0f1897c
feat: editable languageType
LincZero 1093024
refactor: add CodeblockInfo, feat: save lang type
LincZero 1ce4827
enhance: indent recognition
LincZero 277ccc4
fix: render error when readmode codeblock in nest
LincZero 84e7cd0
chore: update min version
LincZero 98477cb
chore: lint code
LincZero a6e1d36
feat: add setting: renderEngine
LincZero 2a83c4e
feat: textarea support tab key
LincZero e9f4bd8
docs: add more document
LincZero cd59a8d
style: simplify
LincZero 0b18bff
chore: check lint
LincZero 9dcbacd
docs: settingPanel docs, more docs
LincZero d84f859
fix: pdf show metadata, tab-size disunity
LincZero d02349f
style: textarea selection color
LincZero b02166f
style: uniform font
LincZero 3a7e4c9
fix: ! save lack '\n'
LincZero 5c33a0b
feat: arrow cursor from codeblock to root editor
LincZero dfafe2c
style: optimize selection color
LincZero 000c01f
fix: when code include tag
LincZero 2a26acf
fix: when code include tag2
LincZero 3cd0282
fix: temp fix error when use custom theme
LincZero dc6460e
refactor: add EditableCodeblock, optimize code
LincZero e5d61a1
feat: add new renderMode: editable pre
LincZero 822277a
feat: add languageType arrow event
LincZero 7d6d684
feat: add a new save cache, debounce save version
LincZero 621e02f
enhance: ensure editor safe, saveContent faster
LincZero 0291572
feat: new setting option: saveMode
LincZero f5bd349
fix: can't catch transaction fail error
LincZero 4db8af9
fix: readmode input should readonly
LincZero ea4a79d
fix: rerender will affect chinese input method
LincZero 04bb314
refactor: editablePre support shiki, oninput mode1
LincZero 2b98541
refactor: editablePre support shiki, oninput mode2
LincZero 898e1a8
docs: add link: Visual select theme
LincZero 913a11f
docs: chore comment
LincZero 64bf58c
refactor: reuse keydown event1
LincZero 2bd2c59
refactor: reuse keydown event2
LincZero 04f8b4a
fix: double save cause error when edit last line
LincZero 28fc7cd
enhance: cursor up/down move optimize
LincZero b7dd8b4
docs: update setting docs
LincZero 2f9b2b6
feat: add renderCallout (beta)
LincZero 6f34e65
feat: add renderCallout (beta)2
LincZero 8c94255
refactor: renderCallout1
LincZero 59962bb
refactor: renderCallout2
LincZero c16e835
refactor: renderCallout3
LincZero dd863b1
chore: optimize code, comment
LincZero ea874d4
feat: add un save flag
LincZero 1f1bf6c
fix: a print error
LincZero 5d2c46d
enhance: code highlight add unsave flag
LincZero d0eba52
refactor: sub ob depend1
LincZero cf04ac9
refactor: separate modules (not rely on obsidian)1
LincZero cdbf44d
refactor: separate modules (not rely on obsidian)2
LincZero c80b71e
refactor: replace CodeblockInfo with I/O Editor
LincZero 8a732b2
refactor: sub fn which need override, rename
LincZero 7d3dda1
feat: tab key support mulline indent、shift tab1
LincZero 0c25b83
feat: tab key support mulline indent、shift tab2
LincZero 87969a1
refactor: use esbuild merge css
LincZero 84d0e62
refactor: use esbuild merge css2
LincZero cbfbe9f
refactor: package: emit_change1
LincZero 3e0b31c
fix: setting have not update
LincZero 8a94ec7
refactor: different in firefox and chrome
LincZero 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 hidden or 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,32 @@ | ||
| name: Node.js CI/CD Pipeline | ||
|
|
||
| on: | ||
| push: | ||
| branches: [master] | ||
| pull_request: | ||
| branches: [master] | ||
| workflow_dispatch: | ||
|
|
||
| jobs: | ||
| build-obsidian: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: checkout repo | ||
| uses: actions/checkout@v4 | ||
| - name: env use node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: '22' | ||
| - name: build | ||
| run: | | ||
| npm ci | ||
| npm run build | ||
| - name: upload build artifact | ||
| if: always() | ||
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: build-artifact | ||
| path: | | ||
| manifest.json | ||
| main.js | ||
| styles.css |
LincZero marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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
LincZero marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.