-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use pagetempalte insteadof viewtemplate
- Loading branch information
Showing
4 changed files
with
76 additions
and
117 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
plugins/oeyoews/neotw-tiddlers-view/files/templates/app.vue
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 |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<template> | ||
<!-- <div class="neotw-tiddlers-view"> --> | ||
<TitleScroller /> | ||
<!-- </div> --> | ||
<div class="scroll-container"> | ||
<transition name="scroll" mode="out-in"> | ||
<div v-if="currentTitle" :key="currentTitle" class="title-item" @click="goToTiddler(currentTitle)"> | ||
{{ currentTitle.slice(0, 50) }} | ||
</div> | ||
</transition> | ||
</div> | ||
</template> |
2 changes: 1 addition & 1 deletion
2
...w-tiddlers-view/tiddlers/ViewTemplate.tid → ...w-tiddlers-view/tiddlers/PageTemplate.tid
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
102 changes: 0 additions & 102 deletions
102
plugins/oeyoews/neotw-tiddlers-view/tiddlers/components/TitleScroller.js
This file was deleted.
Oops, something went wrong.