-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
1,850 additions
and
1,233 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,13 @@ | ||
created: 20191216195857105 | ||
modified: 20200105051147840 | ||
created: 20200326073607951 | ||
modified: 20200326080816159 | ||
tags: | ||
title: $:/plugins/kookma/favorites/history | ||
type: text/vnd.tiddlywiki | ||
|
||
!! Release 4.1.0 | ||
* Jan 5th, 2020 | ||
* [FIXED] documentation is improved | ||
* [FIXED] minor issues in code has been fixed. Code has been polished further | ||
Full change log https://kookma.github.io/TW-Favorites/#ChangeLog | ||
|
||
!! Release 4.0.6 | ||
* Jan 1st, 2020 | ||
* [NEW] Set the color of heart icon on viewtoolbar using the Settings tab | ||
* [FIXED] issue with recent items has been addressed. No recent is distribued as a plugin tiddler | ||
|
||
!! Release 4.0.5 | ||
* Dec 30th, 2019 | ||
* [NEW] minor issue fixed on recently added folder | ||
|
||
!! Release 4.0.4 | ||
* Dec 29th, 2019 | ||
* [NEW] favorite manager | ||
* [NEW] favorites manager has got new tabs | ||
* [NEW] rename and delete folders using manager tab | ||
* [NEW] export tab for exporting favorites in various format | ||
* [NEW] delete tiddlers from wiki based on folder selection | ||
* [NEW] combo search to search in favorite list | ||
* [NEW] improved documentation | ||
|
||
!! Release 4.0.2 | ||
* Dec 23th, 2019 | ||
* [NEW] favorite folder | ||
* [NEW] rename folder using inline editbox | ||
* [NEW] drag and drop between folders | ||
* [NEW] add new favorites to the begining of list | ||
* [NEW] favorite manager - initial idea | ||
* [NEW] drag and drop a tag pill to add all tiddlers to favorites | ||
|
||
!! Release 4.0.1 | ||
* Dec 17th, 2019 | ||
* [NEW] a rewrite of old favorite plugin | ||
|
||
!! Release 3.1.0 | ||
* Dec 17th, 2019 | ||
* [NEW] distributed as packaged and plugin folder under Node.js | ||
* [NEW] on mouse hover on items in side bar the title of tiddler is shown. This is useful when tiddler has caption and its title is not shown | ||
* [NEW] remove button for non-existent favorite items in Favorites list on the sidebar | ||
|
||
!! Release 3.0.12 | ||
* Nov 1st, 2018 | ||
* released by Mohammad Rahmani | ||
* [NEW] favorite icons | ||
* [NEW] caption for sidebar tab | ||
* [NEW] minor issue fixed | ||
!! Release 3.0.5 | ||
* Aug 3rd, 2017 | ||
* released by ''Andrew Harrison'' | ||
* url: http://favorites.tiddlyspot.com/ | ||
* ''4.4.0 '' -- 2020.03.26 -- moved to new Thirdflow development platform | ||
* ''4.3.0 '' -- 2019.11.19 -- correct caption when caption filed has wikitext | ||
* ''4.0.0 '' -- 2019.12.17 -- a rewrite of old favorite plugin | ||
* ''3.0.12'' -- 2018.11.01 -- released by Mohammad Rahmani | ||
* ''3.0.5 '' -- 2017.08.03 -- released by Andrew Harrison |
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,14 +1,14 @@ | ||
created: 20181010141333403 | ||
modified: 20191223211116386 | ||
modified: 20200326185558195 | ||
path: c-3.3-16.6-15.1-27.3-30.3-27.3-8.5,0-17.7,3.5-26.7,10.1-9.1-6.8-18.3-10.3-26.9-10.3-15.2,0-27.1,10.8-30.3,27.6-4.8,24.9 10.6,58 55.7,76 0.5,0.2 1,0.3 1.5,0.3 0.5,0 1-0.1 1.5-0.3 45-18.4 60.3-51.4 55.5-76.1zm-57,67.9c-39.6-16.4-53.3-45-49.2-66.3 2.4-12.7 11.2-21 22.3-21 7.5,0 15.9,3.6 24.3,10.5 1.5,1.2 3.6,1.2 5.1,0 8.4-6.7 16.7-10.2 24.2-10.2 11.1,0 19.8,8.1 22.3,20.7 4.1,21.1-9.5,49.6-49,66.3z | ||
tags: $:/tags/Image | ||
title: $:/plugins/kookma/favorites/image | ||
type: text/vnd.tiddlywiki | ||
|
||
\define my-svg() | ||
<svg class='tc-image-favorites tc-image-button' width='22pt' height='22pt' viewBox="0 0 129 129"><g><path stroke='#999' stroke-width='5' d='m$(m)$$(path)$'/></g></svg> | ||
\define favorites-svg() | ||
<svg class='tc-image-favorites-button tc-image-button' width='22pt' height='22pt' viewBox="0 0 129 129"><g><path stroke-width="6px" d='m$(m)$$(path)$'/></g></svg> | ||
\end | ||
|
||
<$vars m='121.6,40.1' path={{!!path}}> | ||
<<my-svg>> | ||
<<favorites-svg>> | ||
</$vars> |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
created: 20191216200037937 | ||
modified: 20200326193233403 | ||
title: $:/language/Buttons/Favorites/Caption/Add | ||
type: text/vnd.tiddlywiki | ||
|
||
favorites |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
created: 20191216200037793 | ||
modified: 20200326193156596 | ||
title: $:/language/Buttons/Favorites/Caption/Remove | ||
type: text/vnd.tiddlywiki | ||
|
||
Caption/Remove |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
created: 20191216200037919 | ||
modified: 20200326193116928 | ||
title: $:/language/Buttons/Favorites/Hint/Add | ||
type: text/vnd.tiddlywiki | ||
|
||
Add to favorites |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
created: 20200326193045794 | ||
modified: 20200326193104571 | ||
tags: | ||
title: $:/language/Buttons/Favorites/Hint/Remove | ||
type: text/vnd.tiddlywiki | ||
|
||
Remove from favorites |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,22 @@ | ||
created: 20181101141032553 | ||
modified: 20200105042522378 | ||
created: 20200326073607952 | ||
modified: 20200326082214810 | ||
tags: | ||
title: $:/plugins/kookma/favorites/readme | ||
type: text/vnd.tiddlywiki | ||
|
||
<style> .dsvg svg{width: 1.2em;height: 1.2em;vertical-align: middle;}</style> | ||
; Favorites | ||
A favorite item also called a bookmark is a shortcut, you are creating for quick access to it. You can access that bookmark at any time and view that as many times as you want without having to search and find it again. | ||
|
||
!! How to use | ||
The Favorites plugin adds the <span class=dsvg>{{$:/plugins/kookma/favorites/image}}</span> button to the tiddler view Toolbar and also the `Favorites` tab to the sidebar. | ||
''Favorites plugin'' is a set of tool for creating favorites (bookmarks) in Tiddlywiki. Each favorite item is a shortcut to a tiddler. | ||
|
||
The button becomes `red` when selected and then the tiddler appears in the list on the `Favorites` tab. The list can be sorted using drag and drop of items. | ||
|
||
A tiddler can be removed from the `Favorites` tab by either | ||
|
||
* opening it and clicking again on the <span class=dsvg>{{$:/plugins/kookma/favorites/image}}</span> button. or | ||
* click on remove button in `Favorites` list on the sidebar | ||
|
||
The ''Favorites plugin'' contains three modes | ||
The Favorites plugin contains three modes | ||
|
||
* ''flat mode'': one favorite list, no folder | ||
* ''structured mode'': use folder, search tool, export and delete tool | ||
* ''frozen list'': read only, simple table of content style | ||
|
||
Favorites plugin also supports folder operation, export and bulk operations. | ||
;Code and demo | ||
For learning plugin features, syntax, tutorial and examples see the plugin demo and code pages | ||
|
||
!! Tutorial | ||
* For detailed description and demo see: [[https://kookma.github.io/TW-Favorites/]] | ||
* For latest update and code see: [[https://github.com/kookma/TW-Favorites]] | ||
* Demo: https://kookma.github.io/TW-Favorites/ | ||
* Code: https://github.com/kookma/TW-Favorites |
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,8 +1,9 @@ | ||
caption: Recently added | ||
created: 20200103090757281 | ||
list: [[Favorites Plugin]] $:/plugins/kookma/favorites/viewtoolbar | ||
modified: 20200105051155661 | ||
creator: a revised version of Andrew Harrison favorite plugin | ||
list: $:/plugins/kookma/favorites/styles/image.css | ||
modified: 20200326195945747 | ||
modifier: a revised version of Andrew Harrison favorite plugin | ||
tags: $:/tags/Favorites/Folder | ||
title: $:/plugins/kookma/favorites/recent | ||
type: text/vnd.tiddlywiki | ||
|
||
type: text/vnd.tiddlywiki |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
button-color: #ff0000 | ||
created: 20200326140130064 | ||
creator: a revised version of Andrew Harrison favorite plugin | ||
modified: 20200326195938233 | ||
modifier: a revised version of Andrew Harrison favorite plugin | ||
tags: $:/tags/Stylesheet | ||
title: $:/plugins/kookma/favorites/styles/image.css | ||
type: text/vnd.tiddlywiki | ||
|
||
.tc-tiddler-controls .notselected .tc-image-favorites-button { | ||
stroke: #ccc; | ||
fill: #ccc; | ||
} | ||
|
||
.tc-tiddler-controls .selected .tc-image-favorites-button { | ||
stroke: {{!!button-color}}; | ||
fill: {{!!button-color}}; | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
created: 20191219075310949 | ||
modified: 20200326185700659 | ||
tags: $:/tags/Stylesheet | ||
title: $:/plugins/kookma/favorites/styles/style.css | ||
type: text/css |
Oops, something went wrong.