Last modified by XWikiGuest on 2026/03/11 21:04

From version 2.1
edited by XWikiGuest
on 2026/03/11 20:04
Change comment: There is no comment for this version
To version 13.1
edited by XWikiGuest
on 2026/03/11 21:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Linkding + SingleFile Test
1 +Linkding + SingleFile Archief
Content
... ... @@ -1,68 +1,95 @@
1 -= Linkding + SingleFile Test =
1 += Linkding + SingleFile Archief =
2 2  
3 -Bookmarks met archief-viewer. Klik op het archief-icoon om de opgeslagen versie te bekijken.
3 +Bookmarks uit Linkding met inline archief-viewer. Klik op 📄 om de opgeslagen versie te bekijken.
4 4  
5 5  {{html clean="false"}}
6 6  <style>
7 -#ldsf-wrapper {
7 +#ldsf-container {
8 8   display: flex;
9 + height: 75vh;
10 + border: 1px solid #4e5d6c;
11 + border-radius: 4px;
12 + overflow: hidden;
13 +}
14 +#ldsf-left {
15 + width: 35%;
16 + min-width: 200px;
17 + max-width: 60%;
18 + overflow-y: auto;
19 + background: #2b3e50;
20 + display: flex;
9 9   flex-direction: column;
10 - gap: 0;
11 11  }
23 +#ldsf-divider {
24 + width: 6px;
25 + background: #4e5d6c;
26 + cursor: col-resize;
27 + flex-shrink: 0;
28 + transition: background 0.2s;
29 +}
30 +#ldsf-divider:hover, #ldsf-divider.dragging { background: #df691a; }
31 +#ldsf-right {
32 + flex: 1;
33 + min-width: 200px;
34 + display: flex;
35 + flex-direction: column;
36 +}
37 +#ldsf-status {
38 + color: #6b7c8d;
39 + font-size: 13px;
40 + padding: 8px 12px;
41 + flex-shrink: 0;
42 +}
12 12  #ldsf-bookmarks {
13 - color: #ebebeb;
44 + overflow-y: auto;
45 + flex: 1;
14 14  }
15 15  #ldsf-bookmarks ul {
16 16   list-style: none;
17 17   padding: 0;
50 + margin: 0;
18 18  }
19 19  #ldsf-bookmarks li {
20 20   padding: 6px 12px;
21 - background: #2b3e50;
22 - border-left: 3px solid #df691a;
23 - border-radius: 0 4px 4px 0;
24 - margin: 4px 0;
54 + border-bottom: 1px solid rgba(78,93,108,0.3);
25 25   display: flex;
26 26   align-items: center;
27 27   gap: 8px;
28 28  }
29 29  #ldsf-bookmarks li:hover { background: #3b4e60; }
30 -#ldsf-bookmarks a { color: #5bc0de; text-decoration: none; }
60 +#ldsf-bookmarks a {
61 + color: #5bc0de;
62 + text-decoration: none;
63 + overflow: hidden;
64 + text-overflow: ellipsis;
65 + white-space: nowrap;
66 + font-size: 13px;
67 +}
31 31  #ldsf-bookmarks a:hover { color: #df691a; }
32 -#ldsf-bookmarks .sf-btn {
69 +.sf-btn {
33 33   cursor: pointer;
34 34   background: #4e5d6c;
35 35   border: none;
36 36   color: #5bc0de;
37 - padding: 2px 8px;
74 + padding: 2px 6px;
38 38   border-radius: 3px;
39 - font-size: 14px;
76 + font-size: 13px;
40 40   flex-shrink: 0;
41 41  }
42 -#ldsf-bookmarks .sf-btn:hover { background: #df691a; color: #fff; }
43 -#ldsf-bookmarks .sf-btn.active { background: #df691a; color: #fff; }
44 -
45 -#ldsf-viewer-container {
46 - display: none;
47 - margin-top: 10px;
48 - border: 1px solid #4e5d6c;
49 - border-radius: 4px;
50 - overflow: hidden;
51 - background: #1a2a3a;
52 -}
79 +.sf-btn:hover { background: #df691a; color: #fff; }
53 53  #ldsf-viewer-bar {
54 - display: flex;
81 + display: none;
55 55   justify-content: space-between;
56 56   align-items: center;
57 - padding: 6px 12px;
84 + padding: 4px 12px;
58 58   background: #2b3e50;
59 - color: #6b7c8d;
60 - font-size: 13px;
86 + color: #ebebeb;
87 + font-size: 12px;
88 + flex-shrink: 0;
89 + border-bottom: 1px solid #4e5d6c;
61 61  }
62 62  #ldsf-viewer-bar .close-btn {
63 63   cursor: pointer;
64 - background: none;
65 - border: none;
66 66   color: #d9534f;
67 67   font-size: 18px;
68 68   padding: 0 4px;
... ... @@ -70,134 +70,147 @@
70 70  #ldsf-viewer-bar .close-btn:hover { color: #ff6b6b; }
71 71  #ldsf-viewer-frame {
72 72   width: 100%;
73 - height: 70vh;
100 + flex: 1;
74 74   border: none;
75 75   background: #fff;
103 + display: none;
76 76  }
77 -#ldsf-status { color: #6b7c8d; font-size: 13px; margin-bottom: 8px; }
105 +#ldsf-placeholder {
106 + display: flex;
107 + align-items: center;
108 + justify-content: center;
109 + flex: 1;
110 + color: #6b7c8d;
111 + font-size: 15px;
112 + background: #2b3e50;
113 +}
78 78  </style>
79 79  
80 -<div id="ldsf-wrapper">
81 - <div id="ldsf-status">Laden...</div>
82 - <div id="ldsf-bookmarks"></div>
83 - <div id="ldsf-viewer-container">
116 +<div id="ldsf-container">
117 + <div id="ldsf-left">
118 + <div id="ldsf-status">Laden...</div>
119 + <div id="ldsf-bookmarks"></div>
120 + </div>
121 + <div id="ldsf-divider"></div>
122 + <div id="ldsf-right">
84 84   <div id="ldsf-viewer-bar">
85 - <span id="ldsf-viewer-title">...</span>
86 - <button class="close-btn" onclick="ldsfCloseViewer()">&times;</button>
124 + <span id="ldsf-viewer-title"></span>
125 + <span class="close-btn" data-sfclose="1">&times;</span>
87 87   </div>
127 + <div id="ldsf-placeholder">Klik op &#128196; om een archief te bekijken</div>
88 88   <iframe id="ldsf-viewer-frame" sandbox="allow-same-origin"></iframe>
89 89   </div>
90 90  </div>
91 91  
92 92  <script>
93 -(function() {
94 - var LINKDING_URL = 'https://bookmarks.rhebergen.org/api/bookmarks/';
95 - var LINKDING_TOKEN = '3b7443e0f84e2b2b269adebb96d7475e4a5e653e';
96 - var LINKDING_TAG = 'Nuclear-&-Energy';
97 - var LINKDING_COUNT = 20;
133 +/* --- Configuration --- */
134 +var LDSF = {
135 + linkding: 'https://bookmarks.rhebergen.org/api/bookmarks/',
136 + token: '3b7443e0f84e2b2b269adebb96d7475e4a5e653e',
137 + tag: 'Nuclear-&-Energy',
138 + count: 20,
139 + share: 'eT2X9ttBHK5GoEY',
140 + webdav: 'https://cloud.rhebergen.org/public.php/webdav/'
141 +};
142 +LDSF.auth = 'Basic ' + btoa(LDSF.share + ':');
98 98  
99 - var WEBDAV_BASE = 'https://cloud.rhebergen.org/remote.php/dav/files/jan_rhebergen/SingleFile-Archives/';
100 - var INDEX_URL = WEBDAV_BASE + 'index.json';
101 - var NC_AUTH = 'Basic amFuX3JoZWJlcmdlbjpAWnMzUUwkJmZ4TVE=';
144 +/* --- State --- */
145 +var ldsf_urlToFile = {};
146 +var ldsf_fileMap = {};
102 102  
103 - var urlToFile = {}; // reverse map: URL -> filename
104 - var archiveMap = {}; // button index -> filename
105 -
106 - function findArchive(url) {
107 - // Try exact match, with/without trailing slash, and without query string
108 - var variants = [url, url.replace(/\/$/, ''), url + '/', url.replace(/\?.*$/, '')];
109 - for (var i = 0; i < variants.length; i++) {
110 - if (urlToFile[variants[i]]) return urlToFile[variants[i]];
111 - }
112 - return null;
148 +/* --- URL matching (exact, with/without slash, without query string) --- */
149 +function ldsfMatch(url) {
150 + var tries = [url, url.replace(/\/$/, ''), url + '/', url.replace(/\?.*$/, '')];
151 + for (var i = 0; i < tries.length; i++) {
152 + if (ldsf_urlToFile[tries[i]]) return ldsf_urlToFile[tries[i]];
113 113   }
154 + return null;
155 +}
114 114  
115 - // Load SingleFile index, then load bookmarks
116 - fetch(INDEX_URL, { headers: { 'Authorization': NC_AUTH } })
117 - .then(function(r) { return r.ok ? r.json() : {}; })
118 - .then(function(index) {
119 - // Build reverse map: URL -> filename
120 - Object.keys(index).forEach(function(fname) {
121 - urlToFile[index[fname]] = fname;
122 - });
123 - loadBookmarks();
124 - })
125 - .catch(function() {
126 - loadBookmarks(); // Continue without index
127 - });
157 +/* --- Show archived page in viewer --- */
158 +function ldsfShow(filename) {
159 + document.getElementById('ldsf-viewer-title').textContent = filename.replace(/\.html?$/i, '');
160 + document.getElementById('ldsf-viewer-bar').style.display = 'flex';
161 + document.getElementById('ldsf-placeholder').style.display = 'none';
162 + var frame = document.getElementById('ldsf-viewer-frame');
163 + frame.style.display = 'block';
164 + frame.srcdoc = '<p style="padding:20px;color:#888">Laden...</p>';
165 + fetch(LDSF.webdav + encodeURIComponent(filename), { headers: { 'Authorization': LDSF.auth } })
166 + .then(function(r) { return r.text(); })
167 + .then(function(html) { frame.srcdoc = html; })
168 + .catch(function(e) { frame.srcdoc = '<p style="padding:20px;color:#d9534f">Fout: ' + e.message + '</p>'; });
169 +}
128 128  
129 - function loadBookmarks() {
130 - var apiUrl = LINKDING_URL + '?limit=' + LINKDING_COUNT + '&q=%23' + encodeURIComponent(LINKDING_TAG);
131 - fetch(apiUrl, { headers: { 'Authorization': 'Token ' + LINKDING_TOKEN } })
132 - .then(function(r) { return r.json(); })
133 - .then(function(data) {
134 - var total = data.count || 0;
135 - var archiveCount = 0;
136 - var container = document.getElementById('ldsf-bookmarks');
137 - var html = '<ul>';
171 +/* --- Close viewer --- */
172 +function ldsfClose() {
173 + document.getElementById('ldsf-viewer-bar').style.display = 'none';
174 + document.getElementById('ldsf-viewer-frame').style.display = 'none';
175 + document.getElementById('ldsf-placeholder').style.display = 'flex';
176 +}
138 138  
139 - (data.results || []).forEach(function(bm, idx) {
140 - var title = bm.title || bm.website_title || bm.url;
141 - var fname = findArchive(bm.url);
142 - if (fname) archiveCount++;
178 +/* --- Render bookmark list --- */
179 +function ldsfRender(data) {
180 + var total = data.count || 0, archived = 0;
181 + var container = document.getElementById('ldsf-bookmarks');
182 + var html = '<ul>';
183 + (data.results || []).forEach(function(bm, i) {
184 + var title = bm.title || bm.website_title || bm.url;
185 + var file = ldsfMatch(bm.url);
186 + if (file) { archived++; ldsf_fileMap[i] = file; }
187 + html += '<li>';
188 + if (file) html += '<span class="sf-btn" data-sf="' + i + '" title="Archief bekijken">&#128196;</span>';
189 + html += '<a href="' + bm.url + '" target="_blank">' + title + '</a></li>';
190 + });
191 + container.innerHTML = html + '</ul>';
192 + document.getElementById('ldsf-status').textContent = total + ' bookmarks, ' + archived + ' met archief';
193 +}
143 143  
144 - html += '<li>';
145 - if (fname) {
146 - html += '<button class="sf-btn" data-idx="' + idx + '" title="Archief bekijken">&#128196;</button>';
147 - archiveMap[idx] = fname;
148 - }
149 - html += '<a href="' + bm.url + '" target="_blank">' + title + '</a>';
150 - html += '</li>';
151 - });
195 +/* --- Click handler (event delegation, works in XWiki html macro) --- */
196 +document.addEventListener('click', function(e) {
197 + var t = e.target;
198 + if (!t || !t.getAttribute) return;
199 + var sf = t.getAttribute('data-sf');
200 + if (sf !== null && ldsf_fileMap[sf]) ldsfShow(ldsf_fileMap[sf]);
201 + if (t.getAttribute('data-sfclose') !== null) ldsfClose();
202 +}, true);
152 152  
153 - html += '</ul>';
154 - container.innerHTML = html;
155 - document.getElementById('ldsf-status').textContent = total + ' bookmarks, ' + archiveCount + ' met archief';
156 -
157 - // Event delegation for archive buttons
158 - container.addEventListener('click', function(e) {
159 - var btn = e.target.closest('.sf-btn');
160 - if (!btn) return;
161 - var idx = btn.getAttribute('data-idx');
162 - if (idx !== null && archiveMap[idx]) {
163 - ldsfShowArchive(archiveMap[idx], btn);
164 - }
165 - });
166 - })
167 - .catch(function(err) {
168 - document.getElementById('ldsf-status').textContent = 'Fout: ' + err.message;
169 - });
204 +/* --- Draggable divider --- */
205 +var ldsf_drag = false;
206 +document.getElementById('ldsf-divider').addEventListener('mousedown', function(e) {
207 + ldsf_drag = true;
208 + this.classList.add('dragging');
209 + e.preventDefault();
210 +});
211 +document.addEventListener('mousemove', function(e) {
212 + if (!ldsf_drag) return;
213 + var box = document.getElementById('ldsf-container').getBoundingClientRect();
214 + var w = e.clientX - box.left;
215 + if (w >= 200 && w <= box.width * 0.6)
216 + document.getElementById('ldsf-left').style.width = w + 'px';
217 +});
218 +document.addEventListener('mouseup', function() {
219 + if (ldsf_drag) {
220 + ldsf_drag = false;
221 + document.getElementById('ldsf-divider').classList.remove('dragging');
170 170   }
223 +});
171 171  
172 - // Show archive in viewer panel
173 - window.ldsfShowArchive = function(filename, btn) {
174 - var container = document.getElementById('ldsf-viewer-container');
175 - var frame = document.getElementById('ldsf-viewer-frame');
176 - var titleEl = document.getElementById('ldsf-viewer-title');
177 -
178 - // Toggle active button
179 - document.querySelectorAll('#ldsf-bookmarks .sf-btn').forEach(function(b) { b.classList.remove('active'); });
180 - btn.classList.add('active');
181 -
182 - titleEl.textContent = filename.replace(/\.html?$/i, '');
183 - container.style.display = 'block';
184 - frame.srcdoc = '<p style="padding:20px;color:#666">Laden...</p>';
185 -
186 - fetch(WEBDAV_BASE + encodeURIComponent(filename), { headers: { 'Authorization': NC_AUTH } })
187 - .then(function(r) { return r.text(); })
188 - .then(function(html) {
189 - frame.srcdoc = html;
190 - })
191 - .catch(function(err) {
192 - frame.srcdoc = '<p style="padding:20px;color:red">Fout: ' + err.message + '</p>';
193 - });
194 - };
195 -
196 - window.ldsfCloseViewer = function() {
197 - document.getElementById('ldsf-viewer-container').style.display = 'none';
198 - document.querySelectorAll('#ldsf-bookmarks .sf-btn').forEach(function(b) { b.classList.remove('active'); });
199 - };
200 -})();
225 +/* --- Load index, then bookmarks --- */
226 +fetch(LDSF.webdav + 'index.json', { headers: { 'Authorization': LDSF.auth } })
227 + .then(function(r) { return r.ok ? r.json() : {}; })
228 + .then(function(idx) {
229 + for (var f in idx) { if (idx.hasOwnProperty(f)) ldsf_urlToFile[idx[f]] = f; }
230 + })
231 + .catch(function() {})
232 + .then(function() {
233 + return fetch(LDSF.linkding + '?limit=' + LDSF.count + '&q=%23' + encodeURIComponent(LDSF.tag),
234 + { headers: { 'Authorization': 'Token ' + LDSF.token } });
235 + })
236 + .then(function(r) { return r.json(); })
237 + .then(ldsfRender)
238 + .catch(function(e) {
239 + document.getElementById('ldsf-status').textContent = 'Fout: ' + e.message;
240 + });
201 201  </script>
202 202  {{/html}}
203 203