-
Notifications
You must be signed in to change notification settings - Fork 3
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
Wrong this.editTitle in a section #22
Comments
I think one way is to let the temp content tiddler have same draft.title and tags and all other fields, as the original tiddler. |
Maybe change \define editActions()
<!-- action when edit button is clicked -->
<$action-setfield $tiddler=<<stateTid>> $index=<<counter>> $value="edit" />
<$action-setfield $tiddler=<<editTid>> $field=text $value=<<currentSection>> />
\end to something like this
Don't know how to do |
I have commented on the PR!
|
We have a fishing plugin https://github.com/oflg/fishing that you may know. We use
this.editTitle
to get current article tiddler's title, and add the a article title as tag for the flashcard.But currently, in a section, the
this.editTitle
will be wrong, seem to be changed to the first line section?The text was updated successfully, but these errors were encountered: