Referring 
to https://groups.google.com/d/msg/tiddlywiki/tJfoXuMjo-U/VtITddxKAgAJ 

This is a proof of concept to create a pinboard in Tiddlywiki (previous 
name sticky notes)


Pinboard Plugin
<http://127.0.0.1:9010/#>14th November 2019 at 7:49pm

Tiddlywiki5.1.21+
 
LicenseMIT
 
Release0.5.0
 
Statusin progress

Pinboard

This is a proof of concept for creating a pinboard 
<https://en.wikipedia.org/wiki/Bulletin_board> plugin

   - a pinboard contains some notices pinned on a board
   - a notice is a tiddler tagged with pin
   - a notice is removed from board if it is tagged with done
   - a notice has a priority. The priority of a notice tiddler is set 
   through adding a field entitled priority
   - The priority filed value can only be chosen from the below value
      - red
      - blue
      - green
      - yellow
   
A macro entitled pinboard-ui lists and displays all notices in a multi 
column layout

   - a notice shown by pinboard-ui has a toggle button (the colored pin) to 
   tag the notice as done
   - a notice shown by pinboard-ui has a link to the notice tiddler, on 
   click it will be opened
   - a notice shown by pinboard-ui has a folding editor, on click the entry 
   can be edited

See the demo below Pinboard Example 
<http://127.0.0.1:9010/#Pinboard%20Example> and Cork Board 
<http://127.0.0.1:9010/#Cork%20Board>

Install

Packaged plugin
   
   1. Drag and drop $:/plugins/kookma/pinboard 
   <http://127.0.0.1:9010/#%24%3A%2Fplugins%2Fkookma%2Fpinboard> into your 
   wiki
   2. Save and reload your wiki

Client-Server installation (separate files)
   
   - For Node.js (server version) download the commander folder from source 
   <https://github.com/kookma/TW-Pinboard> folder and paste in your 
   Tiddlywiki plugins folder
   - For local installation put the commander folder into your local 
   plugins folder under your wiki folder

Code and demo
   
   - Demo: https://kookma.github.io/TW-Pinboard/
   - Code: https://github.com/kookma/TW-Pinboard


[image: pinboard.png]

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f459de35-ad11-4552-bae8-588777f6debd%40googlegroups.com.

Reply via email to