All Projects → dogukanerkut → bookmark-everything

dogukanerkut / bookmark-everything

Licence: MIT license
This tool enables you to add bookmarks to your project files so you can reach them easily.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to bookmark-everything

bookmark
chrome插件。"Bookmark" 帮助用户处理Chrome书签中"其他书签",解决书签过多难以保存,查阅不变和管理不变的问题。有存储"临时"书签,分类保存书签,快捷键,自定义设置,快捷查看书签,高效管理书签等功能。
Stars: ✭ 34 (-8.11%)
Mutual labels:  bookmark
Shuttle
The fastest access to your favorite applications.
Stars: ✭ 52 (+40.54%)
Mutual labels:  bookmark
SceneKeeper
A simple tool that keeps your scene state (Hierarchy/Selection) exactly as you left in between switching scenes on editor or play mode.
Stars: ✭ 66 (+78.38%)
Mutual labels:  editor-tool
bookmarkdupes
A WebExtension which can display/remove duplicate bookmarks or empty folders
Stars: ✭ 80 (+116.22%)
Mutual labels:  bookmark
fsc
A set of themeable WPF File System Controls similar to some parts of Windows (7-10) Explorer
Stars: ✭ 66 (+78.38%)
Mutual labels:  bookmark
tim
manage issues with order
Stars: ✭ 51 (+37.84%)
Mutual labels:  bookmark
Archiveror
Archiveror will help you preserve the webpages you love. 💾
Stars: ✭ 246 (+564.86%)
Mutual labels:  bookmark
Cyca
Web-based bookmarks and feeds manager
Stars: ✭ 15 (-59.46%)
Mutual labels:  bookmark
Segnalibro
Save and comment your favorite links from the web. It's just a bookmarking application.
Stars: ✭ 14 (-62.16%)
Mutual labels:  bookmark
pinboard-safariextension
📌 Pinboard Safari extension for bookmarking the current page.
Stars: ✭ 16 (-56.76%)
Mutual labels:  bookmark
DialogueGraph
Open-source node-based tool for developing branching conversation trees
Stars: ✭ 133 (+259.46%)
Mutual labels:  editor-tool
html2biblatex
A tiny bookmarklet for exporting web pages to BibLaTeX (all browsers / no installation).
Stars: ✭ 73 (+97.3%)
Mutual labels:  bookmark
awesome-bookmarking
🔖 Everything bookmarking related
Stars: ✭ 56 (+51.35%)
Mutual labels:  bookmark
remark-bookmarks
plugin to manage links
Stars: ✭ 15 (-59.46%)
Mutual labels:  bookmark
browse-manager
Chrome扩展,网址/域名拉黑,访问次数统计、提示,自动收藏。等
Stars: ✭ 81 (+118.92%)
Mutual labels:  bookmark
pinboard-firefox
A better firefox add-on for Pinboard (http://pinboard.in).
Stars: ✭ 57 (+54.05%)
Mutual labels:  bookmark
222
222. Dark mode. Everywhere. 222 bytes of js to make any website dark
Stars: ✭ 58 (+56.76%)
Mutual labels:  bookmark
jumpfs
Jumpfs is a cross-shell bookmarking system for files. folders, urls and shell-comands. It works in PowerShell, Bash, and Cmd.
Stars: ✭ 30 (-18.92%)
Mutual labels:  bookmark
bookmarks-for-spotify
"Bookmarks for Spotify" allows you to bookmark recently played song or audiobook tracks from Spotify.
Stars: ✭ 22 (-40.54%)
Mutual labels:  bookmark
YouP3
Android app for downloading media from YouTube with 4K Support (Beta)
Stars: ✭ 51 (+37.84%)
Mutual labels:  bookmark

bookmark-everything

About

This tool enables you to add bookmarks to your project files so you can reach them easily. You can bookmark anything that exists and lives on your project folder. The shortcut is CTRL+H or you can open it in Window/Bookmark Everything. It also reflects to path/name changes, asset removals correctly.

Download

Asset Store Page, or clone/download this repository and add the folder named BookmarkEverything to your Assets folder.

How to Use

Here are some quick gifs and explanation on how to use it:

Bookmarking Assets

Drag&Drop assets from project folder to the Bookmark window.

Bookmarking Multiple Assets

You can select multiple assets from project folder to bookmark them at once. Please note that categories are just for organization purpose, so you can add any asset to any category as you see fit.

Navigating to Assets

Just click to the bookmarks and you will be navigated to the asset itself. Your Project window will be automatically focused if it's not active.

Settings

In Settings tab, you can manage your registered assets quickly(changing their category, checking them or removing them). Other than that, there are General Settings which is kind of important. Here are the explanations:

Current Ping Type : Can be Selection, Ping and Both. Selection will only select the object, Ping will only ping the object(ping is some kind of highlight effect of unity) and Both is, well, doing both.

Auto Close : When you click a bookmark to navigate to the asset, the editor will be automatically closed.

Show Full Path : Shows full path of the assets(except folder). For example, instead of showing MyScript.cs it will show Assets/Scripts/MyScript.cs

Show Full Path(Folders) : Shows full path of the folders. This is enabled by default, because you may have such organization in your project which would use a lot of same-named folders, this is handy.

Visual Mode(Experimental) : Use it at your own risk. My brain made this in auto-mode while I wasn't actively managing it.

Background Explanation and Limitations

• The system uses json to serialize saved data throught IOHelper.cs class. Data is being saved to Application.persistentDataPath as bookmarkeverythingsettings. It's at %userprofile%\appdata\locallow[CompanyName][GameName]\bookmarkeverythingsettings.dat in Windows, I have no idea where it is in Mac.

• The data being used is GUID of assets. So whether you change the name or path of the asset, even delete it, Bookmark Everything will reflect accordingly. In a previous version, I was tracking path of the assets. This was suggested by a reddit user named All4thlulz in this topic. I thank him again for his suggestion.

• The icons are the ones which are built inside Unity editor, so no external icons are actually used.

Limitations

• Currently, although fairly enough in my opinion(Starred, Scenes, Prefabs, Scripts, Scriptable Objects) the categories are hardcoded. Which means you can't add your own categories, or remove them of course. I'm planning to add customizable categories so you can add your own categories.

• Bookmarking objects in hierarchy is not supported. Please contact me if you would like to have this feature, or you can contribute of course.

• Reorganizing row of bookmarks is not possible. I can add up and down buttons right next to bookmarks, but I didn't see the necessity. On the side note, I tried to do it with Drag&Drop but I couldn't really achieve it. So if you have this piece of information, please contact me.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].