-
Notifications
You must be signed in to change notification settings - Fork 5
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
Is the search function available by default? #21
Comments
How can I get the search input? I've put
but I cannot see it still. I guess it's missing some html somewhere to make it show but I don't know how... Also, which would be the plugin options? PS: I'm not a developer and BTW the project aims to be dead simple and to not need to know about developing to get it up and running, but I think docs should be little improved to help get what you see in the demo/example page IMHO. Don't get me wrong (maybe my english doesn't help) I love your work and appreciate it but I felt some things were tricky to get it working by someone who doesn't have enough developing skills. EDIT: I get it now, the docs repo you linked was a template lol I didn't realise until I've been reading your web in depth, sorry. |
You need to add the data so the frontend can read it. Maybe you are missing this line from your
The plugin options can be left blank how you have them.
This is good feedback. I'm a developer and don't know where the gaps in the docs are until I'm told. If you have some time would you be able to details the steps where you got stuck? I will then update the docs for the next person. |
I think there's some ambiguity. I expected to get what I saw in the demo page, but until I get templates page I didn't realize the demo page (squido-docs) was a template for squido. At this point, I belived squido was just what the template squido-docs provides you. So far I have found this problem: First time I uploaded a markdown I get this on console, /usr/lib/node_modules/squido/lib/common.js:55
if(meta.permalink.slice(-1) !== '/'){
^ Yeah, if you read carefully posts section you get the /usr/lib/node_modules/squido/node_modules/feed/lib/atom1.js:58
updated: item.date.toISOString()
^ so maybe point out I've found this also but I should open an issue for this: squido-tags-multiplicar.mp4And if you add a new tag to an existing markdown you have to restart |
I think this is due to not having the |
Agreed. The error handling is not good enough around this bit. I will add something more helpful. |
I've been using tags_clean.mp4 |
Regarding search. Could the search result in the dropbox layer follow the anchor? I mean, if I click on a result, it loads only the markdown document where the result is, but not the specific anchor where really it is. |
I can see a search input in docs but I was expecting this search functionality would come built-in in squido, I cannot see the plugin
search.js
anywhere... So it could be possible to have this functionality by default?Thanks in advanceThe text was updated successfully, but these errors were encountered: